From: Ander Conselvan de Oliveira Date: Fri, 20 Mar 2015 14:18:18 +0000 (+0200) Subject: drm/i915: Don't look at staged config crtc when changing DRRS state X-Git-Tag: omap-for-v4.1/fixes-rc1~82^2~20^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=723f9aab5537eabd88f96fa49a73a5e8df2ebf7b;p=pandora-kernel.git drm/i915: Don't look at staged config crtc when changing DRRS state The function intel_dp_set_drrs_state() would decide which pipe to downclock based on the staged config for the given connector. However, the result of that function is immediate, and it uses input values from crtc->config, so it should be looking at the current crtc instead. Signed-off-by: Ander Conselvan de Oliveira Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed