[PATCH 0/5] Handle BPC for PCON HDMI2.1 without DSC1.2 sink

Ankit Nautiyal ankit.k.nautiyal at intel.com
Thu Aug 18 11:41:42 UTC 2022


This series fixes issues faced when HDMI2.1 sink does not support DSC.
It calculates the max BPC that can be sufficient with either
RGB or YCbcr420 format for the maximum FRL rate supported.
It also pulls the decision making to use DFP conversion capabilities
for every mode during compute config, instead of having that decision
during DP initializing phase.

Ankit Nautiyal (5):
  drm/i915/dp: Add helper to check DSC1.2 for HDMI2.1 DFP
  drm/i915/dp: Reset frl trained flag before restarting FRL training
  drm/i915/dp: Fix DFP RGB->YCBCR conversion
  drm/i915/dp: Handle BPP where HDMI2.1 DFP doesn't support DSC
  drm/i915/dp: Fix FRL BW check for HDMI2.1 DFP

 .../drm/i915/display/intel_display_types.h    |   7 +
 drivers/gpu/drm/i915/display/intel_dp.c       | 244 ++++++++++++++----
 2 files changed, 200 insertions(+), 51 deletions(-)

-- 
2.25.1



More information about the Intel-gfx-trybot mailing list