Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/rockchip/
Dinno_hdmi.c477 long rounded_refclk; in inno_hdmi_display_mode_valid() local
492 rounded_refclk = clk_round_rate(hdmi->refclk, mpixelclk); in inno_hdmi_display_mode_valid()
493 if (rounded_refclk < 0) in inno_hdmi_display_mode_valid()
498 if (abs_diff((unsigned long)rounded_refclk, mpixelclk) > max_tolerance) in inno_hdmi_display_mode_valid()