]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915: Reorganize intel_plane_pin_fb() a bit
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 8 May 2026 14:34:14 +0000 (17:34 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 11 May 2026 14:43:24 +0000 (17:43 +0300)
commit57aa886e99278bb3edc0bdd4de80321b0efe14d3
treec8ded6fc98f02128626b82c467c9aeaa4e448388
parentef2b2e7c10ff6a1d077fda977b01f1802a1d5415
drm/i915: 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-5-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/i915_fb_pin.c