aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorConnor Abbott <[email protected]>2020-01-28 13:27:11 +0100
committerMarge Bot <[email protected]>2020-02-05 13:14:22 +0000
commit84bd4da468cd21dad5d41110b495b08623e82a0e (patch)
treea391450f5189bbc982cab242f67b42f73c7b54ab /src
parented5d1c1c471b9a7017625ab7d742f2895ab64b96 (diff)
freedreno: Fix CP_COND_EXEC
Noticed while looking at a trace of the Vulkan blob. Reviewed-by: Kristian H. Kristensen <[email protected]> Reviewed-by: Rob Clark <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3600> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3600>
Diffstat (limited to 'src')
-rw-r--r--src/freedreno/registers/adreno_pm4.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freedreno/registers/adreno_pm4.xml b/src/freedreno/registers/adreno_pm4.xml
index 2a00db8ed5b..c5f3f0a62f3 100644
--- a/src/freedreno/registers/adreno_pm4.xml
+++ b/src/freedreno/registers/adreno_pm4.xml
@@ -1510,7 +1510,7 @@ opcode: CP_LOAD_STATE4 (30) (4 dwords)
<reg32 offset="4" name="4">
<bitfield name="REF" low="0" high="31"/>
</reg32>
- <reg32 offset="1" name="1">
+ <reg32 offset="5" name="5">
<bitfield name="DWORDS" low="0" high="31" type="uint"/>
</reg32>
</domain>