]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dp_mst: Rename intel_dp::mst.active_links to mst.active_streams
authorImre Deak <imre.deak@intel.com>
Fri, 4 Apr 2025 15:03:10 +0000 (18:03 +0300)
committerImre Deak <imre.deak@intel.com>
Mon, 7 Apr 2025 13:25:34 +0000 (16:25 +0300)
commit8b6b67938ed5a0a4385c38efad91cb3e6f7e5765
tree02f689dc595bafd2220485005408a1815ece9d26
parent4f41071e22ed0a73d024bfa015684f4b3e433073
drm/i915/dp_mst: Rename intel_dp::mst.active_links to mst.active_streams

intel_dp::mst.active_links actually indicates the number of MST streams,
not the number of MST links (one MST link carrying one or more MST
streams), rename the field accordingly.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://lore.kernel.org/r/20250404150310.1156696-7-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_display_types.h
drivers/gpu/drm/i915/display/intel_dp_mst.c