commit | 723f9aab5537eabd88f96fa49a73a5e8df2ebf7b | [log] [tgz] |
---|---|---|
author | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | Fri Mar 20 16:18:18 2015 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Mar 27 10:32:41 2015 +0100 |
tree | d8545f31c7051ea5922ca3e5840050ebb10a7350 | |
parent | a93e255f819cae49dff7319b6686f718b8069fec [diff] |
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 <ander.conselvan.de.oliveira@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>