Re: [PATCH v4 20/33] drm/xe: Add migrate layer functions for SVM support

2025-02-07 Thread Thomas Hellström
On Wed, 2025-01-29 at 11:51 -0800, Matthew Brost wrote: > Add functions which migrate to / from VRAM accepting a single DPA > argument (VRAM) and array of dma addresses (SRAM). Used for SVM > migrations. > > v2: >  - Don't unlock job_mutex in error path of xe_migrate_vram > v3: >  - Kernel doc (Th

[PATCH v4 20/33] drm/xe: Add migrate layer functions for SVM support

2025-01-29 Thread Matthew Brost
Add functions which migrate to / from VRAM accepting a single DPA argument (VRAM) and array of dma addresses (SRAM). Used for SVM migrations. v2: - Don't unlock job_mutex in error path of xe_migrate_vram v3: - Kernel doc (Thomas) - Better commit message (Thomas) - s/dword/num_dword (Thomas) -