Re: [PATCH] nouveau: use ttm populate mapping functions. (v2)

2020-07-28 Thread Ben Skeggs
;> >Sent: Monday, July 27, 2020 11:26 PM > >> >To: dri-devel@lists.freedesktop.org > >> >Cc: bske...@redhat.com > >> >Subject: [PATCH] nouveau: use ttm populate mapping functions. (v2) > >> > > >> >From: Dave Airlie > >> >

RE: [PATCH] nouveau: use ttm populate mapping functions. (v2)

2020-07-28 Thread Ruhl, Michael J
>-Original Message- >From: Ben Skeggs >Sent: Tuesday, July 28, 2020 4:16 PM >To: Ruhl, Michael J >Cc: Dave Airlie ; dri-devel@lists.freedesktop.org; >bske...@redhat.com >Subject: Re: [PATCH] nouveau: use ttm populate mapping functions. (v2) > >On Wed, 29 Jul 2

Re: [PATCH] nouveau: use ttm populate mapping functions. (v2)

2020-07-28 Thread Ben Skeggs
On Wed, 29 Jul 2020 at 02:08, Ruhl, Michael J wrote: > > >-Original Message- > >From: dri-devel On Behalf Of > >Dave Airlie > >Sent: Monday, July 27, 2020 11:26 PM > >To: dri-devel@lists.freedesktop.org > >Cc: bske...@redhat.com > >Subje

RE: [PATCH] nouveau: use ttm populate mapping functions. (v2)

2020-07-28 Thread Ruhl, Michael J
>-Original Message- >From: dri-devel On Behalf Of >Dave Airlie >Sent: Monday, July 27, 2020 11:26 PM >To: dri-devel@lists.freedesktop.org >Cc: bske...@redhat.com >Subject: [PATCH] nouveau: use ttm populate mapping functions. (v2) > >From: Dave Airlie > >

[PATCH] nouveau: use ttm populate mapping functions. (v2)

2020-07-27 Thread Dave Airlie
From: Dave Airlie Instead of rolling driver copies of them. v2: cleanup return handling (Ben) Signed-off-by: Dave Airlie --- drivers/gpu/drm/nouveau/nouveau_bo.c | 38 ++-- 1 file changed, 2 insertions(+), 36 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_bo

[PATCH] nouveau: use ttm populate mapping functions.

2020-07-27 Thread Dave Airlie
From: Dave Airlie Instead of rolling driver copies of them. Signed-off-by: Dave Airlie --- drivers/gpu/drm/nouveau/nouveau_bo.c | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_bo.c b/drivers/gpu/drm/nouveau/nouv