]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe: Reorganize intel_plane_pin_fb() a bit
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 8 May 2026 14:34:19 +0000 (17:34 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 11 May 2026 14:43:25 +0000 (17:43 +0300)
commita47b5cf41f9f76d613ad5fa058d12b7d9c694cfc
treedff5e45f6bfa373baca90e075de083f40fe7eb6a
parentd6297f49a62e5ed3b8ea89ae82e7430c11bc3f00
drm/xe: Reorganize intel_plane_pin_fb() a bit

Move most of the plane state stuff out from the inner parts
of intel_plane_pin_fb(). The plan is to take those inner parts and
abstract them into the new fb_pin parent interface, and we don't
want any plane_state stuff there.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20260508143426.26504-10-ville.syrjala@linux.intel.com
drivers/gpu/drm/xe/display/xe_fb_pin.c