From ed0ab3e867717ac529e57134d28e38b19d7536cc Mon Sep 17 00:00:00 2001 From: jsg Date: Thu, 31 Aug 2023 04:43:23 +0000 Subject: [PATCH] drm/display/dp: Fix the DP DSC Receiver cap size From Ankit Nautiyal 3bc9b0364a8c64d1bb1757b620ea3b9104e8054b in linux-6.1.y/6.1.50 5ad1ab30ac0809d2963ddcf39ac34317a24a2f17 in mainline linux --- sys/dev/pci/drm/include/drm/display/drm_dp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/pci/drm/include/drm/display/drm_dp.h b/sys/dev/pci/drm/include/drm/display/drm_dp.h index 05f2cc03d03..b235d6833e2 100644 --- a/sys/dev/pci/drm/include/drm/display/drm_dp.h +++ b/sys/dev/pci/drm/include/drm/display/drm_dp.h @@ -1525,7 +1525,7 @@ enum drm_dp_phy { #define DP_BRANCH_OUI_HEADER_SIZE 0xc #define DP_RECEIVER_CAP_SIZE 0xf -#define DP_DSC_RECEIVER_CAP_SIZE 0xf +#define DP_DSC_RECEIVER_CAP_SIZE 0x10 /* DSC Capabilities 0x60 through 0x6F */ #define EDP_PSR_RECEIVER_CAP_SIZE 2 #define EDP_DISPLAY_CTL_CAP_SIZE 3 #define DP_LTTPR_COMMON_CAP_SIZE 8 -- 2.20.1