linux-sg2042/drivers/gpu/drm/exynos
Javier Martinez Canillas 2072fe5146 drm/exynos: Use VIDEO_SAMSUNG_S5P_G2D=n as G2D Kconfig dependency
Commit 254d4d111e ("drm/exynos: Add dependency for G2D in Kconfig") made
the DRM_EXYNOS_G2D symbol to only be selectable if the s5p-g2d V4L2 driver
is not enabled, since both use the same HW IP block.

But added the dependency as depends on !VIDEO_SAMSUNG_S5P_G2D which isn't
correct since Kconfig expressions are not boolean but tristate. So it will
only evaluate to 'n' if VIDEO_SAMSUNG_S5P_G2D=y but it will evaluate to m
if VIDEO_SAMSUNG_S5P_G2D=m.

This means that both the V4L2 and DRM drivers can be enabled if the former
is enabled as a module, which is not what we want.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
2016-04-13 00:23:49 +09:00
..
Kconfig drm/exynos: Use VIDEO_SAMSUNG_S5P_G2D=n as G2D Kconfig dependency 2016-04-13 00:23:49 +09:00
Makefile drm/exynos: build fbdev code conditionally 2016-04-12 22:50:54 +09:00
exynos7_drm_decon.c drm/exynos: remove struct exynos_drm_panel_info 2016-03-01 23:37:22 +09:00
exynos5433_drm_decon.c drm/exynos/decon: make irq handler static 2016-03-01 23:37:20 +09:00
exynos_dp_core.c drm/exynos: remove struct exynos_drm_panel_info 2016-03-01 23:37:22 +09:00
exynos_dp_core.h drm/exynos: remove struct exynos_drm_panel_info 2016-03-01 23:37:22 +09:00
exynos_dp_reg.c
exynos_dp_reg.h
exynos_drm_core.c drm/exynos: fix error handling in exynos_drm_subdrv_open 2016-04-12 22:50:48 +09:00
exynos_drm_crtc.c drm/exynos: fix kernel panic issue at drm releasing 2016-01-13 00:16:39 +09:00
exynos_drm_crtc.h drm/exynos: fix kernel panic issue at drm releasing 2016-01-13 00:16:39 +09:00
exynos_drm_dpi.c drm/exynos: removed optional dummy encoder mode_fixup function. 2016-02-16 15:30:36 +01:00
exynos_drm_drv.c drm/exynos: add DRM_EXYNOS_GEM_MAP ioctl 2016-03-13 14:54:03 +09:00
exynos_drm_drv.h drm/exynos: use real device for DMA-mapping operations 2016-03-01 23:53:47 +09:00
exynos_drm_dsi.c drm/exynos/dsi: use core helper to create DSI packet 2016-03-02 00:21:37 +09:00
exynos_drm_fb.c drm/exynos: build fbdev code conditionally 2016-04-12 22:50:54 +09:00
exynos_drm_fb.h Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2016-01-17 13:40:25 -08:00
exynos_drm_fbdev.c drm/exynos: build fbdev code conditionally 2016-04-12 22:50:54 +09:00
exynos_drm_fbdev.h drm/exynos: build fbdev code conditionally 2016-04-12 22:50:54 +09:00
exynos_drm_fimc.c drm/exynos/fimc: remove unused camera interface polarization code 2016-03-01 23:37:23 +09:00
exynos_drm_fimc.h
exynos_drm_fimd.c drm/exynos: fimd: fix broken dp_clock control 2016-04-12 22:50:57 +09:00
exynos_drm_g2d.c drm/exynos: use real device for DMA-mapping operations 2016-03-01 23:53:47 +09:00
exynos_drm_g2d.h
exynos_drm_gem.c drm/exynos: add DRM_EXYNOS_GEM_MAP ioctl 2016-03-13 14:54:03 +09:00
exynos_drm_gem.h drm/exynos: add DRM_EXYNOS_GEM_MAP ioctl 2016-03-13 14:54:03 +09:00
exynos_drm_gsc.c drm/exynos: ipp: fix incorrect format specifiers in debug messages 2016-03-01 23:37:08 +09:00
exynos_drm_gsc.h
exynos_drm_iommu.c drm/exynos: use real device for DMA-mapping operations 2016-03-01 23:53:47 +09:00
exynos_drm_iommu.h drm/exynos: use real device for DMA-mapping operations 2016-03-01 23:53:47 +09:00
exynos_drm_ipp.c drm/exynos: ipp: fix incorrect format specifiers in debug messages 2016-03-01 23:37:08 +09:00
exynos_drm_ipp.h
exynos_drm_mic.c drm/exynos: fix a warning message 2016-04-12 22:51:02 +09:00
exynos_drm_plane.c drm/exynos: fix adjusted_mode pointer in exynos_plane_mode_set 2016-04-12 22:50:52 +09:00
exynos_drm_plane.h drm/exynos: rename zpos to index 2016-01-13 00:16:33 +09:00
exynos_drm_rotator.c drm/exynos: remove incorrect ccflags from Makefile 2016-03-01 23:37:20 +09:00
exynos_drm_rotator.h
exynos_drm_vidi.c drm/exynos: fix types for compilation on 64bit architectures 2016-03-01 23:37:09 +09:00
exynos_drm_vidi.h
exynos_hdmi.c drm/exynos/hdmi: remove unused variable 2016-03-01 23:37:20 +09:00
exynos_mixer.c drm/exynos: fix building without CONFIG_PM_SLEEP 2016-02-01 13:09:36 +09:00
regs-fimc.h
regs-gsc.h drm/exynos: gsc: add device tree support and remove usage of static mappings 2015-12-13 22:22:53 +09:00
regs-hdmi.h
regs-mixer.h drm/exynos: mixer: refactor layer setup 2016-01-13 00:16:36 +09:00
regs-rotator.h
regs-vp.h