Re: [Mesa-dev] [PATCH 7/9] radv: dump the active GFX shaders when a hang is detected

2017-09-06 Thread Samuel Pitoiset
On 09/06/2017 09:56 AM, Alex Smith wrote: Nice! I wondered if it would be possible to do something like this. This will be useful :) Should be. :) There is more to do, like dumping the descriptors, etc, but it's a start. On 5 September 2017 at 20:17, Samuel Pitoiset

Re: [Mesa-dev] [PATCH 7/9] radv: dump the active GFX shaders when a hang is detected

2017-09-06 Thread Alex Smith
Nice! I wondered if it would be possible to do something like this. This will be useful :) On 5 September 2017 at 20:17, Samuel Pitoiset wrote: > Only the ASM is currently dumped. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_debug.c | 58 ++ > +

[Mesa-dev] [PATCH 7/9] radv: dump the active GFX shaders when a hang is detected

2017-09-05 Thread Samuel Pitoiset
Only the ASM is currently dumped. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_debug.c | 58 + 1 file changed, 53 insertions(+), 5 deletions(-) diff --git a/src/amd/vulkan/radv_debug.c b/src/amd/vulkan/radv_debug.c index a1c0a61997..f2339dfe