freedreno: Fix CP_MEM_TO_REG flag definitions
authorConnor Abbott <cwabbott0@gmail.com>
Tue, 17 Dec 2019 12:02:56 +0000 (13:02 +0100)
committerConnor Abbott <cwabbott0@gmail.com>
Wed, 18 Dec 2019 22:09:05 +0000 (23:09 +0100)
commit648cc22afb6855bf68c83912502454c23adad951
tree0212ddaf32b8eb00b9d5fc41d9c5c7ec088e1c31
parent4c5ac156c36b697e3605a8143aafd332dd1a15e7
freedreno: Fix CP_MEM_TO_REG flag definitions

These actually mean something completely different, at least on A5xx
and A6xx. The only other usage of the old flags on something older than
A6xx was a typo, so I don't know if it was always this way, but at the
same time it means that we don't have to worry too much about that.

Reviewed-by: Eric Anholt <eric@anholt.net>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3116>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3116>
src/freedreno/registers/adreno_pm4.xml
src/gallium/drivers/freedreno/a2xx/fd2_query.c
src/gallium/drivers/freedreno/a6xx/fd6_emit.c