summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/Makefile
diff options
context:
space:
mode:
authorYoungJun Cho <yj44.cho@samsung.com>2015-02-12 12:59:47 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:45:31 +0900
commite118c0f57b620b295b7af6793c7a23852aa0a375 (patch)
tree09262405c891ea91ced54feb20fbb8542cc2b7ce /drivers/gpu/drm/exynos/Makefile
parent3748636c001e14dbf5ab210a666f7c14328d57bb (diff)
drm/exynos: add debugfs interface and gem_info node
The memps requires gem_info with gem_names to analyze graphics shared memory, so this patch adds gem_info node with debugfs interface. Signed-off-by: YoungJun Cho <yj44.cho@samsung.com> Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/Makefile')
-rw-r--r--drivers/gpu/drm/exynos/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/exynos/Makefile b/drivers/gpu/drm/exynos/Makefile
index 7de0b1084fcd..99bbfd3674f7 100644
--- a/drivers/gpu/drm/exynos/Makefile
+++ b/drivers/gpu/drm/exynos/Makefile
@@ -23,5 +23,6 @@ exynosdrm-$(CONFIG_DRM_EXYNOS_FIMC) += exynos_drm_fimc.o
exynosdrm-$(CONFIG_DRM_EXYNOS_ROTATOR) += exynos_drm_rotator.o
exynosdrm-$(CONFIG_DRM_EXYNOS_GSC) += exynos_drm_gsc.o
exynosdrm-$(CONFIG_DRM_EXYNOS_MIC) += exynos_drm_mic.o
+exynosdrm-$(CONFIG_DEBUG_FS) += exynos_drm_debugfs.o
obj-$(CONFIG_DRM_EXYNOS) += exynosdrm.o