Hello,

While updating the HDLCD driver to support atomic modesetting I've encountered 
crashes
when using it with the tda998x driver because the later doesn't support the 
atomic
helper functions. While going through the code testing I've noticed an 
unbalanced
.unbind missing drm_connector_unregister() and updated the pixel clock support 
for
TDA19988.

These patches are to be applied on top of David Airlie's drm-next. I've used 
commit
816d2206f0f9 as that includes Russell's cleanup for tda998x that has gone into 
v4.4-rc1.

Best regards,
Liviu

Liviu Dudau (3):
  drm/i2c: tda998x: Unregister the connector in the unbind function.
  drm/i2c: tda998x: Increase the supported dotclock frequency to 165MHz for 
TDA19988.
  drm/i2c: tda998x: Add support for atomic modesetting.

 drivers/gpu/drm/i2c/tda998x_drv.c | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

-- 
2.6.0

Reply via email to