aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos7_drm_decon.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>2015-05-07 09:04:44 +0900
committerInki Dae <daeinki@gmail.com>2015-05-19 22:50:53 +0900
commit48107d7b0db180155b19b2cf083517014289a079 (patch)
treea3c67f630e239b09daf4269b0b5d5b16fdb44fb6 /drivers/gpu/drm/exynos/exynos7_drm_decon.c
parentdrm/exynos: mixer: Constify platform_device_id (diff)
downloadlinux-dev-48107d7b0db180155b19b2cf083517014289a079.tar.xz
linux-dev-48107d7b0db180155b19b2cf083517014289a079.zip
drm/exynos: Fix build breakage on !DRM_EXYNOS_FIMD
Disabling the CONFIG_DRM_EXYNOS_FIMD (e.g. by enabling of CONFIG_FB_S3C) leads to build error: drivers/built-in.o: In function `exynos_dp_dpms': binder.c:(.text+0xd6a840): undefined reference to `fimd_dp_clock_enable' binder.c:(.text+0xd6ab54): undefined reference to `fimd_dp_clock_enable' Fix this by changing direct call to fimd_dp_clock_enable() into optional call to exynos_drm_crtc_ops->clock_enable(). Only the DRM_EXYNOS_FIMD implements this op. Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com> Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> Tested-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos7_drm_decon.c')
0 files changed, 0 insertions, 0 deletions