Re: [Nouveau] [igt-dev] [PATCH i-g-t] lib: Introduce the igt_nouveau library

2021-03-25 Thread Petri Latvala
On Wed, Mar 24, 2021 at 06:24:54PM -0400, Lyude Paul wrote: > On Thu, 2021-03-18 at 11:17 +0200, Petri Latvala wrote: > > On Wed, Mar 17, 2021 at 06:38:27PM -0400, Lyude wrote: > > > From: Lyude Paul > > > > > > This introduces the igt_nouveau library, which enables support for tiling > > >

Re: [Nouveau] [igt-dev] [PATCH i-g-t] lib: Introduce the igt_nouveau library

2021-03-24 Thread Lyude Paul
On Fri, 2021-03-19 at 11:05 +0200, Petri Latvala wrote: > On Thu, Mar 18, 2021 at 12:49:13PM -0400, Lyude Paul wrote: > > On Thu, 2021-03-18 at 11:15 +0200, Petri Latvala wrote: > > > On Thu, Mar 18, 2021 at 09:06:29AM +0200, Martin Peres wrote: > > > > On 18/03/2021 00:38, Lyude wrote: > > > > >

Re: [Nouveau] [igt-dev] [PATCH i-g-t] lib: Introduce the igt_nouveau library

2021-03-24 Thread Lyude Paul
On Thu, 2021-03-18 at 11:17 +0200, Petri Latvala wrote: > On Wed, Mar 17, 2021 at 06:38:27PM -0400, Lyude wrote: > > From: Lyude Paul > > > > This introduces the igt_nouveau library, which enables support for tiling > > formats on nouveau, along with accelerated clears for allocated bos in VRAM

Re: [Nouveau] [igt-dev] [PATCH i-g-t] lib: Introduce the igt_nouveau library

2021-03-19 Thread Petri Latvala
On Thu, Mar 18, 2021 at 12:49:13PM -0400, Lyude Paul wrote: > On Thu, 2021-03-18 at 11:15 +0200, Petri Latvala wrote: > > On Thu, Mar 18, 2021 at 09:06:29AM +0200, Martin Peres wrote: > > > On 18/03/2021 00:38, Lyude wrote: > > > > diff --git a/include/drm-uapi/drm_fourcc.h > > > >

Re: [Nouveau] [igt-dev] [PATCH i-g-t] lib: Introduce the igt_nouveau library

2021-03-18 Thread Lyude Paul
On Thu, 2021-03-18 at 11:15 +0200, Petri Latvala wrote: > On Thu, Mar 18, 2021 at 09:06:29AM +0200, Martin Peres wrote: > > On 18/03/2021 00:38, Lyude wrote: > > > diff --git a/include/drm-uapi/drm_fourcc.h b/include/drm-uapi/drm_fourcc.h > > > index a7bc058c..87c87485 100644 > > > ---

Re: [Nouveau] [igt-dev] [PATCH i-g-t] lib: Introduce the igt_nouveau library

2021-03-18 Thread Petri Latvala
On Wed, Mar 17, 2021 at 06:38:27PM -0400, Lyude wrote: > From: Lyude Paul > > This introduces the igt_nouveau library, which enables support for tiling > formats on nouveau, along with accelerated clears for allocated bos in VRAM > using the dma-copy engine present on Nvidia hardware since

Re: [Nouveau] [igt-dev] [PATCH i-g-t] lib: Introduce the igt_nouveau library

2021-03-18 Thread Petri Latvala
On Thu, Mar 18, 2021 at 09:06:29AM +0200, Martin Peres wrote: > On 18/03/2021 00:38, Lyude wrote: > > diff --git a/include/drm-uapi/drm_fourcc.h b/include/drm-uapi/drm_fourcc.h > > index a7bc058c..87c87485 100644 > > --- a/include/drm-uapi/drm_fourcc.h > > +++ b/include/drm-uapi/drm_fourcc.h > >

Re: [Nouveau] [igt-dev] [PATCH i-g-t] lib: Introduce the igt_nouveau library

2021-03-18 Thread Martin Peres
On 18/03/2021 00:38, Lyude wrote: From: Lyude Paul This introduces the igt_nouveau library, which enables support for tiling formats on nouveau, along with accelerated clears for allocated bos in VRAM using the dma-copy engine present on Nvidia hardware since Tesla. Typically the latter would