]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915/chv: Skip gen6_gt_check_fifodbg() on CHV
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 23 May 2014 15:30:19 +0000 (21:00 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 27 May 2014 11:41:34 +0000 (13:41 +0200)
commitf2ec1e19be21024b201e1715966fb858412528b9
tree878e97f229495ce4b8f8d5cf365aff848d7118d6
parent409c99131722bfec54eac300d37a31fd471920a6
drm/i915/chv: Skip gen6_gt_check_fifodbg() on CHV

CHV uses the gen8 shadow register mechanism so we shouldn't be
checking the GT FIFO status.

This effectively removes the posting read, so add an explicit
posting read using FORCEWAKE_ACK_VLV (which is what use in
vlv_forcewake_reset()).

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