]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/{i915, xe}: move initial plane calls to parent interface
authorJani Nikula <jani.nikula@intel.com>
Mon, 15 Dec 2025 15:28:18 +0000 (17:28 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 22 Dec 2025 13:09:22 +0000 (15:09 +0200)
commit9dacae143e6ff18e77fbad6f1413fb8f2f975407
tree7a395ad34d3f549c1e363554d6a7168bc36a7a62
parentb99690ffbca0994bb66e12deb20e37a34abf0ae6
drm/{i915, xe}: move initial plane calls to parent interface

Add the initial plane handling functions to the display parent
interface. Add the call wrappers in dedicated intel_initial_plane.c
instead of intel_parent.c, as we'll be refactoring the calls heavily.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/ab91c891677fe2bb83bf5aafa5ee984b2442b84d.1765812266.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/display/intel_initial_plane.c [new file with mode: 0644]
drivers/gpu/drm/i915/i915_driver.c
drivers/gpu/drm/i915/i915_initial_plane.c
drivers/gpu/drm/i915/i915_initial_plane.h [new file with mode: 0644]
drivers/gpu/drm/xe/Makefile
drivers/gpu/drm/xe/display/xe_display.c
drivers/gpu/drm/xe/display/xe_initial_plane.c
drivers/gpu/drm/xe/display/xe_initial_plane.h [new file with mode: 0644]
include/drm/intel/display_parent_interface.h