From: Daniel Vetter Date: Tue, 7 Aug 2012 07:54:14 +0000 (+0200) Subject: drm/i915: correctly order the ring init sequence X-Git-Tag: v3.6-rc2~12^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d8957c8a90bbb5d34fab9a304459448a5131e06;p=pandora-kernel.git drm/i915: correctly order the ring init sequence We may only start to set up the new register values after having confirmed that the ring is truely off. Otherwise the hw might lose the newly written register values. This is caught later on in the init sequence, when we check whether the register writes have stuck. Cc: stable@vger.kernel.org Reviewed-by: Jani Nikula Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=50522 Tested-by: Yang Guang Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed