r300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FLUSH_*
[mesa.git] / src / gallium / drivers / r600 / r600_texture.c
index 07782ff8ce955840a2b7dff3a7642354a637b501..4042b70a9bf9dc041b1e84b776491a9d4dbddf49 100644 (file)
@@ -1500,7 +1500,7 @@ static void r600_texture_transfer_unmap(struct pipe_context *ctx,
         * The result is that the kernel memory manager is never a bottleneck.
         */
        if (rctx->num_alloc_tex_transfer_bytes > rctx->screen->info.gart_size / 4) {
-               rctx->gfx.flush(rctx, RADEON_FLUSH_ASYNC, NULL);
+               rctx->gfx.flush(rctx, PIPE_FLUSH_ASYNC, NULL);
                rctx->num_alloc_tex_transfer_bytes = 0;
        }