[PATCH 0/2] amd/iommu: Clean up DTE programming

Suravee Suthikulpanit posted 2 patches 1 year, 5 months ago
drivers/iommu/amd/amd_iommu_types.h |   1 +
drivers/iommu/amd/iommu.c           | 131 +++++++++++++++++-----------
2 files changed, 79 insertions(+), 53 deletions(-)
[PATCH 0/2] amd/iommu: Clean up DTE programming
Posted by Suravee Suthikulpanit 1 year, 5 months ago
Hi,

This series cleans up set_dte_entry () in AMD IOMMU driver.
This is also a preparation for subsequent nested translation
support series. 

Thanks,
Suravee


Suravee Suthikulpanit (2):
  iommu/amd: Introduce struct gcr3_tbl_info.giov
  iommu/amd: Refactor set_dte_entry to simplify GCR3 Table Root Pointer
    programming

 drivers/iommu/amd/amd_iommu_types.h |   1 +
 drivers/iommu/amd/iommu.c           | 131 +++++++++++++++++-----------
 2 files changed, 79 insertions(+), 53 deletions(-)

-- 
2.34.1
Re: [PATCH 0/2] amd/iommu: Clean up DTE programming
Posted by Suthikulpanit, Suravee 1 year, 5 months ago
Please ignore this thread. Sorry for the spam.

Suravee

On 8/16/2024 10:43 PM, Suravee Suthikulpanit wrote:
> Hi,
> 
> This series cleans up set_dte_entry () in AMD IOMMU driver.
> This is also a preparation for subsequent nested translation
> support series.
> 
> Thanks,
> Suravee
> 
> 
> Suravee Suthikulpanit (2):
>    iommu/amd: Introduce struct gcr3_tbl_info.giov
>    iommu/amd: Refactor set_dte_entry to simplify GCR3 Table Root Pointer
>      programming
> 
>   drivers/iommu/amd/amd_iommu_types.h |   1 +
>   drivers/iommu/amd/iommu.c           | 131 +++++++++++++++++-----------
>   2 files changed, 79 insertions(+), 53 deletions(-)
>