[PATCH v3 20/23] iommu: Update various drivers to pass in lg2sz instead of order to iommu pages
Baolu Lu
baolu.lu at linux.intel.com
Wed Feb 26 04:24:01 PST 2025
On 2025/2/26 3:39, Jason Gunthorpe wrote:
> Convert most of the places calling get_order() as an argument to the
> iommu-pages allocator into order_base_2() or the _sz flavour
> instead. These places already have an exact size, there is no particular
> reason to use order here.
>
> Signed-off-by: Jason Gunthorpe<jgg at nvidia.com>
> ---
> drivers/iommu/amd/init.c | 29 +++++++++++++++--------------
> drivers/iommu/intel/dmar.c | 6 +++---
> drivers/iommu/io-pgtable-arm.c | 3 +--
> drivers/iommu/io-pgtable-dart.c | 12 +++---------
> drivers/iommu/sun50i-iommu.c | 4 ++--
> 5 files changed, 24 insertions(+), 30 deletions(-)
For changes in intel iommu driver,
Reviewed-by: Lu Baolu <baolu.lu at linux.intel.com>
More information about the Linux-rockchip
mailing list