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

Commit 19cdc0e6 authored by Damien Lespiau's avatar Damien Lespiau Committed by Daniel Vetter
Browse files

drm/i915/skl: Display the WRPLL frequency we couldn't accomodate when failing



This helps debugging.

Signed-off-by: default avatarDamien Lespiau <damien.lespiau@intel.com>
Reviewed-by: default avatarPaulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 6cf75178
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1194,7 +1194,8 @@ skl_ddi_calculate_wrpll(int clock /* in Hz */,
	}

	if (min_dco_index > 2) {
		WARN(1, "No valid values found for the given pixel clock\n");
		WARN(1, "No valid parameters found for pixel clock: %dHz\n",
		     clock);
	} else {
		wrpll_params->central_freq = dco_central_freq[min_dco_index];