]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/display: move hotplug.dp_wq init from xe and i915 to display
authorJani Nikula <jani.nikula@intel.com>
Fri, 16 May 2025 12:16:57 +0000 (15:16 +0300)
committerJani Nikula <jani.nikula@intel.com>
Tue, 20 May 2025 17:55:22 +0000 (20:55 +0300)
commited23224b3f5e5e938e5c97d246678702df98eb93
treedc01847a01cc946d1479ad6558b1df20bfa9b515
parentb617341e4801e2f0ea7aeb63fae0fa438f7cd601
drm/i915/display: move hotplug.dp_wq init from xe and i915 to display

The workqueue init and destroy belongs in display. Move it.

Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://lore.kernel.org/r/4730167548a40dc2abe38cd084809b74de988f1a.1747397638.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_display_driver.c
drivers/gpu/drm/i915/i915_driver.c
drivers/gpu/drm/xe/display/xe_display.c