All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Enable ATS for the devices in SATC table
@ 2022-02-22 18:54 ` Yian Chen
  0 siblings, 0 replies; 6+ messages in thread
From: Yian Chen @ 2022-02-22 18:54 UTC (permalink / raw)
  To: David Woodhouse, Lu Baolu, Ashok Raj, Sohil Mehta, Jacob jun Pan,
	iommu, linux-kernel, Yian Chen

The devices in BIOS SATC (SoC integrated Address Translation Cache)
table are all trusted devices to use ATS. This patch set enables
ATS for them.

---
v2:
  - Use dmar_find_matched_satc_unit() to avoid hard coded
    return value.
  - add static declaration for dmar_ats_supported()
    (the function modified from 
     dmar_find_matched_atsr_unit())
---

Yian Chen (2):
  iommu/vt-d: Enable ATS for the devices in SATC table
  iommu/vt-d: Declare dmar_ats_supported() as static function

 drivers/iommu/intel/iommu.c | 128 +++++++++++++++++++++++-------------
 include/linux/intel-iommu.h |   1 -
 2 files changed, 83 insertions(+), 46 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-22 18:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22 18:54 [PATCH v2 0/2] Enable ATS for the devices in SATC table Yian Chen
2022-02-22 18:54 ` Yian Chen
2022-02-22 18:54 ` [PATCH v2 1/2] iommu/vt-d: " Yian Chen
2022-02-22 18:54   ` Yian Chen
2022-02-22 18:54 ` [PATCH v2 2/2] iommu/vt-d: Declare dmar_ats_supported() as static function Yian Chen
2022-02-22 18:54   ` Yian Chen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.