a6xx: Add more CP packets
[mesa.git] / src / gallium / drivers / freedreno / a6xx / fd6_emit.h
index 7ca42adc37218afee61a29d1d20a316b2ffe5b8f..8e2134aec362e34f319972321ce0839f386b00a5 100644 (file)
@@ -186,7 +186,7 @@ fd6_cache_flush(struct fd_batch *batch, struct fd_ringbuffer *ring)
 
        seqno = fd6_event_write(batch, ring, CACHE_FLUSH_TS, true);
 
-       OUT_PKT7(ring, CP_UNK_A6XX_14, 4);
+       OUT_PKT7(ring, CP_WAIT_MEM_GTE, 4);
        OUT_RING(ring, 0x00000000);
        OUT_RELOC(ring, control_ptr(fd6_ctx, seqno));
        OUT_RING(ring, seqno);