]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Introduce xe_fb_pin_ggtt_(un)pin()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 8 May 2026 14:34:21 +0000 (17:34 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 11 May 2026 14:43:25 +0000 (17:43 +0300)
commit4f5a4f64d7fcc7be9ca791cb272e61acec95bea4
treebc54025b3255a2fce866c805e73e3aa0221a4848
parent85348bdc8c7a7bc4b1ed8c60beb7aa372aba1368
drm/xe: Introduce xe_fb_pin_ggtt_(un)pin()

Extract the inner DPT parts of intel_plane_(un)pin() into the
xe_fb_pin_ggtt_(un)pin(). These will become part of the new
fb_pin parent interface.

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-12-ville.syrjala@linux.intel.com
drivers/gpu/drm/xe/display/xe_fb_pin.c