]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos/iommu: merge IOMMU and DMA code
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 12 Oct 2018 10:53:46 +0000 (12:53 +0200)
committerInki Dae <inki.dae@samsung.com>
Tue, 4 Dec 2018 04:23:17 +0000 (13:23 +0900)
commit19d104f379bd816c634dfa48a21d02a9c6e8b749
tree88a9145affaf6f1cd4be796bd822c72d636ef84b
parent4f8d00d875da300754df0240f32f9774940f1126
drm/exynos/iommu: merge IOMMU and DMA code

As DMA code is the only user of IOMMU code both files can be merged.
It allows to remove stub functions, after slight adjustment of
exynos_drm_register_dma. Since IOMMU functions are used locally they
can be marked static.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/Makefile
drivers/gpu/drm/exynos/exynos_drm_dma.c
drivers/gpu/drm/exynos/exynos_drm_iommu.c [deleted file]
drivers/gpu/drm/exynos/exynos_drm_iommu.h [deleted file]