drm/exynos: use prime helpers
authorJoonyoung Shim <jy0922.shim@samsung.com>
Sun, 16 Aug 2015 05:33:08 +0000 (14:33 +0900)
committerInki Dae <inki.dae@samsung.com>
Sun, 16 Aug 2015 05:33:45 +0000 (14:33 +0900)
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>
drivers/gpu/drm/exynos/Makefile
drivers/gpu/drm/exynos/exynos_drm_dmabuf.c [deleted file]
drivers/gpu/drm/exynos/exynos_drm_dmabuf.h [deleted file]
drivers/gpu/drm/exynos/exynos_drm_drv.c
drivers/gpu/drm/exynos/exynos_drm_gem.c
drivers/gpu/drm/exynos/exynos_drm_gem.h

index 61c2906..6916b22 100644 (file)
@@ -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
diff --cc drivers/gpu/drm/exynos/exynos_drm_dmabuf.c
Simple merge
diff --cc drivers/gpu/drm/exynos/exynos_drm_dmabuf.h
Simple merge