diff options
| author | Manasi Navare <[email protected]> | 2018-10-30 17:19:23 -0700 |
|---|---|---|
| committer | Manasi Navare <[email protected]> | 2018-10-31 14:12:18 -0700 |
| commit | 6e97272a9aaa5d4ec639c19d7f63a5d9b317dffb (patch) | |
| tree | 196a518c5830d44b156ab86c5573434e7d10735d /include | |
| parent | 6cfd04b018f0a37e6d499ffd8382ff93c3f80798 (diff) | |
drm/dp: Define payload size for DP SDP PPS packet
DP 1.4 spec defines DP secondary data packet for DSC
picture parameter set. This patch defines its payload size
according to the DP 1.4 specification.
Signed-off-by: Manasi Navare <[email protected]>
Cc: [email protected]
Cc: Gaurav K Singh <[email protected]>
Cc: Jani Nikula <[email protected]>
Cc: Ville Syrjala <[email protected]>
Cc: Anusha Srivatsa <[email protected]>
Acked-by: Sean Paul <[email protected]> (For merging through
drm-intel)
Reviewed-by: Harry Wentland <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/drm_dp_helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h index 636607388a66..f82e68db16e0 100644 --- a/include/drm/drm_dp_helper.h +++ b/include/drm/drm_dp_helper.h @@ -1050,6 +1050,7 @@ struct dp_sdp_header { #define EDP_SDP_HEADER_REVISION_MASK 0x1F #define EDP_SDP_HEADER_VALID_PAYLOAD_BYTES 0x1F +#define DP_SDP_PPS_HEADER_PAYLOAD_BYTES_MINUS_1 0x7F struct edp_vsc_psr { struct dp_sdp_header sdp_header; |