Skip to content
Commit d2b996ac authored by Keith Packard's avatar Keith Packard
Browse files

Revert and fix "drm/i915/dp: remove DPMS mode tracking from DP"



This reverts commit 885a5014.

We actually *do* need to track DPMS state so that on hotplug, we don't
retrain the link until DPMS is disabled.

However, that code had avery small bug -- it wouldn't set the
dpms_mode at mode set time, and so link retraining would not actually
occur on monitor hotplug until the monitor had gone through a DPMS
off/DPMS on cycle.

Signed-off-by: default avatarKeith Packard <keithp@keithp.com>
Tested-by: default avatarAndrew Lutomirski <luto@mit.edu>
parent f0575e92
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment