[PATCH] drm: mediatek: remove IOMMU_DMA select

2016-06-21 Thread Thierry Reding
On Wed, May 11, 2016 at 10:15:20PM +0200, Arnd Bergmann wrote: > On Wednesday 11 May 2016 22:11:07 Arnd Bergmann wrote: > > We get a harmless build warning when trying to use the mediatek > > DRM driver with IOMMU support disabled: > > > > warning: (DRM_MEDIATEK) selects IOMMU_DMA which has unmet

[PATCH] drm: mediatek: remove IOMMU_DMA select

2016-05-12 Thread Philipp Zabel
Am Mittwoch, den 11.05.2016, 22:11 +0200 schrieb Arnd Bergmann: > We get a harmless build warning when trying to use the mediatek > DRM driver with IOMMU support disabled: > > warning: (DRM_MEDIATEK) selects IOMMU_DMA which has unmet direct dependencies > (IOMMU_SUPPORT) > > However, the IOMMU_D

[PATCH] drm: mediatek: remove IOMMU_DMA select

2016-05-12 Thread Robin Murphy
On 11/05/16 21:11, Arnd Bergmann wrote: > We get a harmless build warning when trying to use the mediatek > DRM driver with IOMMU support disabled: > > warning: (DRM_MEDIATEK) selects IOMMU_DMA which has unmet direct dependencies > (IOMMU_SUPPORT) > > However, the IOMMU_DMA symbol is not meant to

[PATCH] drm: mediatek: remove IOMMU_DMA select

2016-05-11 Thread Arnd Bergmann
On Wednesday 11 May 2016 22:11:07 Arnd Bergmann wrote: > We get a harmless build warning when trying to use the mediatek > DRM driver with IOMMU support disabled: > > warning: (DRM_MEDIATEK) selects IOMMU_DMA which has unmet direct dependencies > (IOMMU_SUPPORT) > > However, the IOMMU_DMA symbol

[PATCH] drm: mediatek: remove IOMMU_DMA select

2016-05-11 Thread Arnd Bergmann
We get a harmless build warning when trying to use the mediatek DRM driver with IOMMU support disabled: warning: (DRM_MEDIATEK) selects IOMMU_DMA which has unmet direct dependencies (IOMMU_SUPPORT) However, the IOMMU_DMA symbol is not meant to be used by drivers at all, and this driver doesn't s