drm/imx/dcss: Don't set struct drm_driver.output_poll_changed
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 3 Nov 2022 15:14:28 +0000 (16:14 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Sat, 5 Nov 2022 16:05:53 +0000 (17:05 +0100)
commitcbc5541f020ca178aa5cda4615ab36fba9109a9d
treef7504c7cf39d9ec7d7f16e2d7a62e85be09edd73
parent0e3172bac3f43759719384403fe2d1e4c61f87e0
drm/imx/dcss: Don't set struct drm_driver.output_poll_changed

Don't set struct drm_driver.output_poll_changed. It's used to restore
the fbdev console. But as DCSS uses generic fbdev emulation, the
console is being restored by the DRM client helpers already. See the
functions drm_kms_helper_hotplug_event() and
drm_kms_helper_connector_hotplug_event() in drm_probe_helper.c.

v2:
* fix commit description (Christian)

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221103151446.2638-6-tzimmermann@suse.de
drivers/gpu/drm/imx/dcss/dcss-kms.c