]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove the enabling of VS_TIMER_DISPATCH bit in MI MODE reg
authorAkash Goel <akash.goel@intel.com>
Tue, 25 Mar 2014 12:31:50 +0000 (18:01 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 28 Mar 2014 17:31:59 +0000 (18:31 +0100)
commit338b832febb625745fc167d9422399ae4bae4a15
tree167ccdfa76d77034c0d485ed76a7a286e4eade48
parent5a104257a98f9f29874240fbbdc153718ec9aeb0
drm/i915: Remove the enabling of VS_TIMER_DISPATCH bit in MI MODE reg

This patch Removes the VS_TIMER_DISPATCH bit enable in MI MODE reg for
platforms > Gen6.
VS_TIMER_DISPATCH bit enable was earlier required as a part of
WA 'WaTimedSingleVertexDispatch', which is now applicable only to
platforms < Gen7.

v2: Enhancing the scope of the patch to full Gen7 (Chris)

v3: Modifying the WA condition to the cover the applicable platforms,
and adding the WA name in comments. (Ville)

Signed-off-by: Akash Goel <akash.goel@intel.com>
Signed-off-by: Sourab Gupta <sourab.gupta@intel.com>
Tested-by: Chris Wilson <chris@chris-wilson.co.uk> # ivb, hsw -Chris
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ringbuffer.c