Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cad5290a authored by Daniel Vetter's avatar Daniel Vetter
Browse files

drm/xen: Don't set the dpms hook



Doesn't do anything for atomic.

Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
Cc: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Cc: xen-devel@lists.xen.org
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: default avatarOleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181210100359.22507-7-daniel.vetter@ffwll.ch
parent 7ce53628
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -89,7 +89,6 @@ static const struct drm_connector_helper_funcs connector_helper_funcs = {
};
};


static const struct drm_connector_funcs connector_funcs = {
static const struct drm_connector_funcs connector_funcs = {
	.dpms = drm_helper_connector_dpms,
	.fill_modes = drm_helper_probe_single_connector_modes,
	.fill_modes = drm_helper_probe_single_connector_modes,
	.destroy = drm_connector_cleanup,
	.destroy = drm_connector_cleanup,
	.reset = drm_atomic_helper_connector_reset,
	.reset = drm_atomic_helper_connector_reset,