gallium: fix type of flags in pipe_context::flush()
[mesa.git] / src / gallium / drivers / radeonsi / radeonsi_pipe.c
index 8a072fda89ed583e7a7f3c84d867d4cf1ead272e..4f4c1448056c8805550497bb652152e4252b3b50 100644 (file)
@@ -161,7 +161,7 @@ void radeonsi_flush(struct pipe_context *ctx, struct pipe_fence_handle **fence,
 
 static void r600_flush_from_st(struct pipe_context *ctx,
                               struct pipe_fence_handle **fence,
-                               enum pipe_flush_flags flags)
+                               unsigned flags)
 {
        radeonsi_flush(ctx, fence,
                        flags & PIPE_FLUSH_END_OF_FRAME ? RADEON_FLUSH_END_OF_FRAME : 0);