Re: [RFC PATCH 24/28] drm/xe: Basic SVM BO eviction

2024-09-02 Thread Daniel Vetter
On Thu, Aug 29, 2024 at 03:55:56PM +, Matthew Brost wrote: > On Thu, Aug 29, 2024 at 12:14:53PM +0200, Daniel Vetter wrote: > > On Tue, Aug 27, 2024 at 07:48:57PM -0700, Matthew Brost wrote: > > > Wire xe_bo_move to GPUSVM migration to SRAM with trylocking of mmap > > > lock. > > > > > > Signe

Re: [RFC PATCH 24/28] drm/xe: Basic SVM BO eviction

2024-08-29 Thread Matthew Brost
On Thu, Aug 29, 2024 at 12:14:53PM +0200, Daniel Vetter wrote: > On Tue, Aug 27, 2024 at 07:48:57PM -0700, Matthew Brost wrote: > > Wire xe_bo_move to GPUSVM migration to SRAM with trylocking of mmap > > lock. > > > > Signed-off-by: Matthew Brost > > --- > > drivers/gpu/drm/xe/xe_bo.c | 35

Re: [RFC PATCH 24/28] drm/xe: Basic SVM BO eviction

2024-08-29 Thread Daniel Vetter
On Tue, Aug 27, 2024 at 07:48:57PM -0700, Matthew Brost wrote: > Wire xe_bo_move to GPUSVM migration to SRAM with trylocking of mmap > lock. > > Signed-off-by: Matthew Brost > --- > drivers/gpu/drm/xe/xe_bo.c | 35 +++- > drivers/gpu/drm/xe/xe_bo_types.h | 3 ++

[RFC PATCH 24/28] drm/xe: Basic SVM BO eviction

2024-08-27 Thread Matthew Brost
Wire xe_bo_move to GPUSVM migration to SRAM with trylocking of mmap lock. Signed-off-by: Matthew Brost --- drivers/gpu/drm/xe/xe_bo.c | 35 +++- drivers/gpu/drm/xe/xe_bo_types.h | 3 +++ drivers/gpu/drm/xe/xe_svm.c | 2 ++ drivers/gpu/drm/xe/xe_svm.h