Re: [PATCH v3 08/25] iommu/rockchip: Drop IOVA cookie management

2021-08-04 Thread Heiko Stübner
Am Mittwoch, 4. August 2021, 19:15:36 CEST schrieb Robin Murphy: > The core code bakes its own cookies now. > > CC: Heiko Stuebner > Signed-off-by: Robin Murphy On a Rockchip rk3288 (arm32), rk3399 (arm64) and px30 (arm64) with the graphics pipeline using the iommu Tested-by: Heiko Stuebner

[PATCH v3 08/25] iommu/rockchip: Drop IOVA cookie management

2021-08-04 Thread Robin Murphy
The core code bakes its own cookies now. CC: Heiko Stuebner Signed-off-by: Robin Murphy --- v3: Also remove unneeded include --- drivers/iommu/rockchip-iommu.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/drivers/iommu/rockchip-iommu.c