diff options
author | Sean Paul <seanpaul@chromium.org> | 2014-01-30 16:19:22 -0500 |
---|---|---|
committer | Inki Dae <daeinki@gmail.com> | 2014-03-24 00:36:34 +0900 |
commit | 2e4e678aa8a49136a4954dd93e53ac5108977e5c (patch) | |
tree | 35fc15cae414945a9330597936f52b238f829330 /drivers/video/exynos/Makefile | |
parent | 055e0c0615c23516abec8f64a38da20d01c1ee85 (diff) |
drm/exynos: Move dp driver from video/ to drm/
This patch moves the code from video/ to drm/. This is required the DP
driver needs to power on/off in the correct order in relation to fimd.
This will also allow the DP driver to participate in drm modeset as well
as provide accurate connection detection and edid.
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/video/exynos/Makefile')
-rw-r--r-- | drivers/video/exynos/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/exynos/Makefile b/drivers/video/exynos/Makefile index ec7772e452a..b5b1bd228ab 100644 --- a/drivers/video/exynos/Makefile +++ b/drivers/video/exynos/Makefile @@ -5,4 +5,3 @@ obj-$(CONFIG_EXYNOS_MIPI_DSI) += exynos_mipi_dsi.o exynos_mipi_dsi_common.o \ exynos_mipi_dsi_lowlevel.o obj-$(CONFIG_EXYNOS_LCD_S6E8AX0) += s6e8ax0.o -obj-$(CONFIG_EXYNOS_DP) += exynos_dp_core.o exynos_dp_reg.o |