drm/xen: Don't set the dpms hook
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 10 Dec 2018 10:03:58 +0000 (11:03 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 12 Dec 2018 10:56:45 +0000 (11:56 +0100)
Doesn't do anything for atomic.

Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Cc: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Cc: xen-devel@lists.xen.org
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181210100359.22507-7-daniel.vetter@ffwll.ch
drivers/gpu/drm/xen/xen_drm_front_conn.c

index c91ae532fa55eda2f47aa5b09d7df340bc5ea02a..54af2669b1b37696545a0dda0e4533d47cecf528 100644 (file)
@@ -89,7 +89,6 @@ static const struct drm_connector_helper_funcs connector_helper_funcs = {
 };
 
 static const struct drm_connector_funcs connector_funcs = {
-       .dpms = drm_helper_connector_dpms,
        .fill_modes = drm_helper_probe_single_connector_modes,
        .destroy = drm_connector_cleanup,
        .reset = drm_atomic_helper_connector_reset,