mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
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 <wielkiegie@gmail.com> Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
This commit is contained in:
parent
e7bcfadc22
commit
5ed7a7b720
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue