[UPSTREAM BACKPORT] drm/i915/vbt: Add eDP Data rate overrride field in VBT#5560
Closed
kv2019i wants to merge 1 commit intothesofproject:topic/sof-devfrom
Closed
[UPSTREAM BACKPORT] drm/i915/vbt: Add eDP Data rate overrride field in VBT#5560kv2019i wants to merge 1 commit intothesofproject:topic/sof-devfrom
kv2019i wants to merge 1 commit intothesofproject:topic/sof-devfrom
Conversation
Add edp_data_rate_override field VBT which gives us a mask of rates which needs to be skipped in favour of subsequent higher rate. --v2 -Rename vbt field [Jani] -Fix comment to 263+ [Jani] -Use BIT_U32 [Jani] -Fix the bits assignment in vbt [Jani] --v3 -Add a mask which represents all link rates [Ankit] Bspec: 20124 Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com> Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Link: https://lore.kernel.org/r/20250821042653.269227-2-suraj.kandpal@intel.com (cherry picked from commit 4d33c77) Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Collaborator
Author
|
This is needed to fix the PTL CI runs. |
arikgreen
approved these changes
Oct 17, 2025
Collaborator
Collaborator
Collaborator
Author
|
Not needed anymore, patch already in sof-dev |
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.
Add edp_data_rate_override field VBT which gives us a mask of rates which needs to be skipped in favour of
subsequent higher rate.
--v2
-Rename vbt field [Jani]
-Fix comment to 263+ [Jani]
-Use BIT_U32 [Jani]
-Fix the bits assignment in vbt [Jani]
--v3
-Add a mask which represents all link rates [Ankit]
Bspec: 20124
Reviewed-by: Ankit Nautiyal ankit.k.nautiyal@intel.com
Link: https://lore.kernel.org/r/20250821042653.269227-2-suraj.kandpal@intel.com (cherry picked from commit 4d33c77)