Re: [Intel-gfx] [PATCH 2/3] drm/i915/adlp: Fix GEM VM asserts for DPT VMs

2021-05-24 Thread Souza, Jose
On Mon, 2021-05-24 at 20:27 +0300, Imre Deak wrote: > An object mapped via DPT can have remapped and rotated VMA instances > besides the normal VMA instance, similarly to GGTT VMA instances. > Adjust the corresponding VMA lookup asserts. > > While at it also check if a DPT VM is passed incorrectly

[Intel-gfx] [PATCH 2/3] drm/i915/adlp: Fix GEM VM asserts for DPT VMs

2021-05-24 Thread Imre Deak
An object mapped via DPT can have remapped and rotated VMA instances besides the normal VMA instance, similarly to GGTT VMA instances. Adjust the corresponding VMA lookup asserts. While at it also check if a DPT VM is passed incorrectly to i915_vm_to_ppgtt(). Signed-off-by: Imre Deak --- driver