[PATCH 2/3] drm/exynos: remove unnecessary checking to support iommu

2015-07-02 Thread Joonyoung Shim
Already drm_iommu_attach_device and drm_iommu_detach_device check whether support iommu internally, so we don't have to call is_drm_iommu_supported before call them. Signed-off-by: Joonyoung Shim --- drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 3 +-- drivers/gpu/drm/exynos/exynos7_drm_decon

[PATCH 2/3] drm/exynos: remove unnecessary checking to support iommu

2015-07-02 Thread Marek Szyprowski
Hello, On 2015-07-02 14:49, Joonyoung Shim wrote: > Already drm_iommu_attach_device and drm_iommu_detach_device check > whether support iommu internally, so we don't have to call > is_drm_iommu_supported before call them. > > Signed-off-by: Joonyoung Shim Tested-by: Marek Szyprowski > --- >