mbox series

[v2,0/5] MIPI DSI driver enhancements

Message ID 20210722102558.362-1-shawn.c.lee@intel.com (mailing list archive)
Headers show
Series MIPI DSI driver enhancements | expand

Message

Lee, Shawn C July 22, 2021, 10:25 a.m. UTC
v2:
- Check for dsc enable and slice count ==1 then allow to
  double confirm min cdclk value.

Lee Shawn C (5):
  drm/i915/dsi: send correct gpio_number on gen11 platform
  drm/i915/jsl: program DSI panel GPIOs
  drm/i915/dsi: wait for header and payload credit available
  drm/i915/dsi: refine send MIPI DCS command sequence
  drm/i915: Get proper min cdclk if vDSC enabled

 drivers/gpu/drm/i915/display/icl_dsi.c       | 50 ++++++++++----------
 drivers/gpu/drm/i915/display/intel_cdclk.c   | 10 ++++
 drivers/gpu/drm/i915/display/intel_dsi_vbt.c | 46 +++++++++++++++++-
 drivers/gpu/drm/i915/i915_reg.h              | 10 ++++
 4 files changed, 88 insertions(+), 28 deletions(-)