From: Ville Syrjälä Date: Thu, 7 Nov 2013 17:57:48 +0000 (+0200) Subject: drm/i915: Kill vlv_update_rps_cur_delay() X-Git-Tag: v3.14-rc1~47^2~90^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c7915616a7a09be0c1e5b76c26381df15fe671b;p=pandora-kernel.git 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ä Reviewed-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed