]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/dpt: move create/destroy to parent interface
authorJani Nikula <jani.nikula@intel.com>
Wed, 25 Feb 2026 14:49:09 +0000 (16:49 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 26 Feb 2026 21:28:57 +0000 (23:28 +0200)
commit2a62dc74726b03b76bab4641ee54b88b6eb7a1d5
tree3f7837c6a00fa9a657c82490a953da2ae98a10e5
parentb3e523e5deb56d10feb83fe20e223763dcfd18d4
drm/i915/dpt: move create/destroy to parent interface

Move the DPT create/destroy calls to the display parent interface.

With this, we can remove the dummy xe implementation.

Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Link: https://patch.msgid.link/9753b21466c668872f468ccff827eab7be034b0c.1772030909.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_dpt.h
drivers/gpu/drm/i915/display/intel_fb.c
drivers/gpu/drm/i915/display/intel_parent.c
drivers/gpu/drm/i915/display/intel_parent.h
drivers/gpu/drm/i915/i915_dpt.c
drivers/gpu/drm/i915/i915_dpt.h [new file with mode: 0644]
drivers/gpu/drm/i915/i915_driver.c
drivers/gpu/drm/xe/display/xe_fb_pin.c
include/drm/intel/display_parent_interface.h