From: Michael Strauss <michael.stra...@amd.com>

[WHY]
Update field order to match DP2.0 spec SCR

Reviewed-by: George Shen <george.s...@amd.com>
Acked-by: Alex Hung <alex.h...@amd.com>
Signed-off-by: Michael Strauss <michael.stra...@amd.com>
---
 drivers/gpu/drm/amd/display/dc/dc_dp_types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dc_dp_types.h 
b/drivers/gpu/drm/amd/display/dc/dc_dp_types.h
index 36ac2a8746bd..7d4aa99525da 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_dp_types.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_dp_types.h
@@ -993,8 +993,8 @@ union dp_128b_132b_supported_link_rates {
 union dp_128b_132b_supported_lttpr_link_rates {
        struct {
                uint8_t UHBR10  :1;
-               uint8_t UHBR13_5:1;
                uint8_t UHBR20  :1;
+               uint8_t UHBR13_5:1;
                uint8_t RESERVED:5;
        } bits;
        uint8_t raw;
-- 
2.35.1

Reply via email to