i965: Correct copy and wasted field shifts for SNB GS URB.
This commit is contained in:
@@ -831,8 +831,8 @@
|
||||
#define CMD_URB 0x7805 /* GEN6+ */
|
||||
# define GEN6_URB_VS_SIZE_SHIFT 16
|
||||
# define GEN6_URB_VS_ENTRIES_SHIFT 0
|
||||
# define GEN6_URB_GS_SIZE_SHIFT 8
|
||||
# define GEN6_URB_GS_ENTRIES_SHIFT 0
|
||||
# define GEN6_URB_GS_ENTRIES_SHIFT 8
|
||||
# define GEN6_URB_GS_SIZE_SHIFT 0
|
||||
|
||||
#define CMD_VIEWPORT_STATE_POINTERS 0x780d /* GEN6+ */
|
||||
# define GEN6_CC_VIEWPORT_MODIFY (1 << 12)
|
||||
|
||||
Reference in New Issue
Block a user