mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
freedreno/a6xx: Don't write REG_A6XX_RB_SRGB_CNTL in restore
We configure this as part of MRT set up. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5552>
This commit is contained in:
parent
77c50891b6
commit
2580e4f921
1 changed files with 0 additions and 3 deletions
|
|
@ -1159,9 +1159,6 @@ fd6_emit_restore(struct fd_batch *batch, struct fd_ringbuffer *ring)
|
|||
WRITE(REG_A6XX_RB_UNKNOWN_8811, 0x00000010);
|
||||
WRITE(REG_A6XX_PC_MODE_CNTL, 0x1f);
|
||||
|
||||
OUT_PKT4(ring, REG_A6XX_RB_SRGB_CNTL, 1);
|
||||
OUT_RING(ring, 0);
|
||||
|
||||
WRITE(REG_A6XX_GRAS_UNKNOWN_8101, 0);
|
||||
WRITE(REG_A6XX_GRAS_SAMPLE_CNTL, 0);
|
||||
WRITE(REG_A6XX_GRAS_UNKNOWN_8110, 0x2);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue