aco: fix printing assembly with CLRXdisasm on GFX6
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 20 Jan 2020 17:41:00 +0000 (18:41 +0100)
committerMarge Bot <eric+marge@anholt.net>
Thu, 23 Jan 2020 11:34:37 +0000 (11:34 +0000)
commit54e54ec3e8112e56ef229be483bb1772df6fc0de
tree1a0ca263e9f6cfa772f7e8b4c80e76290d940d6f
parentdda542e912475d0d91d36d6c9f58d8cac2350a7e
aco: fix printing assembly with CLRXdisasm on GFX6

We thought that CLRXdisasm allowed gfx600 as well as gfx700 but
it actually doesn't. Use the family for GFX6 chips instead.

Fixes: 0099f85232b ("aco: print assembly with CLRXdisasm for GFX6-GFX7 if found on the system")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3531>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3531>
src/amd/compiler/aco_print_asm.cpp