drm/i915: Set the context before setting up regs for the context.
authorEric Anholt <eric@anholt.net>
Mon, 23 Jul 2012 19:33:55 +0000 (12:33 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 25 Jul 2012 08:39:59 +0000 (10:39 +0200)
Fixes failures in transform feedback on gen7 because our SOL_RESET
flag was setting the transform feedback offsets in the old context
(occasionally happened to be ours) instead of the new context.

Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found