Re: [PATCH v2 08/29] drm/xe: Add dma_addr res cursor

2024-11-20 Thread Thomas Hellström
On Tue, 2024-10-15 at 20:24 -0700, Matthew Brost wrote: > From: Thomas Hellström > > Useful for SVM ranges in SRAM and programing page tables. We should look at providing a better commit message. > > Signed-off-by: Matthew Brost > Signed-off-by: Thomas Hellström > --- >  drivers/gpu/drm/xe/x

Re: [PATCH v2 08/29] drm/xe: Add dma_addr res cursor

2024-11-19 Thread Matthew Brost
On Tue, Nov 19, 2024 at 01:15:12PM +0100, Thomas Hellström wrote: > On Tue, 2024-10-15 at 20:24 -0700, Matthew Brost wrote: > > From: Thomas Hellström > > > > Useful for SVM ranges in SRAM and programing page tables. > > We should look at providing a better commit message. > Yes, this is prett

[PATCH v2 08/29] drm/xe: Add dma_addr res cursor

2024-10-15 Thread Matthew Brost
From: Thomas Hellström Useful for SVM ranges in SRAM and programing page tables. Signed-off-by: Matthew Brost Signed-off-by: Thomas Hellström --- drivers/gpu/drm/xe/xe_res_cursor.h | 116 - drivers/gpu/drm/xe/xe_svm.h| 4 + 2 files changed, 118 insertions