]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Kill vlv_update_rps_cur_delay()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 7 Nov 2013 17:57:48 +0000 (19:57 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 7 Nov 2013 19:04:38 +0000 (20:04 +0100)
commit4c7915616a7a09be0c1e5b76c26381df15fe671b
treea327e1afbbdab0e11a1d5eb35d63b4fdcd09c8a8
parent6917c7b9d9083272ddf7e64f5482e8820a31fb3c
drm/i915: Kill vlv_update_rps_cur_delay()

Polling to make sure the current GPU frequency matches the last
requested frequency should not be necessay, and if there's some
throttling involved, the two might not match anyway.

Since we're still seeing this trigger occasionally, and it just
introduces a rather pointless 10 ms delay, it seems like better
to kill it off.

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