]> 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)
commitac0ea7a71b2cd1b488d15101e6897553656247fe
treece1f47c9dec5bdffc13b084d4e650556fbc3f102
parent28e205773560cabd316f98ddc1c4b08d22bb8245
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