Commit d7cde2e6 authored by Jani Nikula's avatar Jani Nikula
Browse files

drm/i915/mst: drop connector parameter from intel_dp_mst_compute_m_n()

parent 2f6ba896
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -167,7 +167,6 @@ static int intel_dp_mst_bw_overhead(const struct intel_crtc_state *crtc_state,
}

static void intel_dp_mst_compute_m_n(const struct intel_crtc_state *crtc_state,
				     const struct intel_connector *connector,
				     int overhead,
				     int bpp_x16,
				     struct intel_link_m_n *m_n)
@@ -282,7 +281,7 @@ static int mst_stream_find_vcpi_slots_for_bpp(struct intel_dp *intel_dp,
		remote_bw_overhead = intel_dp_mst_bw_overhead(crtc_state,
							      true, dsc_slice_count, link_bpp_x16);

		intel_dp_mst_compute_m_n(crtc_state, connector,
		intel_dp_mst_compute_m_n(crtc_state,
					 local_bw_overhead,
					 link_bpp_x16,
					 &crtc_state->dp_m_n);