[PATCH RFC] drm/i2c: tda998x: Only set atomic funcs if bound to atomic drm driver

2016-01-16 Thread Jyri Sarha
On 01/15/16 16:09, Liviu.Dudau at arm.com wrote: > On Fri, Jan 15, 2016 at 02:55:26PM +0200, Jyri Sarha wrote: >> I am not sure if this is the best way to fix the issue, but after >> 9736e988d328 Beaglebone-Black HDMI is totally broken and this fixes >> the issue. I am currently working on atomic

[PATCH RFC] drm/i2c: tda998x: Only set atomic funcs if bound to atomic drm driver

2016-01-15 Thread Jyri Sarha
Only set atomic connector callbacks if the tda998x driver is bound to a drm driver that supports atomic modesetting. At least drm_crtc_helper_set_config() calls connectors dpms callback without knowing that it may assume atomic modeset support. Calling drm_atomic_helper_connector_dpms() causes a

[PATCH RFC] drm/i2c: tda998x: Only set atomic funcs if bound to atomic drm driver

2016-01-15 Thread liviu.du...@arm.com
On Fri, Jan 15, 2016 at 02:55:26PM +0200, Jyri Sarha wrote: > Only set atomic connector callbacks if the tda998x driver is bound to > a drm driver that supports atomic modesetting. At least > drm_crtc_helper_set_config() calls connectors dpms callback without > knowing that it may assume atomic