Skip to content

Commit 5ad1ab3

Browse files
aknautiyaljnikula
authored andcommitted
drm/display/dp: Fix the DP DSC Receiver cap size
DP DSC Receiver Capabilities are exposed via DPCD 60h-6Fh. Fix the DSC RECEIVER CAP SIZE accordingly. Fixes: ffddc43 ("drm/dp: Add DP DSC DPCD receiver capability size define and missing SHIFT") Cc: Anusha Srivatsa <anusha.srivatsa@intel.com> Cc: Manasi Navare <manasi.d.navare@intel.com> Cc: <stable@vger.kernel.org> # v5.0+ Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230818044436.177806-1-ankit.k.nautiyal@intel.com
1 parent f19df6e commit 5ad1ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/drm/display/drm_dp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,7 @@ enum drm_dp_phy {
15371537

15381538
#define DP_BRANCH_OUI_HEADER_SIZE 0xc
15391539
#define DP_RECEIVER_CAP_SIZE 0xf
1540-
#define DP_DSC_RECEIVER_CAP_SIZE 0xf
1540+
#define DP_DSC_RECEIVER_CAP_SIZE 0x10 /* DSC Capabilities 0x60 through 0x6F */
15411541
#define EDP_PSR_RECEIVER_CAP_SIZE 2
15421542
#define EDP_DISPLAY_CTL_CAP_SIZE 3
15431543
#define DP_LTTPR_COMMON_CAP_SIZE 8

0 commit comments

Comments
 (0)