]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Restrict GPU boost to the RCS engine
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 12 Jun 2014 09:28:55 +0000 (10:28 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 8 Jul 2014 08:25:17 +0000 (10:25 +0200)
commit230344b874a5c5889de2cff74acdc3dd9cb25bc9
tree170335410131e8917582b109715c1b5bc39cf944
parentec1458fae0dcc4ab0abc9f69631746d9b461e79a
drm/i915: Restrict GPU boost to the RCS engine

Make the assumption that media workloads are not as latency sensitive
for __wait_seqno, and that upclocking the GPU does not affect the BLT
engine. Under that assumption, we only wait to forcibly upclock the GPU
when we are stalling for results from the render pipeline.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Deepak S<deepak.s@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c