docs: add displayport audio desync page with the dcn201 spread-spectrum root cause#35
Merged
Conversation
…um root cause The DP audio desync/delay/crackle only had the active-adapter hand-wave in display.md. This adds a dedicated troubleshooting/audio.md documenting the real root cause: dcn201_clk_mgr applies the shared GPU-clock spread spectrum to the DP reference clock, ignoring the VBIOS dp_ss_control=0. Verified against mainline source. Corrects the resolved-in-6.19.10 claim: that is downstream only, mainline 7.1.x still calls dce_clock_read_ss_info unconditionally. Diagnostic commands tested live on the board. Trov's dcn201 patch is shown but flagged as not verified on our board. Refs the BC-250 Discord audio thread (Trov, essdee, mzk10).
Contributor
|
Trov here - this version of the kernel patch doesn't work. I assumed that the VBIOS was setting dp_ss_control to 0, because it's what's in BIOS chip. |
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 free
to 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.
What's in this PR
troubleshooting/audio.md: the DisplayPort audio desync/delay/crackle root cause (DCN201 spread-spectrum bug), diagnosis, and the fix.dce_clock_read_ss_info()unconditionally, so it is still affected. Verified against the mainline source.display.md(the SS desync is a separate, kernel-level issue from the active-adapter re-encode one).mkdocs.yml.Why this and not more
display.mdactive-adapter content intact and only added a cross-reference, since the two issues are distinct.