[PATCH 6/7] drm/tda998x: Don't set dpms hook

Daniel Vetter daniel.vetter at ffwll.ch
Mon Dec 17 19:43:02 UTC 2018


Doesn't do anything for atomic drivers.

Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
Cc: Russell King <linux at armlinux.org.uk>
---
 drivers/gpu/drm/i2c/tda998x_drv.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c
index a7c39f39793f..f8a1d70a31c7 100644
--- a/drivers/gpu/drm/i2c/tda998x_drv.c
+++ b/drivers/gpu/drm/i2c/tda998x_drv.c
@@ -1122,7 +1122,6 @@ static void tda998x_connector_destroy(struct drm_connector *connector)
 }
 
 static const struct drm_connector_funcs tda998x_connector_funcs = {
-	.dpms = drm_helper_connector_dpms,
 	.reset = drm_atomic_helper_connector_reset,
 	.fill_modes = drm_helper_probe_single_connector_modes,
 	.detect = tda998x_connector_detect,
-- 
2.20.0.rc1



More information about the dri-devel mailing list