]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: allow non-contig VRAM kernel BO
authorMatthew Auld <matthew.auld@intel.com>
Thu, 3 Apr 2025 10:24:47 +0000 (11:24 +0100)
committerMatthew Auld <matthew.auld@intel.com>
Fri, 4 Apr 2025 10:41:10 +0000 (11:41 +0100)
commit52a36e7ed6f401605cefd79cf8acd6a28cd3d5d2
tree2b6e5454933a5bd5dbcf3ae9890aa109ca6253ea
parent8e8e9c26631c4305cc0e3a18c625cb8e5cf110bf
drm/xe: allow non-contig VRAM kernel BO

If the kernel bo doesn't care about vmap(), either directly or
indirectly with save/restore then we don't need to force contig for such
buffers.

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-15-matthew.auld@intel.com
drivers/gpu/drm/xe/xe_bo.c