Re: [PATCH v5 1/9] drm/xe: Add xe_bo_vm_access

2024-10-24 Thread Matthew Auld
On 21/10/2024 22:18, Matthew Brost wrote: Add xe_bo_vm_access which is wrapper around ttm_bo_vm_access which takes rpm refs for device access. Suggested-by: Thomas Hellström Signed-off-by: Matthew Brost Reviewed-by: Matthew Auld

[PATCH v5 1/9] drm/xe: Add xe_bo_vm_access

2024-10-21 Thread Matthew Brost
Add xe_bo_vm_access which is wrapper around ttm_bo_vm_access which takes rpm refs for device access. Suggested-by: Thomas Hellström Signed-off-by: Matthew Brost --- drivers/gpu/drm/xe/xe_bo.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/x