]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dp: Move link train params to a substruct in intel_dp
authorImre Deak <imre.deak@intel.com>
Mon, 10 Jun 2024 16:49:14 +0000 (19:49 +0300)
committerImre Deak <imre.deak@intel.com>
Thu, 13 Jun 2024 18:17:33 +0000 (21:17 +0300)
commit6a03100200ddaf38ca6719c80c0ce454e990e1a0
tree02cc4125e836a9660e07a867717149772c084150
parent1bcbe192e0dc758873003a0059bce9cc27d4bad1
drm/i915/dp: Move link train params to a substruct in intel_dp

For clarity move the link training parameters updated during link
training based on the pass/fail LT result under a substruct in intel_dp.
This prepares for later patches in this patchset adding similar params
here. Rename intel_dp_reset_max_link_params() to
intel_dp_reset_link_params() to better reflect what state gets reset.

v2: Add the parameters to a more generic link substruct. (Jani)

Cc: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240610164933.2947366-3-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_display_types.h
drivers/gpu/drm/i915/display/intel_dp.c