Skip to content

Commit 9ee1855

Browse files
committed
drm/dp: Increase eDP display control capability size
Increase the eDP display control capability size to take into account the general capability register 703 and 704 that have recently been added. Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com> Reviewed-by: Arun R Murthy <arun.r.murthy@intel.com> Acked-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250206063253.2827017-3-suraj.kandpal@intel.com
1 parent 5dfc37a commit 9ee1855

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
@@ -1656,7 +1656,7 @@ enum drm_dp_phy {
16561656
#define DP_RECEIVER_CAP_SIZE 0xf
16571657
#define DP_DSC_RECEIVER_CAP_SIZE 0x10 /* DSC Capabilities 0x60 through 0x6F */
16581658
#define EDP_PSR_RECEIVER_CAP_SIZE 2
1659-
#define EDP_DISPLAY_CTL_CAP_SIZE 3
1659+
#define EDP_DISPLAY_CTL_CAP_SIZE 5
16601660
#define DP_LTTPR_COMMON_CAP_SIZE 8
16611661
#define DP_LTTPR_PHY_CAP_SIZE 3
16621662

0 commit comments

Comments
 (0)