[PATCH] drm/exynos: fix building without CONFIG_PM_SLEEP

2016-01-26 Thread Inki Dae
Hi Arnd, Sorry for late. 2015년 11월 18일 00:08에 Arnd Bergmann 이(가) 쓴 글: > The runtime PM operations use the suspend/resume functions > even when CONFIG_PM_SLEEP is not set, but this now fails > for the exynos DRM driver: > > exynos_mixer.c:1289:61: error: 'exynos_mixer_resume' unde

[PATCH] drm/exynos: fix building without CONFIG_PM_SLEEP

2016-01-26 Thread Arnd Bergmann
On Tuesday 26 January 2016 15:21:41 Inki Dae wrote: > > -#ifdef CONFIG_PM_SLEEP > > How about just changing it to CONFIG_PM for consistency of other kms drivers? > Actually, I had modified it to PM since original auther, Gustavo Padovan, > posted runtime pm support. > However, it seems missing th

[PATCH] drm/exynos: fix building without CONFIG_PM_SLEEP

2016-01-26 Thread Inki Dae
2016년 01월 26일 08:40에 Krzysztof Kozlowski 이(가) 쓴 글: > 2015-11-18 0:08 GMT+09:00 Arnd Bergmann : >> The runtime PM operations use the suspend/resume functions >> even when CONFIG_PM_SLEEP is not set, but this now fails >> for the exynos DRM driver: >> >> exynos_mixer.c:1289:61: erro

[PATCH] drm/exynos: fix building without CONFIG_PM_SLEEP

2016-01-26 Thread Krzysztof Kozlowski
2015-11-18 0:08 GMT+09:00 Arnd Bergmann : > The runtime PM operations use the suspend/resume functions > even when CONFIG_PM_SLEEP is not set, but this now fails > for the exynos DRM driver: > > exynos_mixer.c:1289:61: error: 'exynos_mixer_resume' undeclared here (not in > a function) > SET_RUNT

[PATCH] drm/exynos: fix building without CONFIG_PM_SLEEP

2015-11-17 Thread Arnd Bergmann
The runtime PM operations use the suspend/resume functions even when CONFIG_PM_SLEEP is not set, but this now fails for the exynos DRM driver: exynos_mixer.c:1289:61: error: 'exynos_mixer_resume' undeclared here (not in a function) SET_RUNTIME_PM_OPS(exynos_mixer_suspend, exynos_mixer_resume, N