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 crtc or encoder, but this isn't the right way to > do it. This patch is the first step towards rationalizing power > management in the exynos drm driver. > > Signed-off-by: Sean Paul <seanpaul at chromium.org> > --- > > Changes in v2: > - Split out the apply change into a new patch > Changes in v3: None > > drivers/gpu/drm/exynos/exynos_drm_connector.c | 42 > ++-------------------- drivers/gpu/drm/exynos/exynos_drm_connector.h | > 4 --- > drivers/gpu/drm/exynos/exynos_drm_encoder.c | 50 > +++------------------------ 3 files changed, 8 insertions(+), 88 > deletions(-)
Reviewed-by: Tomasz Figa <t.figa at samsung.com> Best regards, Tomasz