]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/vlv: Remove wait for for punit to updates freq.
authorDeepak S <deepak.s@linux.intel.com>
Sat, 9 May 2015 12:34:44 +0000 (18:04 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 20 May 2015 09:25:41 +0000 (11:25 +0200)
commitc13040f5786e5af25b352ba5925dd3304b3ea436
treecc9ad0ac41ee2f9b457e46042e5a2b3e3a216b74
parent799429d77f01dd41a79a3c585a32e5ef77d50b1d
drm/i915/vlv: Remove wait for for punit to updates freq.

When GPU is idle on VLV, Request freq to punit should be good enough to
get the voltage back to VNN. Also, make sure gfx clock force applies
before requesting the freq fot vlv.

v2: Do forcewake before setting idle frequency (ville)
    Update function comments to match the code (Deepak)

v3: Fix get/put across idle frequency Request. (Ville)

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75244
suggested-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c