Uh oh!
There was an error while loading. Please reload this page.
PENDING: media: qcom: camss: csid: Program CSID wrapper path domain I… - #1022
Open
Wenmeng Liu (wenmliu) wants to merge 1 commit into
Open
PENDING: media: qcom: camss: csid: Program CSID wrapper path domain I…#1022Wenmeng Liu (wenmliu) wants to merge 1 commit into
Wenmeng Liu (wenmliu) wants to merge 1 commit into
Conversation
Merge Check Failed: No CR Numbers Found Error: No Change Request numbers were found. Please add Change Request numbers to your pull request description in the format CRs-Fixed: 12345 or link GitHub issues that are associated with Change Requests. |
…D on Nord On Nord the full CSID (CSID 900) sits behind a wrapper region that holds a per-RDI path domain_id. The domain_id selects which SMMU SID the RDI write path uses; a domain_id of 0 selects an unmapped SID, so RDI writes never reach memory and captured frames are silently dropped. Add the optional per-CSID "csid_wrapper" reg regions to the binding and the camss node, plumb the optional wrapper_base through the CSID driver, and program a non-zero domain_id for every enabled virtual channel from the CSID 900 configure_stream path so RDI writes target the IFE SID that the device tree maps via "iommus". Signed-off-by: Wenmeng Liu <wenmeng.liu@oss.qualcomm.com>
Wenmeng Liu (wenmliu)force-pushed
the
nord_fix
branch
from
August 27, 2026 05:57
b3ce6e7 to
8ce761dCompare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On Nord the full CSID (CSID 900) sits behind a wrapper region that holds a per-RDI path domain_id. The domain_id selects which SMMU SID the RDI write path uses; a domain_id of 0 selects an unmapped SID, so RDI writes never reach memory and captured frames are silently dropped.
Add the optional per-CSID "csid_wrapper" reg regions to the binding and the camss node, plumb the optional wrapper_base through the CSID driver, and program a non-zero domain_id for every enabled virtual channel from the CSID 900 configure_stream path so RDI writes target the IFE SID that the device tree maps via "iommus".