mbox series

[RFC,0/1] Enable non-contiguous VRAM access in Xe

Message ID 20241017233941.1047522-1-matthew.brost@intel.com (mailing list archive)
Headers show
Series Enable non-contiguous VRAM access in Xe | expand

Message

Matthew Brost Oct. 17, 2024, 11:39 p.m. UTC
Patches should be split but quick RFC for feedback.

Matt

Matthew Brost (1):
  drm/ttm, drm/xe: Add ttm_bo_access

 drivers/gpu/drm/ttm/ttm_bo_vm.c | 20 +++++++++-----
 drivers/gpu/drm/xe/xe_bo.c      | 48 +++++++++++++++++++++++++++++++++
 include/drm/ttm/ttm_bo.h        |  2 ++
 3 files changed, 64 insertions(+), 6 deletions(-)