mbox series

[0/6] drm/i915: DP and DP MST cleanups

Message ID cover.1738161945.git.jani.nikula@intel.com (mailing list archive)
Headers show
Series drm/i915: DP and DP MST cleanups | expand

Message

Jani Nikula Jan. 29, 2025, 2:46 p.m. UTC
Just some cleanup prep work to make future changes easier to manage.

Jani Nikula (6):
  drm/i915/dp: constify struct link_config_limits pointers
  drm/i915/dp: change the order of intel_dp_mtp_tu_compute_config()
    params
  drm/i915/mst: change where lane_count and port_clock are set
  drm/i915/mst: handle mst pbn_div in intel_dp_mtp_tu_compute_config()
  drm/i915/mst: remove unnecessary mst_stream_find_vcpi_slots_for_bpp()
  drm/i915/mst: use min_array() and max_array() instead of hand-rolling

 drivers/gpu/drm/i915/display/intel_dp.c     | 20 ++---
 drivers/gpu/drm/i915/display/intel_dp.h     |  2 +-
 drivers/gpu/drm/i915/display/intel_dp_mst.c | 86 ++++++++-------------
 drivers/gpu/drm/i915/display/intel_dp_mst.h |  3 +-
 4 files changed, 44 insertions(+), 67 deletions(-)