[PATCH v3 08/32] drm/exynos: Remove dpms link between encoder/connector

2013-11-08 Thread Tomasz Figa
On Tuesday 29 of October 2013 12:12:54 Sean Paul wrote: > This patch removes the call from encoder dpms into connector dpms (which > will then call back into encoder dpms through the helper function). The > callback is likely to keep connector->dpms in the right state when > initiating dpms from cr

[PATCH v3 08/32] drm/exynos: Remove dpms link between encoder/connector

2013-10-29 Thread Sean Paul
This patch removes the call from encoder dpms into connector dpms (which will then call back into encoder dpms through the helper function). The callback is likely to keep connector->dpms in the right state when initiating dpms from crtc or encoder, but this isn't the right way to do it. This patch