From: Daniel Vetter Date: Thu, 25 Apr 2013 20:52:16 +0000 (+0200) Subject: drm/i915: move lvds_border_bits to pipe_config X-Git-Tag: v3.11-rc1~65^2~131^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68fc874289e58e62bd0820db0d52150ce6d9fe03;p=pandora-kernel.git drm/i915: move lvds_border_bits to pipe_config pipe_config is the new dev_priv! More seriously, this is actually better since a pipe_config can be thrown away if the modeset compute config stage fails. Whereas any state stored in dev_prive needs to be painstakingly restored, since otherwise a dpms off/on will wreak massive havoc. Yes, that even applies to state only used in ->mode_set callbacks, since we need to call those even for dpms on when the Haswell power well cleared everything out. Reviewed-by: Mika Kuoppala Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed