[Intel-gfx] [RFC PATCH 0/5] Dual LFP/EDP enablement

Animesh Manna animesh.manna at intel.com
Thu Jun 2 14:18:45 UTC 2022


This patch series read the separate entry for each
LFP from VBT and populate the structure, which will be used
for enablement of the respective panel.

Port sync implementation is not part of this patch series.
Will be taken up later as per requrement.

This patch series do the initial enablement of dual EDP panel as
per the data provided through VBT.

Animesh Manna (3):
  drm/i915/bios: calculate drrs mode using panel index for dual LFP
  drm/i915/display: Use panel index to parse panel timing for dual EDP
  drm/i915/display: Use panel index to parse lfp backlight

Arun R Murthy (1):
  drm/i915/display: prepend connector name to the backlight

Nischal Varide (1):
  drm/i915/display/tgl+: Use PPS index from vbt

 drivers/gpu/drm/i915/display/icl_dsi.c        |  2 +-
 .../gpu/drm/i915/display/intel_backlight.c    |  2 +
 drivers/gpu/drm/i915/display/intel_bios.c     | 92 +++++++++++++------
 drivers/gpu/drm/i915/display/intel_bios.h     |  3 +-
 drivers/gpu/drm/i915/display/intel_dp.c       |  3 +-
 drivers/gpu/drm/i915/display/intel_lvds.c     |  3 +-
 drivers/gpu/drm/i915/display/intel_pps.c      |  3 +-
 drivers/gpu/drm/i915/display/intel_sdvo.c     |  2 +-
 drivers/gpu/drm/i915/display/intel_vbt_defs.h |  4 +
 drivers/gpu/drm/i915/display/vlv_dsi.c        |  2 +-
 10 files changed, 79 insertions(+), 37 deletions(-)

-- 
2.29.0



More information about the Intel-gfx mailing list