drm/i915: Clear out old GT FIFO errors in intel_uncore_early_sanitize()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 3 Dec 2013 09:30:09 +0000 (11:30 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 13 Dec 2013 09:41:06 +0000 (10:41 +0100)
commit97058870e616631a80721e08d5797d7da4b23b0a
tree9082ef663feef58effc18f8d92db93c687a7e066
parent168c3f2151a7de906b060a335d19b0ba483a6718
drm/i915: Clear out old GT FIFO errors in intel_uncore_early_sanitize()

The BIOS or someone else might have done something bad and there
might be old GT FIFO erros reported in GTFIFODBG. Clear those out
in intel_uncore_early_sanitize() to make sure we don't mistake them
for our problems.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_uncore.c