Re: [Intel-gfx] [PATCH i-g-t 1/3] aubdump: Reject execbuffer2 calls with bad BOs

2017-08-23 Thread Lionel Landwerlin
Heh, fixed the same in ksim. Don't know why I didn't see it while using aubdump recently... Reviewed-by: Lionel Landwerlin On 23/08/17 18:14, Jason Ekstrand wrote: This is required for the supports_48b_addresses check in the Vulkan driver to work without messing up the resulting aub. --- to

[Intel-gfx] [PATCH i-g-t 1/3] aubdump: Reject execbuffer2 calls with bad BOs

2017-08-23 Thread Jason Ekstrand
This is required for the supports_48b_addresses check in the Vulkan driver to work without messing up the resulting aub. --- tools/aubdump.c | 8 1 file changed, 8 insertions(+) diff --git a/tools/aubdump.c b/tools/aubdump.c index 610526c..c14c9fa 100644 --- a/tools/aubdump.c +++ b/tools