From: Mika Kuoppala Date: Fri, 28 Mar 2014 16:18:18 +0000 (+0200) Subject: drm/i915: add flags to i915_ring_stop X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~63^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88b4aa8770d7779b7eaad47a0b5a32374f07f476;p=pandora-kernel.git drm/i915: add flags to i915_ring_stop Piglit runner and QA are both looking at the dmesg for DRM_ERRORs with test cases. Add a flag to control those when we they are expected from related test cases. Also add flag to control if contexts should be banned that introduced the hang. Hangcheck is timer based and preventing bans by adding sleeps to testcases makes testing slower. v2: intel_ring_stopped(), readable comment (Chris) v3: keep compatibility (Daniel) References: https://bugs.freedesktop.org/show_bug.cgi?id=75876 Signed-off-by: Mika Kuoppala Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed