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

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
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment