Bug 2698 - iommu/vt-d:Add support for detecting ACPI device in RMRR
Summary: iommu/vt-d:Add support for detecting ACPI device in RMRR
Status: NEW
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: drivers (show other bugs) drivers
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: LeoLiu-oc
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-02 16:34 UTC by LeoLiu-oc
Modified: 2024-06-21 19:29 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description LeoLiu-oc zhaoxin_group 2022-11-02 16:34:58 UTC
Description of problem:
Some ACPI devices need to issue dma requests to access
the reserved memory area.BIOS uses the device scope type
ACPI_NAMESPACE_DEVICE in RMRR to report these ACPI devices.
This patch add support for detecting ACPI devices in RMRR and in
order to distinguish it from PCI device, some interface functions
are modified.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Comment 1 小龙 admin 2024-01-31 10:26:14 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2719
Comment 2 小龙 admin 2024-06-21 19:29:10 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/3401