mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-24 16:00:29 +01:00
broadcom/vc5: Drop signal bit #defines.
Signals are more complicated than that, and tables ended up being better.
This commit is contained in:
parent
dfee62eed3
commit
c81cc767e4
2 changed files with 0 additions and 8 deletions
|
|
@ -47,10 +47,6 @@
|
|||
|
||||
#define VC5_QPU_SIG_SHIFT 53
|
||||
#define VC5_QPU_SIG_MASK QPU_MASK(57, 53)
|
||||
# define VC5_QPU_SIG_THRSW_BIT 0x1
|
||||
# define VC5_QPU_SIG_LDUNIF_BIT 0x2
|
||||
# define VC5_QPU_SIG_LDTMU_BIT 0x4
|
||||
# define VC5_QPU_SIG_LDVARY_BIT 0x8
|
||||
|
||||
#define VC5_QPU_COND_SHIFT 46
|
||||
#define VC5_QPU_COND_MASK QPU_MASK(52, 46)
|
||||
|
|
|
|||
|
|
@ -48,10 +48,6 @@
|
|||
|
||||
#define VC5_QPU_SIG_SHIFT 53
|
||||
#define VC5_QPU_SIG_MASK QPU_MASK(57, 53)
|
||||
# define VC5_QPU_SIG_THRSW_BIT 0x1
|
||||
# define VC5_QPU_SIG_LDUNIF_BIT 0x2
|
||||
# define VC5_QPU_SIG_LDTMU_BIT 0x4
|
||||
# define VC5_QPU_SIG_LDVARY_BIT 0x8
|
||||
|
||||
#define VC5_QPU_COND_SHIFT 46
|
||||
#define VC5_QPU_COND_MASK QPU_MASK(52, 46)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue