]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/xe: unconditionally apply PINNED for pin_map()
authorMatthew Auld <matthew.auld@intel.com>
Thu, 3 Apr 2025 10:24:46 +0000 (11:24 +0100)
committerMatthew Auld <matthew.auld@intel.com>
Fri, 4 Apr 2025 10:41:08 +0000 (11:41 +0100)
commit8e8e9c26631c4305cc0e3a18c625cb8e5cf110bf
treef07dc01ce5d4529fa94f1d7f6250a959f1eca0f2
parent7f387e6012b67592420c9ac92fd82911232ddd39
drm/xe: unconditionally apply PINNED for pin_map()

Some users apply PINNED and some don't when using pin_map(). The pin in
pin_map() should imply PINNED so just unconditionally apply it and clean
up all users.

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Satyanarayana K V P <satyanarayana.k.v.p@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Satyanarayana K V P <satyanarayana.k.v.p@intel.com>
Link: https://lore.kernel.org/r/20250403102440.266113-14-matthew.auld@intel.com
drivers/gpu/drm/xe/display/intel_fbdev_fb.c
drivers/gpu/drm/xe/display/xe_plane_initial.c
drivers/gpu/drm/xe/tests/xe_migrate.c
drivers/gpu/drm/xe/xe_bo.c
drivers/gpu/drm/xe/xe_ggtt.c
drivers/gpu/drm/xe/xe_lmtt.c
drivers/gpu/drm/xe/xe_migrate.c
drivers/gpu/drm/xe/xe_pt.c