X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fcell%2Fppu%2Fcell_flush.h;h=509ae6239acb099f8d35e3c21aa5ec50e1133878;hb=880e3fb09b538f6f0b6fad2db7e0e10e9df43555;hp=eda351b1cbc82ea0bf0a7738748b3cce87d561cb;hpb=87e3301533aa4d3e6e98db139887ebba3d217f7d;p=mesa.git diff --git a/src/gallium/drivers/cell/ppu/cell_flush.h b/src/gallium/drivers/cell/ppu/cell_flush.h index eda351b1cbc..509ae6239ac 100644 --- a/src/gallium/drivers/cell/ppu/cell_flush.h +++ b/src/gallium/drivers/cell/ppu/cell_flush.h @@ -29,10 +29,17 @@ #ifndef CELL_FLUSH #define CELL_FLUSH +#define CELL_FLUSH_WAIT 0x80000000 + +extern void +cell_flush(struct pipe_context *pipe, unsigned flags, + struct pipe_fence_handle **fence); + extern void -cell_flush(struct pipe_context *pipe, unsigned flags); +cell_flush_int(struct cell_context *cell, unsigned flags); extern void -cell_flush_int(struct pipe_context *pipe, unsigned flags); +cell_flush_buffer_range(struct cell_context *cell, void *ptr, + unsigned size); #endif