]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/msm/mdp4: stop supporting no-IOMMU configuration
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Wed, 3 Sep 2025 10:51:49 +0000 (13:51 +0300)
committerRob Clark <robin.clark@oss.qualcomm.com>
Mon, 8 Sep 2025 14:24:58 +0000 (07:24 -0700)
commitcc64568b522b64fb8f8c607da9eb4e2d9f72d0cf
treecce53532be17481ecdbec15d4b9bb0ebe23057be
parent0584da4515dbb4fec69107ce837eef36a7be5d7d
drm/msm/mdp4: stop supporting no-IOMMU configuration

With the switch to GPUVM the msm driver no longer supports the no-IOMMU
configurations (even without the actual GPU). Return an error in case we
face the lack of the IOMMU for an MDP4 device.

Fixes: 111fdd2198e6 ("drm/msm: drm_gpuvm conversion")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/672557/
Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
drivers/gpu/drm/msm/disp/mdp4/mdp4_kms.c