[Intel-gfx] [PATCH] i915/tests: shadow peek

2020-12-24 Thread Matthew Auld
The shadow batch needs to be in the user visible ppGTT, so make sure we are not leaking anything, if we can guess where the shadow will be placed. Signed-off-by: Matthew Auld --- tests/i915/gen9_exec_parse.c | 129 +++ 1 file changed, 129 insertions(+) diff --git

[Intel-gfx] [PATCH] i915/tests: shadow peek

2020-12-23 Thread Matthew Auld
The shadow batch needs to be in the user visible ppGTT, so make sure we are not leaking anything, if we can guess where the shadow will be placed. Signed-off-by: Matthew Auld --- tests/i915/gen9_exec_parse.c | 86 1 file changed, 86 insertions(+) diff --git