drm/i915: Don't use staged config in intel_mst_pre_enable_dp()
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Thu, 2 Apr 2015 11:48:01 +0000 (14:48 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 10 Apr 2015 06:55:57 +0000 (08:55 +0200)
commit9b4fd8f250e08d8f22a31d947ac3ca16383df1e1
treece1f47c9dec5bdffc13b084d4e650556fbc3f102
parent98a221da4aeb18b2b68b08359666230c1febafe0
drm/i915: Don't use staged config in intel_mst_pre_enable_dp()

For the conversion to atomic. The pre_enable() hooks are called as part
of the crtc enable sequence, at which point the staged config was
already made effective. Furthermore, the function actually changes
hardware state, so it should anyway deal with current and not staged
config.

Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp_mst.c