Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion arch/arm64/configs/deepin_arm64_desktop_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4056,7 +4056,6 @@ CONFIG_MTK_CMDQ_MBOX=m
CONFIG_SPRD_MBOX=m
CONFIG_QCOM_IPCC=m
CONFIG_IOMMU_IO_PGTABLE_ARMV7S=y
CONFIG_IOMMU_DEFAULT_PASSTHROUGH=y
CONFIG_IOMMUFD=m
Copy link

Copilot AI Dec 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description mentions this change may affect 'cix' (referencing CIX_DSP_REMOTEPROC and related configs at lines 4074-4077) and certain hardware devices (Phytium FT2000, Kunpeng 920). Consider adding a code comment near the IOMMU configuration section documenting this deliberate removal and any known hardware compatibility considerations, especially since CONFIG_SMMU_BYPASS_DEV=y is still enabled at line 4062 which may provide an alternative bypass mechanism for affected devices.

Suggested change
CONFIG_IOMMUFD=m
CONFIG_IOMMUFD=m
# NOTE: The following IOMMU (SMMU) configuration may affect 'cix' (see CIX_DSP_REMOTEPROC and related configs previously at lines 4074-4077)
# and certain hardware devices (Phytium FT2000, Kunpeng 920). The deliberate removal of CIX_DSP_REMOTEPROC and related configs
# may impact compatibility for these devices. However, CONFIG_SMMU_BYPASS_DEV=y is still enabled below, which may provide
# an alternative bypass mechanism for affected devices. Please review hardware requirements before modifying these options.

Copilot uses AI. Check for mistakes.
CONFIG_ARM_SMMU=y
CONFIG_ARM_SMMU_V3=y
Expand Down
Loading