Re: [Intel-gfx] [PATCH] drm/i915: capture aux page table error register

2019-10-25 Thread Chris Wilson
Quoting Lionel Landwerlin (2019-10-25 13:29:46) > On 25/10/2019 15:22, Chris Wilson wrote: > > Quoting Lionel Landwerlin (2019-10-25 13:17:18) > >> TGL introduced a feature in which we map the main surface to the > >> auxilliary surface. If we screw up the page tables, the HW has a > >> register

Re: [Intel-gfx] [PATCH] drm/i915: capture aux page table error register

2019-10-25 Thread Lionel Landwerlin
On 25/10/2019 15:22, Chris Wilson wrote: Quoting Lionel Landwerlin (2019-10-25 13:17:18) TGL introduced a feature in which we map the main surface to the auxilliary surface. If we screw up the page tables, the HW has a register to tell us which engine encounters a fault in the page table walk.

Re: [Intel-gfx] [PATCH] drm/i915: capture aux page table error register

2019-10-25 Thread Chris Wilson
Quoting Lionel Landwerlin (2019-10-25 13:17:18) > TGL introduced a feature in which we map the main surface to the > auxilliary surface. If we screw up the page tables, the HW has a > register to tell us which engine encounters a fault in the page table > walk. Platform specific, or for likely

[Intel-gfx] [PATCH] drm/i915: capture aux page table error register

2019-10-25 Thread Lionel Landwerlin
TGL introduced a feature in which we map the main surface to the auxilliary surface. If we screw up the page tables, the HW has a register to tell us which engine encounters a fault in the page table walk. Signed-off-by: Lionel Landwerlin --- drivers/gpu/drm/i915/i915_gpu_error.c | 8