]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Don't increase the GPU frequency from the delayed VLV rps timer
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 25 Jun 2013 18:38:10 +0000 (21:38 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 26 Jun 2013 10:20:12 +0000 (12:20 +0200)
commit9492fd08e25c2af9682d8cfd00fb462f36d482f5
tree2de2aa06983f3f802c23b667b65f7e43655707fc
parent4024a5b4c873c28acf29925d3c45825460092d6b
drm/i915: Don't increase the GPU frequency from the delayed VLV rps timer

There's little point in increasing the GPU frequency from the delayed
rps work on VLV. Now when the GPU is idle, the GPU frequency actually
keeps dropping gradually until it hits the minimum, whereas previously
it just ping-ponged constantly between RPe and RPe-1.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c