mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
freedreno/registers: SC_WAIT_WC is not a6xx
I think this is probably only a2xx, but it was masking WRITE_PRIMITIVE_COUNTS on a6xx. Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6376>
This commit is contained in:
parent
60dae98456
commit
ee7949b064
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
|
|||
<value name="VIZQUERY_START" value="7" varset="chip" variants="A2XX"/>
|
||||
<value name="HLSQ_FLUSH" value="7" varset="chip" variants="A3XX-A4XX"/>
|
||||
<value name="VIZQUERY_END" value="8" varset="chip" variants="A2XX"/>
|
||||
<value name="SC_WAIT_WC" value="9"/>
|
||||
<value name="SC_WAIT_WC" value="9" varset="chip" variants="A2XX"/>
|
||||
<value name="WRITE_PRIMITIVE_COUNTS" value="9" varset="chip" variants="A6XX"/>
|
||||
<value name="START_PRIMITIVE_CTRS" value="11" varset="chip" variants="A6XX"/>
|
||||
<value name="STOP_PRIMITIVE_CTRS" value="12" varset="chip" variants="A6XX"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue