Files
linux/include/drm
Maarten Lankhorst 44596b8c47 drm/atomic: Unify conflicting encoder handling.
Currently we use a flag to change behavior in atomic commit
whether a conflicting encoder should be enabled or disabled.
This is used for the legacy set_config helper, which disables
connectors that have a conflicting encoder but not part of the
active crtc list.

There's no need for this to be handled in atomic commit, it
could be done in the set_config helper instead. This will
let the atomic check function reject any conflicting encoders,
while set_config can disable conflicting crtc's. This makes it
possible to recalculate the changed flags in 1 loop.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: http://patchwork.freedesktop.org/patch/msgid/1491477543-31257-2-git-send-email-maarten.lankhorst@linux.intel.com
2017-04-06 17:00:27 -04:00
..
2017-03-24 09:36:06 +01:00
2017-03-24 09:36:06 +01:00
2017-03-14 14:38:33 +01:00
2017-03-14 14:38:34 +01:00
2017-04-04 20:47:54 +02:00
2016-06-21 22:10:55 +02:00
2017-03-24 09:36:06 +01:00
2017-03-24 09:36:06 +01:00
2015-08-12 12:24:05 -04:00
2017-03-09 16:18:02 +01:00
2014-03-17 20:11:57 +01:00