Re: [PATCH AUTOSEL 5.4 11/14] drm/msm: Stop using iommu_present()

2022-04-23 Thread Sasha Levin
On Tue, Apr 19, 2022 at 11:53:23AM -0700, Rob Clark wrote: You might want to drop this one, it seems to be causing some issues on older generations.. I'll be sending another PR shortly with a revert. https://patchwork.freedesktop.org/patch/482453 Dropped, thanks! -- Thanks, Sasha

Re: [PATCH AUTOSEL 5.4 11/14] drm/msm: Stop using iommu_present()

2022-04-19 Thread Rob Clark
You might want to drop this one, it seems to be causing some issues on older generations.. I'll be sending another PR shortly with a revert. https://patchwork.freedesktop.org/patch/482453 BR, -R On Tue, Apr 19, 2022 at 11:15 AM Sasha Levin wrote: > > From: Robin Murphy > > [ Upstream commit e2

[PATCH AUTOSEL 5.4 11/14] drm/msm: Stop using iommu_present()

2022-04-19 Thread Sasha Levin
From: Robin Murphy [ Upstream commit e2a88eabb02410267519b838fb9b79f5206769be ] Even if some IOMMU has registered itself on the platform "bus", that doesn't necessarily mean it provides translation for the device we care about. Replace iommu_present() with a more appropriate check. Signed-off-b