[PATCH v3 16/32] drm/exynos: Disable unused crtc planes from crtc

2013-11-10 Thread Tomasz Figa
On Tuesday 29 of October 2013 12:13:02 Sean Paul wrote: > This patch moves the code which disables unused crtc planes from the > encoder to the crtc. Since there is a 1:1 encoder/crtc mapping in > exynos, the only valid crtc change the pre-existing code could catch is > disconnecting an active

[PATCH v3 16/32] drm/exynos: Disable unused crtc planes from crtc

2013-10-29 Thread Sean Paul
This patch moves the code which disables unused crtc planes from the encoder to the crtc. Since there is a 1:1 encoder/crtc mapping in exynos, the only valid crtc change the pre-existing code could catch is disconnecting an active crtc from the encoder. Thus it is functionally equivalent to just