]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/fb: Use the correct gtt view for remapped FBs
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 16 Apr 2026 17:44:37 +0000 (20:44 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 21 Apr 2026 10:07:19 +0000 (13:07 +0300)
commitf296c423b25839f279bf22e71c5b82fb332cac78
tree0eedb99c29a36427181494ea03ca6c159da7f0fd
parent71096693e8eb94554807309956ca5f787be36709
drm/xe/fb: Use the correct gtt view for remapped FBs

Use the proper gtt view from the plane state rather than always
assuming that it came directly from the FB. This is in the DPT
codepath so the view should currently always come from the FB,
but in the future we may also want per-plane remapping with DPT.

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