summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian H. Kristensen <[email protected]>2018-10-08 12:10:26 -0700
committerKristian H. Kristensen <[email protected]>2018-10-15 15:20:28 -0700
commit421863412ce1936d678794a039d50a436a43be49 (patch)
tree9b3d027771be369136208526684c5be6da68b271
parente4c9bcd037b3c1c3839dc2efdbadedf24864d586 (diff)
freedreno/a6xx: Remove unnecessary GRAS_2D_BLIT_INFO write
Signed-off-by: Kristian H. Kristensen <[email protected]> Reviewed-by: Rob Clark <[email protected]>
-rw-r--r--src/gallium/drivers/freedreno/a6xx/fd6_emit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/freedreno/a6xx/fd6_emit.c b/src/gallium/drivers/freedreno/a6xx/fd6_emit.c
index 75a3e64267a..45bb5250ec8 100644
--- a/src/gallium/drivers/freedreno/a6xx/fd6_emit.c
+++ b/src/gallium/drivers/freedreno/a6xx/fd6_emit.c
@@ -1040,8 +1040,6 @@ t7 opcode: CP_WAIT_FOR_IDLE (26) (1 dwords)
OUT_RING(ring, 0);
WRITE(REG_A6XX_GRAS_UNKNOWN_8101, 0);
- WRITE(REG_A6XX_GRAS_2D_BLIT_INFO,
- A6XX_GRAS_2D_BLIT_INFO_COLOR_FORMAT(RB6_R8G8B8_UNORM));
WRITE(REG_A6XX_GRAS_UNKNOWN_8109, 0);
WRITE(REG_A6XX_GRAS_UNKNOWN_8110, 0);