]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/display: Remove fbdev suspend and hotplug tracking
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 12 Dec 2024 17:08:45 +0000 (18:08 +0100)
committerMaarten Lankhorst <dev@lankhorst.se>
Wed, 5 Mar 2025 20:48:49 +0000 (21:48 +0100)
commitf4e43719d026696f4f20a420eadf67e3f55729b6
tree7aeca732f00c969ff3c913c803182ec3b247e739
parenta93247b58d04750a5d8dff922053d8d7ad6e8917
drm/i915/display: Remove fbdev suspend and hotplug tracking

The DRM client code already tracks suspend status and hotplug events
for each client. Remove similar code from i915's fbdev client.

Allows for the removal of all hdp_* fields form struct intel_fbdev.
Calls to intel_fbdev_output_poll_changed() are reduced the shared
helper drm_fb_helper_hotplug_event().

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241212170913.185939-5-tzimmermann@suse.de
Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
drivers/gpu/drm/i915/display/intel_fbdev.c