Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1becc9d0 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Revert "drm/display/dp: Fix the DP DSC Receiver cap size"



This reverts commit b156ce3b which is
commit 5ad1ab30ac0809d2963ddcf39ac34317a24a2f17 upstream.

It causes a CRC abi break so revert it for now.  If this change is
really needed, it can be brought back in an abi-safe way in the future.

Bug: 161946584
Change-Id: I385d80527d8c3eb121f005b244da1ffac8fb7074
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 201ea79b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1060,7 +1060,7 @@ u8 drm_dp_get_adjust_request_pre_emphasis(const u8 link_status[DP_LINK_STATUS_SI

#define DP_BRANCH_OUI_HEADER_SIZE	0xc
#define DP_RECEIVER_CAP_SIZE		0xf
#define DP_DSC_RECEIVER_CAP_SIZE        0x10 /* DSC Capabilities 0x60 through 0x6F */
#define DP_DSC_RECEIVER_CAP_SIZE        0xf
#define EDP_PSR_RECEIVER_CAP_SIZE	2
#define EDP_DISPLAY_CTL_CAP_SIZE	3