linux/drivers/gpu/drm/i2c
Jyri Sarha dad82ea3ef drm/i2c: tda998x: Choose between atomic or non atomic dpms helper
Choose between atomic or non atomic connector dpms helper. If tda998x
is connected to a drm driver that does not support atomic modeset
calling drm_atomic_helper_connector_dpms() causes a crash when the
connectors atomic state is not initialized. The patch implements a
driver specific connector dpms helper that calls
drm_atomic_helper_connector_dpms() if driver supports DRIVER_ATOMIC
and otherwise it calls the legacy drm_helper_connector_dpms().

Fixes commit 9736e988d3 ("drm/i2c: tda998x: Add support for atomic
modesetting").

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2016-03-08 11:10:03 +10:00
..
adv7511.c drm: adv7511: it's HPD, not HDP 2016-02-02 15:37:55 +01:00
adv7511.h drm: adv7511: it's HPD, not HDP 2016-02-02 15:37:55 +01:00
ch7006_drv.c drm/i2c/ch7006: Constify function pointer structs 2015-12-15 13:43:49 +01:00
ch7006_mode.c drm/i2c/ch7006: Constify ch7006_tv_norms[] and ch7006_modes[] 2015-09-08 13:45:53 +02:00
ch7006_priv.h drm/i2c/ch7006: Constify ch7006_tv_norms[] and ch7006_modes[] 2015-09-08 13:45:53 +02:00
Kconfig drm: Add adv7511 encoder driver 2014-11-26 20:09:40 +02:00
Makefile drm: Add adv7511 encoder driver 2014-11-26 20:09:40 +02:00
sil164_drv.c drm/i2c/sil164: Constify function pointer structs 2015-12-15 13:45:19 +01:00
tda998x_drv.c drm/i2c: tda998x: Choose between atomic or non atomic dpms helper 2016-03-08 11:10:03 +10:00