sna: Fix URB offset shift on 3DSTATE_SBE

Unfortunatelly this doesn't the bug I was hunting, but let's follow
the spec.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
This commit is contained in:
Rodrigo Vivi 2014-10-13 11:33:26 -07:00 committed by Chris Wilson
parent 2c227f391a
commit f5935aa4bb
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@
# define SBE_SWIZZLE_ENABLE (1 << 21)
# define SBE_POINT_SPRITE_LOWERLEFT (1 << 20)
# define SBE_URB_ENTRY_READ_LENGTH_SHIFT 11
# define SBE_URB_ENTRY_READ_OFFSET_SHIFT 4
# define SBE_URB_ENTRY_READ_OFFSET_SHIFT 5
#define GEN8_3DSTATE_PS GEN8_3D(3, 0, 0x20)
/* DW1: kernel pointer */