Skip to content

Commit 36c6bac

Browse files
ksatya-devrodrigovivi
authored andcommitted
drm/xe: Add memory pool with shadow support
Add a memory pool to allocate sub-ranges from a BO-backed pool using drm_mm. Signed-off-by: Satyanarayana K V P <satyanarayana.k.v.p@intel.com> Cc: Matthew Brost <matthew.brost@intel.com> Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com> Cc: Maarten Lankhorst <dev@lankhorst.se> Cc: Michal Wajdeczko <michal.wajdeczko@intel.com> Reviewed-by: Matthew Brost <matthew.brost@intel.com> Signed-off-by: Matthew Brost <matthew.brost@intel.com> Link: https://patch.msgid.link/20260408110145.1639937-5-satyanarayana.k.v.p@intel.com (cherry picked from commit 1ce3229) Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
1 parent 03f2499 commit 36c6bac

4 files changed

Lines changed: 460 additions & 0 deletions

File tree

drivers/gpu/drm/xe/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ xe-y += xe_bb.o \
8888
xe_irq.o \
8989
xe_late_bind_fw.o \
9090
xe_lrc.o \
91+
xe_mem_pool.o \
9192
xe_migrate.o \
9293
xe_mmio.o \
9394
xe_mmio_gem.o \

0 commit comments

Comments
 (0)