Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d7feacc authored by Ander Conselvan de Oliveira's avatar Ander Conselvan de Oliveira
Browse files

drm/i915: Call g4x_find_best_dpll() directly from ILK+ code

parent 8f0d5b9b
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -8676,8 +8676,7 @@ static bool ironlake_compute_clocks(struct drm_crtc *crtc,
	 * refclk, or FALSE.  The returned values represent the clock equation:
	 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
	 */
	ret = dev_priv->display.find_dpll(limit, crtc_state,
					  crtc_state->port_clock,
	ret = g4x_find_best_dpll(limit, crtc_state, crtc_state->port_clock,
				 refclk, NULL, clock);
	if (!ret)
		return false;