diff options
author | Alex Deucher <[email protected]> | 2011-05-25 11:04:25 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2011-05-25 11:04:25 -0400 |
commit | 5ed7a7b7205b5680d617b77a8cf228b80cf15f5e (patch) | |
tree | dea64eeeab2ea433d1042c3a1a00cfc084d47d13 /src/gallium | |
parent | e7bcfadc2255e3417e03676837d248f4976419e2 (diff) |
r600g: remove duplicate opcode in r600_opcodes.h
V_SQ_CF_WORD1_SQ_CF_INST_HALT is 0x1f on both
evergreen and cayman.
Reported-by: Gustaw Smolarczyk <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/r600/r600_opcodes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_opcodes.h b/src/gallium/drivers/r600/r600_opcodes.h index b19cc2b078e..184f32c9960 100644 --- a/src/gallium/drivers/r600/r600_opcodes.h +++ b/src/gallium/drivers/r600/r600_opcodes.h @@ -207,7 +207,6 @@ #define EG_V_SQ_CF_WORD1_SQ_CF_INST_JUMPTABLE 0x0000001d #define EG_V_SQ_CF_WORD1_SQ_CF_INST_GLOBAL_WAVE_SYNC 0x0000001e #define EG_V_SQ_CF_WORD1_SQ_CF_INST_HALT 0x0000001f -#define EG_V_SQ_CF_WORD1_SQ_CF_INST_HALT 0x0000001f /* cayman extras */ #define CM_V_SQ_CF_WORD1_SQ_CF_INST_END 0x00000020 |