Re: [PATCH v17 02/10] video/hdmi: Add audio_infoframe packing for DP

From: Dmitry Osipenko
Date: Sun Sep 04 2022 - 10:57:09 EST


01.09.2022 07:41, Bo-Chen Chen пишет:
> diff --git a/include/drm/display/drm_dp.h b/include/drm/display/drm_dp.h
> index 9e3aff7e68bb..6c0871164771 100644
> --- a/include/drm/display/drm_dp.h
> +++ b/include/drm/display/drm_dp.h
> @@ -1536,6 +1536,8 @@ enum drm_dp_phy {
> #define DP_SDP_VSC_EXT_CEA 0x21 /* DP 1.4 */
> /* 0x80+ CEA-861 infoframe types */
>
> +#define DP_SDP_AUDIO_INFOFRAME_HB2 0x1b

Is there any good reason why this is not grouped with the rest of the
DP_SDP_* defines above?