mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
freedreno: a2xx: fix fast clear
Fixes:912a9c8dSigned-off-by: Jonathan Marek <jonathan@marek.ca> Cc: 19.0 <mesa-stable@lists.freedesktop.org> (cherry picked from commit3361305f57)
This commit is contained in:
parent
131f12d49f
commit
452f9b9984
1 changed files with 0 additions and 1 deletions
|
|
@ -339,7 +339,6 @@ clear_fast(struct fd_batch *batch, struct fd_ringbuffer *ring,
|
|||
OUT_PKT3(ring, CP_SET_CONSTANT, 2);
|
||||
OUT_RING(ring, CP_REG(REG_A2XX_PA_SC_SCREEN_SCISSOR_BR));
|
||||
OUT_RINGP(ring, patch_type, &batch->gmem_patches);
|
||||
OUT_RING(ring, 0);
|
||||
|
||||
OUT_PKT3(ring, CP_SET_CONSTANT, 4);
|
||||
OUT_RING(ring, CP_REG(REG_A2XX_RB_SURFACE_INFO));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue