From: Jesse Barnes Date: Thu, 7 Jul 2011 18:11:01 +0000 (-0700) Subject: drm/i915/dp: remove DPMS mode tracking from DP X-Git-Tag: v3.0~44^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=885a50147f00a8a80108904bf58a18af357717f3;p=pandora-kernel.git drm/i915/dp: remove DPMS mode tracking from DP We currently use this when a hot plug event is received, only checking the link status and re-training if we had previously configured a link. However if we want to preserve the DP configuration across both hot plug and DPMS events (which we do for userspace apps that don't respond to hot plug uevents), we need to unconditionally check the link and try to bring it up on hot plug. Signed-off-by: Jesse Barnes Reviewed-by: Keith Packard Signed-off-by: Keith Packard --- Reading git-diff-tree failed