• Dmitry Osipenko's avatar
    drm/tegra: Add back arm_iommu_detach_device() · d210919d
    Dmitry Osipenko authored
    DMA buffers of 2D/3D engines aren't mapped properly when
    CONFIG_ARM_DMA_USE_IOMMU=y. The memory management code of Tegra DRM driver
    has a longstanding overhaul overdue and it's not obvious where the problem
    is in this case. Hence let's add back the old workaround which we already
    had sometime before. It explicitly detaches DRM devices from the offending
    implicit IOMMU domain. This fixes a completely broken 2d/3d drivers in
    case of ARM32 multiplatform kernel config.
    
    Cc: stable@vger.kernel.org
    Fixes: fa6661b7 ("drm/tegra: Optionally attach clients to the IOMMU")
    Signed-off-by: default avatarDmitry Osipenko <digetx@gmail.com>
    Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
    d210919d
drm.c 34.7 KB