mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
tu: RB_SAMPLE_COUNT_ADDR is also used on a7xx
Remove the 'A6XX' variant attribute from the RB_SAMPLE_COUNT_ADDR register definition since this register is also used up to a730, being displaced from a740 onwards by CP_EVENT_WRITE7::WRITE_SAMPLE_COUNT. Signed-off-by: Zan Dobersek <zdobersek@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28610>
This commit is contained in:
parent
b2613ba0fb
commit
1df5ab2562
1 changed files with 5 additions and 1 deletions
|
|
@ -2842,7 +2842,11 @@ to upconvert to 32b float internally?
|
|||
</reg32>
|
||||
</array>
|
||||
<!-- 0x891b-0x8926 invalid -->
|
||||
<reg64 offset="0x8927" name="RB_SAMPLE_COUNT_ADDR" type="waddress" align="16" usage="cmd" variants="A6XX"/>
|
||||
<doc>
|
||||
RB_SAMPLE_COUNT_ADDR register is used up to (and including) a730. After that
|
||||
the address is specified through CP_EVENT_WRITE7::WRITE_SAMPLE_COUNT.
|
||||
</doc>
|
||||
<reg64 offset="0x8927" name="RB_SAMPLE_COUNT_ADDR" type="waddress" align="16" usage="cmd"/>
|
||||
<!-- 0x8929-0x89ff invalid -->
|
||||
|
||||
<!-- TODO: there are some registers in the 0x8a00-0x8bff range -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue