diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2015-08-16 08:33:08 +0300 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2015-08-16 08:33:45 +0300 |
commit | 01ed50ddbd6f7b4fafcf366994949d5a1a8356c0 (patch) | |
tree | ba25bf996d9c28544f2864d60092e462ad6246af /drivers/gpu/drm/exynos/Makefile | |
parent | eb57da880b00b6c68f971e077ff3e4db9ef0deae (diff) | |
download | linux-01ed50ddbd6f7b4fafcf366994949d5a1a8356c0.tar.xz |
drm/exynos: use prime helpers
The dma-buf codes of exynos drm is almost same with prime helpers. A
difference is that consider DMA_NONE when import dma-buf, but it's wrong
and we don't consider it any more, so we can use prime interface.
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/Makefile')
-rw-r--r-- | drivers/gpu/drm/exynos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/Makefile b/drivers/gpu/drm/exynos/Makefile index 61c290656f21..6916b22a7382 100644 --- a/drivers/gpu/drm/exynos/Makefile +++ b/drivers/gpu/drm/exynos/Makefile @@ -5,7 +5,7 @@ ccflags-y := -Iinclude/drm -Idrivers/gpu/drm/exynos exynosdrm-y := exynos_drm_drv.o exynos_drm_crtc.o exynos_drm_fbdev.o \ exynos_drm_fb.o exynos_drm_buf.o exynos_drm_gem.o \ - exynos_drm_core.o exynos_drm_plane.o exynos_drm_dmabuf.o + exynos_drm_core.o exynos_drm_plane.o exynosdrm-$(CONFIG_DRM_EXYNOS_IOMMU) += exynos_drm_iommu.o exynosdrm-$(CONFIG_DRM_EXYNOS_FIMD) += exynos_drm_fimd.o |