diff options
author | Dave Airlie <airlied@redhat.com> | 2023-08-25 05:15:54 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2023-08-25 05:16:28 +1000 |
commit | ce22e89eb0f541b9998f67bd51d311275a3ee51a (patch) | |
tree | a9b1f5ff0db7f58139fdad573e334c2f43a02d16 /include | |
parent | 706a741595047797872e669b3101429ab8d378ef (diff) | |
parent | f9e96bf1905479f18e83a3a4c314a8dfa56ede2c (diff) |
Merge tag 'drm-misc-fixes-2023-08-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
A samsung-dsim initialization fix, a devfreq fix for panfrost, a DP DSC
define fix, a recursive lock fix for dma-buf, a shader validation fix
and a reference counting fix for vmwgfx
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maxime Ripard <mripard@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/amy26vu5xbeeikswpx7nt6rddwfocdidshrtt2qovipihx5poj@y45p3dtzrloc
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/display/drm_dp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/display/drm_dp.h b/include/drm/display/drm_dp.h index 02f2ac4dd2df..e69cece404b3 100644 --- a/include/drm/display/drm_dp.h +++ b/include/drm/display/drm_dp.h @@ -1537,7 +1537,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 |