]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Copy the staged connector config to the legacy atomic state
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Fri, 20 Mar 2015 14:18:07 +0000 (16:18 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 26 Mar 2015 16:49:51 +0000 (17:49 +0100)
commit571e636e411350b9b958d7a78c4d71cfc654eb2e
treecc9700bd6003dcf72d329ff7b02232a2e434f308
parent3e3f4c5e33d0dfc98d9be3d308c8a4d95a7af970
drm/i915: Copy the staged connector config to the legacy atomic state

With this in place, we can start converting pieces of the modeset code
to look at the connector atomic state instead of the staged config.

v2: Handle the load detect staged config changes too. (Ander)
    Remove unnecessary blank line. (Daniel)

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_display.c