Re: [Mesa-dev] [PATCH v2 06/16] intel: aubinator: handle GGTT mappings

2018-06-20 Thread Lionel Landwerlin
On 20/06/18 19:19, Rafael Antognolli wrote: On Tue, Jun 19, 2018 at 02:45:21PM +0100, Lionel Landwerlin wrote: We use memfd to store physical pages as they get read/written to and the GGTT entries translating virtual address to physical pages. Based on a commit by Scott Phillips. Signed-off-by

Re: [Mesa-dev] [PATCH v2 06/16] intel: aubinator: handle GGTT mappings

2018-06-20 Thread Rafael Antognolli
On Tue, Jun 19, 2018 at 02:45:21PM +0100, Lionel Landwerlin wrote: > We use memfd to store physical pages as they get read/written to and > the GGTT entries translating virtual address to physical pages. > > Based on a commit by Scott Phillips. > > Signed-off-by: Lionel Landwerlin > --- > src/i

[Mesa-dev] [PATCH v2 06/16] intel: aubinator: handle GGTT mappings

2018-06-19 Thread Lionel Landwerlin
We use memfd to store physical pages as they get read/written to and the GGTT entries translating virtual address to physical pages. Based on a commit by Scott Phillips. Signed-off-by: Lionel Landwerlin --- src/intel/tools/aubinator.c | 256 ++-- 1 file changed,