]> Git Repo - linux.git/commit
drm/i915: Agressive downclocking on Baytrail
authorChris Wilson <[email protected]>
Tue, 7 Apr 2015 15:20:28 +0000 (16:20 +0100)
committerDaniel Vetter <[email protected]>
Fri, 10 Apr 2015 06:56:01 +0000 (08:56 +0200)
commit8fb55197e64d5988ec57b54e973daeea72c3f2ff
tree15e9d92ec9346544fbcaad5a985123abd77e3946
parentcf5d8a46a001c9421c7397699db55f962e0410fc
drm/i915: Agressive downclocking on Baytrail

Reuse the same reclocking strategy for Baytail as on its bigger brethren,
Sandybridge and Ivybridge. In particular, this makes the device quicker
to reclock (both up and down) though the tendency now is to downclock
more aggressively to compensate for the RPS boosts.

v2: Rebase
v3: Exclude Cherrytrail as Deepak was concerned that the increased
number of register writes would wake the common powerwell too often.

Signed-off-by: Chris Wilson <[email protected]>
Cc: Deepak S <[email protected]>
Cc: Ville Syrjälä <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Cc: Daniel Vetter <[email protected]>
Reviewed-by: Deepak S <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_pm.c
This page took 0.043791 seconds and 4 git commands to generate.