diff options
| author | Thomas Zimmermann <[email protected]> | 2020-02-07 14:16:02 +0000 |
|---|---|---|
| committer | Thomas Zimmermann <[email protected]> | 2020-02-10 08:24:09 +0000 |
| commit | 06f749af622ca28c4e1f60c43fabd3917114f95a (patch) | |
| tree | 63c9272eff4447a10b7c518b91c04699f4646172 /drivers/gpu/drm/udl/udl_connector.c | |
| parent | drm/bochs: Clear struct drm_connector_funcs.dpms (diff) | |
| download | kernel-06f749af622ca28c4e1f60c43fabd3917114f95a.tar.gz kernel-06f749af622ca28c4e1f60c43fabd3917114f95a.zip | |
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]
Diffstat (limited to 'drivers/gpu/drm/udl/udl_connector.c')
| -rw-r--r-- | drivers/gpu/drm/udl/udl_connector.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/udl/udl_connector.c b/drivers/gpu/drm/udl/udl_connector.c index e9671d38b4a0..0afdfb0d1fe1 100644 --- a/drivers/gpu/drm/udl/udl_connector.c +++ b/drivers/gpu/drm/udl/udl_connector.c @@ -109,7 +109,6 @@ static const struct drm_connector_helper_funcs udl_connector_helper_funcs = { }; static const struct drm_connector_funcs udl_connector_funcs = { - .dpms = drm_helper_connector_dpms, .reset = drm_atomic_helper_connector_reset, .detect = udl_detect, .fill_modes = drm_helper_probe_single_connector_modes, |
