Re: [Mesa-dev] [PATCH] radv: fix trace dumping for !use_ib_bos

2017-06-11 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen We shouldn't chain when use_ib_bos is false and embed secondary command buffers directly in the primary buffer as well, so no handling of chaining is needed. On Sun, Jun 11, 2017 at 4:03 PM, Grazvydas Ignotas wrote: > Fixes trace dumping crash for SI or when RADV_

[Mesa-dev] [PATCH] radv: fix trace dumping for !use_ib_bos

2017-06-11 Thread Grazvydas Ignotas
Fixes trace dumping crash for SI or when RADV_DEBUG=noibs is set. Fixes: 97dfff5410 "radv: Dump command buffer on hang." Signed-off-by: Grazvydas Ignotas --- Not sure if chained buffer dumping can be done for !use_ib_bos, returning NULL in _get_cpu_addr() just skips that. src/amd/vulkan/winsys/