Re: [PATCH 3/7] drm/gpusvm: mark pages as dirty

2025-04-05 Thread Thomas Hellström
On Thu, 2025-03-20 at 17:30 +, Matthew Auld wrote: > If the memory is going to be accessed by the device, make sure we > mark > the pages accordingly such that the kernel knows this. This aligns > with > the xe-userptr code. > > Signed-off-by: Matthew Auld > Cc: Thomas Hellström > Cc: Matthe

Re: [PATCH 3/7] drm/gpusvm: mark pages as dirty

2025-03-30 Thread Matthew Brost
On Thu, Mar 20, 2025 at 08:29:42PM +0100, Thomas Hellström wrote: > On Thu, 2025-03-20 at 17:30 +, Matthew Auld wrote: > > If the memory is going to be accessed by the device, make sure we > > mark > > the pages accordingly such that the kernel knows this. This aligns > > with > > the xe-userpt

Re: [PATCH 3/7] drm/gpusvm: mark pages as dirty

2025-03-21 Thread Matthew Auld
On 20/03/2025 19:33, Matthew Brost wrote: On Thu, Mar 20, 2025 at 08:29:42PM +0100, Thomas Hellström wrote: On Thu, 2025-03-20 at 17:30 +, Matthew Auld wrote: If the memory is going to be accessed by the device, make sure we mark the pages accordingly such that the kernel knows this. This a

[PATCH 3/7] drm/gpusvm: mark pages as dirty

2025-03-20 Thread Matthew Auld
If the memory is going to be accessed by the device, make sure we mark the pages accordingly such that the kernel knows this. This aligns with the xe-userptr code. Signed-off-by: Matthew Auld Cc: Thomas Hellström Cc: Matthew Brost --- drivers/gpu/drm/drm_gpusvm.c | 9 + 1 file changed,