diff options
author | Jonathan Marek <[email protected]> | 2019-02-05 14:08:12 -0500 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-02-06 09:54:31 -0800 |
commit | 452f9b9984d67ccac15b9532dd7f73493611824f (patch) | |
tree | 893bf390e419149e1f223e94c8766be70fd60673 | |
parent | 131f12d49fe7055c6626dde44d900738bfb5b627 (diff) |
freedreno: a2xx: fix fast clear
Fixes: 912a9c8d
Signed-off-by: Jonathan Marek <[email protected]>
Cc: 19.0 <[email protected]>
(cherry picked from commit 3361305f570505e0131c570041779496d0b9c663)
-rw-r--r-- | src/gallium/drivers/freedreno/a2xx/fd2_draw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/a2xx/fd2_draw.c b/src/gallium/drivers/freedreno/a2xx/fd2_draw.c index 772127c7478..498c1eae1d7 100644 --- a/src/gallium/drivers/freedreno/a2xx/fd2_draw.c +++ b/src/gallium/drivers/freedreno/a2xx/fd2_draw.c @@ -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)); |