From: Daniel Vetter Date: Wed, 8 Aug 2012 21:35:35 +0000 (+0200) Subject: drm/i915: move all rps state into dev_priv->rps X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~61^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6a828d3269a5d0b9adda1438cf8d7cb2007ca71;p=pandora-kernel.git drm/i915: move all rps state into dev_priv->rps This way it's easier so see what belongs together, and what is used by the ilk ips code. Also add some comments that explain the locking. Note that (cur|min|max)_delay need to be duplicated, because they're also used by the ips code. v2: Missed one place that the dev_priv->ips change caught ... Reviewed-by: Ben Widawsky Reviewed-by: Damien Lespiau Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed