Skip to content

Commit 06f749a

Browse files
author
Thomas Zimmermann
committed
drm/udl: Clear struct drm_connector_funcs.dpms
Atomic modesetting doesn't use struct drm_connector_funcs.dpms and the set function, drm_helper_connector_dpms(), wouldn't support it anyway. So keep the pointer to NULL. Signed-off-by: Thomas Zimmermann <[email protected]> Reviewed-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent c0e2556 commit 06f749a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/udl/udl_connector.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ static const struct drm_connector_helper_funcs udl_connector_helper_funcs = {
109109
};
110110

111111
static const struct drm_connector_funcs udl_connector_funcs = {
112-
.dpms = drm_helper_connector_dpms,
113112
.reset = drm_atomic_helper_connector_reset,
114113
.detect = udl_detect,
115114
.fill_modes = drm_helper_probe_single_connector_modes,

0 commit comments

Comments
 (0)