Re: [Mesa-dev] [PATCH] intel: tools: dump_gpu: fix ppgtt mapping

2018-07-09 Thread Rafael Antognolli
Reviewed-by: Rafael Antognolli On Fri, Jul 06, 2018 at 11:02:05AM +0100, Lionel Landwerlin wrote: > We were not properly writing page tables when the virtual address > range spans multiple subtrees of the tables. > > Signed-off-by: Lionel Landwerlin > --- > src/intel/tools/intel_dump_gpu.c |

[Mesa-dev] [PATCH] intel: tools: dump_gpu: fix ppgtt mapping

2018-07-06 Thread Lionel Landwerlin
We were not properly writing page tables when the virtual address range spans multiple subtrees of the tables. Signed-off-by: Lionel Landwerlin --- src/intel/tools/intel_dump_gpu.c | 46 1 file changed, 23 insertions(+), 23 deletions(-) diff --git