From: Daniel Vetter Date: Wed, 8 Aug 2012 15:42:52 +0000 (+0200) Subject: drm/i915: fixup desired rps frequency computation X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~61^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65bccb5c708bd9f00d24f041f4f7c45130359448;p=pandora-kernel.git drm/i915: fixup desired rps frequency computation In commit commit 20b46e59dd102665ce7168baa215e5b1ee66b69b Author: Daniel Vetter Date: Thu Jul 26 11:16:14 2012 +0200 drm/i915: Only set the down rps limit when at the loweset frequency The computation for the new desired frequency was extracted, but since the desired frequency was passed-by value, the adjustments didn't propgate back. Fix this. Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed