Re: [Intel-gfx] [PATCH 4/5] drm/atomic: Do not unset crtc when an encoder is stolen

2016-02-03 Thread Gustavo Padovan
Hi Maarten, 2016-01-07 Maarten Lankhorst : > While we steal the encoder away from the connector the connector may > be updated to use a different encoder. > > Without this change if 2 connectors swap encoders one of them will > end up without a crtc. > > Signed-off-by: Maarten Lankhorst > ---

[Intel-gfx] [PATCH 4/5] drm/atomic: Do not unset crtc when an encoder is stolen

2016-01-07 Thread Maarten Lankhorst
While we steal the encoder away from the connector the connector may be updated to use a different encoder. Without this change if 2 connectors swap encoders one of them will end up without a crtc. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/drm_atomic_helper.c | 4 1 file changed