mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 14:20:11 +01:00
r300g: Fix typo in r300_reg.h
This commit is contained in:
parent
0dbdcb4321
commit
3c3b7e02eb
1 changed files with 2 additions and 2 deletions
|
|
@ -3282,8 +3282,8 @@ enum {
|
|||
# define R500_FC_B_OP0_NONE (0 << 24)
|
||||
# define R500_FC_B_OP0_DECR (1 << 24)
|
||||
# define R500_FC_B_OP0_INCR (2 << 24)
|
||||
# define R500_FC_B_OP1_DECR (0 << 26)
|
||||
# define R500_FC_B_OP1_NONE (1 << 26)
|
||||
# define R500_FC_B_OP1_NONE (0 << 26)
|
||||
# define R500_FC_B_OP1_DECR (1 << 26)
|
||||
# define R500_FC_B_OP1_INCR (2 << 26)
|
||||
# define R500_FC_IGNORE_UNCOVERED (1 << 28)
|
||||
#define R500_US_FC_INT_CONST_0 0x4c00
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue