mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 12:18:09 +02:00
freedreno: Rename TPL1_DBG_ECO_CNTL1.UBWC_WORKAROUND into TP_UBWC_FLAG_HINT
That's how it is referenced in KGSL. Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29754>
This commit is contained in:
parent
2a9bf2b512
commit
f34862befa
1 changed files with 1 additions and 1 deletions
|
|
@ -5888,7 +5888,7 @@ to upconvert to 32b float internally?
|
|||
<!-- Affects UBWC in some way, if BLIT_OP_SCALE is done with this bit set
|
||||
and if other blit is done without it - UBWC image may be copied incorrectly.
|
||||
-->
|
||||
<bitfield name="UBWC_WORKAROUND" pos="18" type="boolean"/>
|
||||
<bitfield name="TP_UBWC_FLAG_HINT" pos="18" type="boolean"/>
|
||||
</reg32>
|
||||
<reg32 offset="0xb604" name="TPL1_NC_MODE_CNTL">
|
||||
<bitfield name="MODE" pos="0" type="boolean"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue