radeonsi: pass -O halt_waves to umr for hang debugging
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Thu, 18 Jan 2018 15:04:15 +0000 (16:04 +0100)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Wed, 11 Apr 2018 10:44:24 +0000 (12:44 +0200)
commit0630e52c9eba4af9b1e96705248bad03a0cb951e
tree85e41a334fd23d87b502879e761531183bb4a8b5
parent69f447553c6cd8c9004b80c099630ce7167a0a28
radeonsi: pass -O halt_waves to umr for hang debugging

This will give us meaningful wave information in the case of a hang where
shaders are still running in an infinite loop.

Note that we call umr multiple times for different sections of the ddebug
hang dump, and so the wave information will not necessarily match up
between sections.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/amd/common/ac_debug.c
src/gallium/drivers/radeonsi/si_debug.c