Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/5] drm/xe: add VM_BIND DECOMPRESS support and on‑demand decompression
@ 2025-09-18 14:25 Nitin Gote
  2025-09-18 14:25 ` [PATCH v1 1/5] drm/xe: add VM_BIND DECOMPRESS uapi flag Nitin Gote
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Nitin Gote @ 2025-09-18 14:25 UTC (permalink / raw)
  To: intel-xe; +Cc: himal.prasad.ghimiray, matthew.brost, thomas.hellstrom,
	Nitin Gote

This series implements VM_BIND decompression support in the XE driver
and adds on‑demand decompression at VMA pagefault time.

Tested with https://patchwork.freedesktop.org/series/154711/
which validates basic VM_BIND DECOMPRESS behavior for both
regular and FAULT_MODE VMs.

Nitin Gote (5):
  drm/xe: add VM_BIND DECOMPRESS uapi flag
  drm/xe: add xe_migrate_resolve wrapper and is_vram_resolve support
  drm/xe: add drm_exec helper to atomically lock VM (+ optional BO) with
    BOOKKEEP retry
  drm/xe: implement VM_BIND decompression in vm_bind_ioctl
  drm/xe: perform on-demand decompression on VMA pagefaults

 drivers/gpu/drm/xe/xe_gt_pagefault.c |  41 +++++-
 drivers/gpu/drm/xe/xe_migrate.c      |  90 +++++++++----
 drivers/gpu/drm/xe/xe_migrate.h      |   7 +
 drivers/gpu/drm/xe/xe_vm.c           | 187 ++++++++++++++++++++++++++-
 include/uapi/drm/xe_drm.h            |   1 +
 5 files changed, 292 insertions(+), 34 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-09-23 17:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-18 14:25 [PATCH v1 0/5] drm/xe: add VM_BIND DECOMPRESS support and on‑demand decompression Nitin Gote
2025-09-18 14:25 ` [PATCH v1 1/5] drm/xe: add VM_BIND DECOMPRESS uapi flag Nitin Gote
2025-09-23 17:35   ` Matthew Brost
2025-09-18 14:25 ` [PATCH v1 2/5] drm/xe: add xe_migrate_resolve wrapper and is_vram_resolve support Nitin Gote
2025-09-18 14:25 ` [PATCH v1 3/5] drm/xe: add drm_exec helper to atomically lock VM (+ optional BO) with BOOKKEEP retry Nitin Gote
2025-09-18 14:25 ` [PATCH v1 4/5] drm/xe: implement VM_BIND decompression in vm_bind_ioctl Nitin Gote
2025-09-18 16:13   ` Matthew Auld
2025-09-22  7:57     ` Gote, Nitin R
2025-09-23 17:26   ` Matthew Brost
2025-09-18 14:25 ` [PATCH v1 5/5] drm/xe: perform on-demand decompression on VMA pagefaults Nitin Gote
2025-09-23 17:29   ` Matthew Brost
2025-09-18 15:12 ` ✓ CI.KUnit: success for drm/xe: add VM_BIND DECOMPRESS support and on‑demand decompression Patchwork
2025-09-18 15:57 ` ✓ Xe.CI.BAT: " Patchwork
2025-09-19  0:37 ` ✓ Xe.CI.Full: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox