[PATCH v3 10/32] drm/exynos: Don't keep dpms state in encoder

2013-11-10 Thread Tomasz Figa
On Tuesday 29 of October 2013 12:12:56 Sean Paul wrote: > This patch removes the dpms state tracking in encoder. This > state is at best confusing and at worst incorrect since the display > drivers can turn on and off without propagating the value. > > Signed-off-by: Sean Paul > --- > > Changes

[PATCH v3 10/32] drm/exynos: Don't keep dpms state in encoder

2013-10-29 Thread Sean Paul
This patch removes the dpms state tracking in encoder. This state is at best confusing and at worst incorrect since the display drivers can turn on and off without propagating the value. Signed-off-by: Sean Paul --- Changes in v2: None Changes in v3: None drivers/gpu/drm/exynos/exynos_drm_enco