[Intel-gfx] [PATCH i-g-t 1/2] tests/gem_exec_reloc: Don't filter out addresses when on PPGTT
Chris Wilson
chris at chris-wilson.co.uk
Wed Oct 23 09:11:35 UTC 2019
Quoting Janusz Krzysztofik (2019-10-23 10:07:51)
> Commit a355b2d6eb42 ("igt/gem_exec_reloc: Filter out unavailable
> addresses for !ppgtt") introduced filtering of addresses possibly
> occupied by other users of shared GTT. Unfortunately, that filtering
> is unconditional, no matter if running on old shared GTT or not. When
> running on PPGTT, that may result in errors other than those intended
> to be skipped over being silently ignored.
You forgot the aliasing-ppgtt which has exactly the same issues with
reserved locations (since it is a mirror of the GGTT).
-Chris
More information about the Intel-gfx
mailing list