On 6/23/2026 3:12 PM, Nemesa Garg wrote:
Some sinks exposes DSC max bpp through delta based
DPCD fields. To support those sinks, add DP DPCD field
field and logic to decode the delta value in bppx16
format.
Resending this series again as missed to send v4 to
dri-devel.
Nemesa Garg (4):
drm/dp: Add DP_DSC_MAX_BPP_DELTA register
drm/dp: Rename YCbCr420 bpp delta mask to native
drm/dp: Add max bpp delta computation constants
drm/i915/dp: Decode dsc max delta bpp from sink dpcd
Thanks Nemesa, for the patches and Jani for the ack.
Pushed to drm-misc-next.
Regards,
Ankit
drivers/gpu/drm/i915/display/intel_dp.c | 43 +++++++++++++++++++++++--
include/drm/display/drm_dp.h | 13 ++++++--
2 files changed, 52 insertions(+), 4 deletions(-)