On Tue, Jun 17, 2025 at 09:37:28PM +0200, Thomas Hellström wrote:
> On Tue, 2025-06-17 at 10:04 -0700, Matthew Brost wrote:
> > On Tue, Jun 17, 2025 at 04:55:26PM +0200, Thomas Hellström wrote:
> > > On Tue, 2025-06-17 at 20:17 +0530, Ghimiray, Himal Prasad wrote:
> > > >
> > > >
> > > > On 17-06
On Tue, 2025-06-17 at 10:04 -0700, Matthew Brost wrote:
> On Tue, Jun 17, 2025 at 04:55:26PM +0200, Thomas Hellström wrote:
> > On Tue, 2025-06-17 at 20:17 +0530, Ghimiray, Himal Prasad wrote:
> > >
> > >
> > > On 17-06-2025 18:41, Thomas Hellström wrote:
> > > > On Tue, 2025-06-17 at 18:25 +0530
On Tue, Jun 17, 2025 at 04:55:26PM +0200, Thomas Hellström wrote:
> On Tue, 2025-06-17 at 20:17 +0530, Ghimiray, Himal Prasad wrote:
> >
> >
> > On 17-06-2025 18:41, Thomas Hellström wrote:
> > > On Tue, 2025-06-17 at 18:25 +0530, Ghimiray, Himal Prasad wrote:
> > > >
> > > >
> > > > On 13-06-2
On Tue, 2025-06-17 at 20:17 +0530, Ghimiray, Himal Prasad wrote:
>
>
> On 17-06-2025 18:41, Thomas Hellström wrote:
> > On Tue, 2025-06-17 at 18:25 +0530, Ghimiray, Himal Prasad wrote:
> > >
> > >
> > > On 13-06-2025 19:32, Thomas Hellström wrote:
> > > > From: Matthew Brost
> > > >
> > > > T
On 17-06-2025 18:41, Thomas Hellström wrote:
On Tue, 2025-06-17 at 18:25 +0530, Ghimiray, Himal Prasad wrote:
On 13-06-2025 19:32, Thomas Hellström wrote:
From: Matthew Brost
The migration functionality and track-keeping of per-pagemap VRAM
mapped to the CPU mm is not per GPU_vm, but rat
On Tue, 2025-06-17 at 18:25 +0530, Ghimiray, Himal Prasad wrote:
>
>
> On 13-06-2025 19:32, Thomas Hellström wrote:
> > From: Matthew Brost
> >
> > The migration functionality and track-keeping of per-pagemap VRAM
> > mapped to the CPU mm is not per GPU_vm, but rather per pagemap.
> > This is a
On 13-06-2025 19:32, Thomas Hellström wrote:
From: Matthew Brost
The migration functionality and track-keeping of per-pagemap VRAM
mapped to the CPU mm is not per GPU_vm, but rather per pagemap.
This is also reflected by the functions not needing the drm_gpusvm
structures. So move to drm_pag
From: Matthew Brost
The migration functionality and track-keeping of per-pagemap VRAM
mapped to the CPU mm is not per GPU_vm, but rather per pagemap.
This is also reflected by the functions not needing the drm_gpusvm
structures. So move to drm_pagemap.
With this, drm_gpusvm shouldn't really acce