[PATCH] drm/nouveau/platform: add IOMMU dependency

2015-05-20 Thread Alexandre Courbot
On 05/19/2015 09:53 PM, Arnd Bergmann wrote: > The recently added iommu code in the nouveau driver fails to build > when the IOMMU support is disabled: > > drivers/gpu/drm/nouveau/nouveau_platform.c: In function > 'nouveau_platform_probe_iommu': > drivers/gpu/drm/nouveau/nouveau_platform.c:113:41:

[PATCH] drm/nouveau/platform: add IOMMU dependency

2015-05-19 Thread Thierry Reding
On Tue, May 19, 2015 at 02:53:26PM +0200, Arnd Bergmann wrote: > The recently added iommu code in the nouveau driver fails to build > when the IOMMU support is disabled: > > drivers/gpu/drm/nouveau/nouveau_platform.c: In function > 'nouveau_platform_probe_iommu': > drivers/gpu/drm/nouveau/nouveau

[PATCH] drm/nouveau/platform: add IOMMU dependency

2015-05-19 Thread Arnd Bergmann
The recently added iommu code in the nouveau driver fails to build when the IOMMU support is disabled: drivers/gpu/drm/nouveau/nouveau_platform.c: In function 'nouveau_platform_probe_iommu': drivers/gpu/drm/nouveau/nouveau_platform.c:113:41: error: 'const struct iommu_ops' has no mem To avoid t