diff options
author | Dave Airlie <[email protected]> | 2015-02-24 14:10:20 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2015-12-02 08:25:00 +1000 |
commit | af4013d26b3203a794ae34fe0c98139bc1058273 (patch) | |
tree | 769facfc045d1110bfd951fbb51e7d7019b6a442 /src/gallium/drivers/r600/r600_pipe.h | |
parent | b63944e8b9177d231b3789bf84ea9e67b9629905 (diff) |
r600: SMX returns CONTEXT_DONE early workaround
streamout, gs rings bug on certain r600s, requires a wait idle
before each surface sync.
Reviewed-by: Marek Olšák <[email protected]>
Cc: "10.6 11.0 11.1" <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 71a435f8709..c8ee612658e 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -59,7 +59,7 @@ /* the number of CS dwords for flushing and drawing */ #define R600_MAX_FLUSH_CS_DWORDS 16 -#define R600_MAX_DRAW_CS_DWORDS 49 +#define R600_MAX_DRAW_CS_DWORDS 52 #define R600_TRACE_CS_DWORDS 7 #define R600_MAX_USER_CONST_BUFFERS 13 |