drm/atomic: Update legacy DPMS state during modesets, v3.
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Mon, 27 Jul 2015 11:24:29 +0000 (13:24 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 27 Jul 2015 14:23:29 +0000 (16:23 +0200)
commit8c10342cb48f3140d9abeadcfd2fa6625d447282
tree6c30fe623fad2bc59a866c48017c9f07bcc9b31c
parent9a69a9ac20f7f3435dd18019f902351c61a9ad1d
drm/atomic: Update legacy DPMS state during modesets, v3.

This is required for DPMS to work correctly, during a modeset
the DPMS property should be turned off, unless the state is
crtc is made active in which case it should be set to DPMS on.

Changes since v1:
- Set DPMS to off when a connector is removed from a crtc too.
- Update the legacy dpms property too.
- Add an exception for the legacy dpms paths, it updates its own state.
Changes since v2:
- Do not preserve dpms property.

Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_atomic_helper.c
drivers/gpu/drm/i915/intel_display.c