diff options
author | Dave Airlie <[email protected]> | 2016-03-31 16:04:55 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-11-03 09:33:30 +1000 |
commit | 159bf38c3a13737065011bf90c05ad1c35ab321f (patch) | |
tree | 2a00a5ec14e20419f6116f1901c03e6cd3c5dbdd /src/gallium/drivers/r600/r600_asm.h | |
parent | 90ca378080c574a03f9235b803bcf4f85777a1d0 (diff) |
r600: add support for mark bit to the assembler.
This adds support to the assembler for the mark bit
on the export word1.
Reviewed-by: Nicolai Hähnle <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h index aa044c51ff7..7a11d454c4a 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -180,6 +180,7 @@ struct r600_bytecode_cf { unsigned eg_alu_extended; unsigned barrier; unsigned end_of_program; + unsigned mark; unsigned vpm; struct list_head alu; struct list_head tex; |