diff options
author | Nicolai Hähnle <[email protected]> | 2016-07-14 16:21:52 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2016-07-16 13:02:37 +0200 |
commit | 6f73c7595fab450ae9fd1af67aaed322bca02ee0 (patch) | |
tree | 10019cb1fa52a6126e1f03d19e1088e3328d4c18 /src/gallium/drivers/radeonsi/sid.h | |
parent | b89d0df5351eea1f26c6890dcdff7c0e38424ee1 (diff) |
radeonsi: remove the DRAW_PREAMBLE packet
According to firmware guys, the new sequence that we added for Polaris should
work on all CIK parts, and should actually be faster on some parts.
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/sid.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/sid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/sid.h b/src/gallium/drivers/radeonsi/sid.h index b9734898217..f6a05c544ae 100644 --- a/src/gallium/drivers/radeonsi/sid.h +++ b/src/gallium/drivers/radeonsi/sid.h @@ -101,7 +101,6 @@ #define PKT3_INDIRECT_BUFFER_CONST 0x33 #define PKT3_STRMOUT_BUFFER_UPDATE 0x34 #define PKT3_DRAW_INDEX_OFFSET_2 0x35 -#define PKT3_DRAW_PREAMBLE 0x36 /* new on CIK, required on GFX7.2 and later */ #define PKT3_WRITE_DATA 0x37 #define R_370_CONTROL 0x370 /* 0x[packet number][word index] */ #define S_370_ENGINE_SEL(x) (((unsigned)(x) & 0x3) << 30) |