]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915: Move the intel_dpt_offset() check into intel_plane_pin_fb()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 17 Jul 2025 17:13:49 +0000 (20:13 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Sat, 19 Jul 2025 17:55:19 +0000 (20:55 +0300)
commit44ebdab4b6d878c435da7385b38d2329f8a411d3
tree4dfaf44a46a25a9b47a16cf0eebf3e2261dacffd
parentbc0c7fd732a89acac4194ae1f4686de63b32138a
drm/i915: Move the intel_dpt_offset() check into intel_plane_pin_fb()

Now that we handle all the other vma offset stuff in
intel_plane_pin_fb() it seems more proper to do the
dpt_vma offset check there as well.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250717171353.23090-4-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_fb_pin.c
drivers/gpu/drm/i915/display/skl_universal_plane.c