modeset: honor forced FRL rate during link assessment#1186
Draft
Rohithmatham12 wants to merge 1 commit into
Draft
modeset: honor forced FRL rate during link assessment#1186Rohithmatham12 wants to merge 1 commit into
Rohithmatham12 wants to merge 1 commit into
Conversation
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.
Summary
nvidia-modeset.force_frl_rateas an explicit opt-in to use EDID-declared FRL capabilities during HDMI FRL link assessment.force_frl_rate=0.modinforeflects the EDID-capability behavior.This is intended to help forced/headless HDMI connectors where a valid override EDID advertises FRL (for example Max_FRL_Rate=6) but physical link assessment cannot complete because there is no real sink handshake, causing high-bandwidth modes such as 4K120 to be pruned.
Fixes #1184.
Testing
git diff --checkmake -C kernel-open -n modules/lib/modules/25.5.0/buildis not present.I do not have the affected headless HDMI 2.1 setup locally, so this should be validated by the reporter or maintainers with
nvidia-modeset.force_frl_rate=1and/ornvidia-modeset.force_frl_rate=2.