From: Eric Anholt Date: Mon, 23 Jul 2012 19:33:55 +0000 (-0700) Subject: drm/i915: Set the context before setting up regs for the context. X-Git-Tag: v3.6-rc1~83^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0da5cec1de1eb39563fb6ca2be48c0e56fed6309;p=pandora-kernel.git drm/i915: Set the context before setting up regs for the context. 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 Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed