]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit77c62db505d5bf38600deb0d3caa47cd068224fa
treece1f47c9dec5bdffc13b084d4e650556fbc3f102
parenta1e1d6b3c358cebff5ad57127651c9e211b641ec
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