Re: [Mesa-dev] [PATCH 1/2] nouveau: Add basic memory object support

2018-06-25 Thread Miguel Angel Vico
On Fri, 22 Jun 2018 20:37:19 -0400 Ilia Mirkin wrote: > On Fri, Jun 22, 2018 at 8:22 PM, Miguel Angel Vico > wrote: > > > > > > On Thu, 21 Jun 2018 22:09:14 -0400 > > Ilia Mirkin wrote: > > > >> Hi Miguel, > >> > >> Preface: I know little about this ext, so feel free to educate me on > >>

Re: [Mesa-dev] [PATCH 1/2] nouveau: Add basic memory object support

2018-06-22 Thread Ilia Mirkin
On Fri, Jun 22, 2018 at 8:22 PM, Miguel Angel Vico wrote: > > > On Thu, 21 Jun 2018 22:09:14 -0400 > Ilia Mirkin wrote: > >> Hi Miguel, >> >> Preface: I know little about this ext, so feel free to educate me on >> the wrongness of my thinking. >> >> On Thu, Jun 21, 2018 at 10:01 PM, Miguel A. Vic

Re: [Mesa-dev] [PATCH 1/2] nouveau: Add basic memory object support

2018-06-22 Thread Miguel Angel Vico
On Thu, 21 Jun 2018 22:09:14 -0400 Ilia Mirkin wrote: > Hi Miguel, > > Preface: I know little about this ext, so feel free to educate me on > the wrongness of my thinking. > > On Thu, Jun 21, 2018 at 10:01 PM, Miguel A. Vico wrote: > > Add memory object support for nvc0 and nv50 > > > > Sign

Re: [Mesa-dev] [PATCH 1/2] nouveau: Add basic memory object support

2018-06-21 Thread Ilia Mirkin
Hi Miguel, Preface: I know little about this ext, so feel free to educate me on the wrongness of my thinking. On Thu, Jun 21, 2018 at 10:01 PM, Miguel A. Vico wrote: > Add memory object support for nvc0 and nv50 > > Signed-off-by: Miguel A Vico Moya > --- > .../drivers/nouveau/nv50/nv50_miptre

[Mesa-dev] [PATCH 1/2] nouveau: Add basic memory object support

2018-06-21 Thread Miguel A. Vico
Add memory object support for nvc0 and nv50 Signed-off-by: Miguel A Vico Moya --- .../drivers/nouveau/nv50/nv50_miptree.c | 49 + .../drivers/nouveau/nv50/nv50_resource.c | 52 +++ .../drivers/nouveau/nv50/nv50_resource.h | 33 .../dri