diff options
author | Marek Olšák <[email protected]> | 2018-04-01 15:03:23 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-04-05 15:34:58 -0400 |
commit | f7de8686de823f523ee53f354063d313f9dcecbe (patch) | |
tree | 0ed41c6c19c00bdb19d206312336ac1aebb54565 /src/gallium/drivers/radeon/r600_pipe_common.h | |
parent | 4598ad6a008b535d5b39e0b2727883818afbf571 (diff) |
radeonsi: remove r600_ring::flush callback
Acked-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/r600_pipe_common.h')
-rw-r--r-- | src/gallium/drivers/radeon/r600_pipe_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeon/r600_pipe_common.h b/src/gallium/drivers/radeon/r600_pipe_common.h index 813047fabbc..ab9450b7b01 100644 --- a/src/gallium/drivers/radeon/r600_pipe_common.h +++ b/src/gallium/drivers/radeon/r600_pipe_common.h @@ -370,8 +370,6 @@ struct r600_atom { struct r600_ring { struct radeon_winsys_cs *cs; - void (*flush)(void *ctx, unsigned flags, - struct pipe_fence_handle **fence); }; /* Saved CS data for debugging features. */ |