drm/i915: Drop WaRsForcewakeWaitTC0:vlv
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 13 Nov 2014 20:12:53 +0000 (22:12 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 17 Nov 2014 18:11:18 +0000 (19:11 +0100)
commit2fe486c7eae9fc5b52297aed0e4008df6b66b01c
tree6e0611aa87209c2897c4be720c85b3f1d43ba81c
parenteb88bd1b47afd4d1f2754bbcc4bd1a5e57f31ebd
drm/i915: Drop WaRsForcewakeWaitTC0:vlv

GEN6_GT_THREAD_STATUS_REG doesn't seem to exist on VLV. Reads just give
0x0 no matter what the state of the render and media wells.

There was also some hint in the Gunit HAS that thread status not being
needed on VLV, and hence dropped when bringing stuff over from the IVB
design. Not really a definite comment about the specific register itself
though.

Also the w/a itself is no longer listed for VLV in the database. It was
there some time ago in the past, but I guess someone figured out the
mistake and dropped it.

So let's just drop it from the code as well.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Deepak S<deepak.s@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_uncore.c