Home
last modified time | relevance | path

Searched refs:best_pixelclock (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/bridge/
H A Dtc358767.c597 int best_pixelclock = 0; in tc_pxl_pll_calc() local
657 best_pixelclock = clk; in tc_pxl_pll_calc()
662 if (best_pixelclock == 0) { in tc_pxl_pll_calc()
668 dev_dbg(tc->dev, "PLL: got %d, delta %d\n", best_pixelclock, best_delta); in tc_pxl_pll_calc()
689 *out_best_pixelclock = best_pixelclock; in tc_pxl_pll_calc()