[PATCH v3 09/32] drm/exynos: Rename display_op power_on to dpms

2013-11-08 Thread Tomasz Figa
On Tuesday 29 of October 2013 12:12:55 Sean Paul wrote: > This patch renames the display_op power_on to dpms to accurately reflect > what the function does. > > The side-effect of this patch is that the new hdmi dpms callback is now > invoked twice in the dpms path. This is safe and will be dealt

[PATCH v3 09/32] drm/exynos: Rename display_op power_on to dpms

2013-10-29 Thread Sean Paul
This patch renames the display_op power_on to dpms to accurately reflect what the function does. The side-effect of this patch is that the new hdmi dpms callback is now invoked twice in the dpms path. This is safe and will be dealt with when the exynos_drm shim goes away. Signed-off-by: Sean