Re: [Mesa-dev] [PATCH v2 07/16] intel/tools/aubinator: aubinate ppgtt aubs

2018-06-20 Thread Rafael Antognolli
On Wed, Jun 20, 2018 at 12:01:28PM -0700, Rafael Antognolli wrote: > On Wed, Jun 20, 2018 at 11:03:32AM +0100, Lionel Landwerlin wrote: > > On 20/06/18 01:00, Rafael Antognolli wrote: > > > On Tue, Jun 19, 2018 at 02:45:22PM +0100, Lionel Landwerlin wrote: > > > > From: Scott D Phillips > > > >

Re: [Mesa-dev] [PATCH v2 07/16] intel/tools/aubinator: aubinate ppgtt aubs

2018-06-20 Thread Rafael Antognolli
On Wed, Jun 20, 2018 at 11:03:32AM +0100, Lionel Landwerlin wrote: > On 20/06/18 01:00, Rafael Antognolli wrote: > > On Tue, Jun 19, 2018 at 02:45:22PM +0100, Lionel Landwerlin wrote: > > > From: Scott D Phillips > > > > > > v2: by Lionel > > > Fix memfd_create compilation issue I guess

Re: [Mesa-dev] [PATCH v2 07/16] intel/tools/aubinator: aubinate ppgtt aubs

2018-06-20 Thread Lionel Landwerlin
On 20/06/18 01:00, Rafael Antognolli wrote: On Tue, Jun 19, 2018 at 02:45:22PM +0100, Lionel Landwerlin wrote: From: Scott D Phillips v2: by Lionel Fix memfd_create compilation issue Fix pml4 address stored on 32 instead of 64bits Return no buffer if first ppgtt page is not

Re: [Mesa-dev] [PATCH v2 07/16] intel/tools/aubinator: aubinate ppgtt aubs

2018-06-19 Thread Rafael Antognolli
On Tue, Jun 19, 2018 at 02:45:22PM +0100, Lionel Landwerlin wrote: > From: Scott D Phillips > > v2: by Lionel > Fix memfd_create compilation issue > Fix pml4 address stored on 32 instead of 64bits > Return no buffer if first ppgtt page is not mapped > > Signed-off-by: Lionel

[Mesa-dev] [PATCH v2 07/16] intel/tools/aubinator: aubinate ppgtt aubs

2018-06-19 Thread Lionel Landwerlin
From: Scott D Phillips v2: by Lionel Fix memfd_create compilation issue Fix pml4 address stored on 32 instead of 64bits Return no buffer if first ppgtt page is not mapped Signed-off-by: Lionel Landwerlin --- src/intel/tools/aubinator.c | 76 - 1