Re: [Mesa-dev] [PATCH] radv: don't resubmit the same cs over and over while tracing

2017-01-23 Thread Bas Nieuwenhuizen
Pushed, thanks. On Mon, Jan 23, 2017 at 10:16 PM, Grazvydas Ignotas wrote: > Fixes: 97dfff54 ("radv: Dump command buffer on hang.") > Signed-off-by: Grazvydas Ignotas > --- > no commit access > > src/amd/vulkan/radv_device.c | 3 +-- > 1 file changed, 1

[Mesa-dev] [PATCH] radv: don't resubmit the same cs over and over while tracing

2017-01-23 Thread Grazvydas Ignotas
Fixes: 97dfff54 ("radv: Dump command buffer on hang.") Signed-off-by: Grazvydas Ignotas --- no commit access src/amd/vulkan/radv_device.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index