Searched hist:"1055 b39facd1bf8f84031a07385f84b46a20540f" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_mixer.c | diff 1055b39facd1bf8f84031a07385f84b46a20540f Fri Oct 19 10:37:35 CEST 2012 Inki Dae <inki.dae@samsung.com> drm/exynos: add iommu support for hdmi driver
Changelog v2: move iommu support feature to mixer side. And below is Prathyush's comment.
According to the new IOMMU framework for exynos sysmmus, the owner of the sysmmu-tv is mixer (which is the actual device that does DMA) and not hdmi. The mmu-master in sysmmu-tv node is set as below in exynos5250.dtsi sysmmu-tv { - mmu-master = <&mixer>; };
Changelog v1: The iommu will be enabled when hdmi sub driver is probed and will be disabled when removed.
Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
|