Home
last modified time | relevance | path

Searched refs:best_n (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c608 unsigned int best_n = 0; in hdmi_compute_n() local
620 best_n = n; in hdmi_compute_n()
622 best_n_distance = abs(best_n - ideal_n); in hdmi_compute_n()
634 return best_n; in hdmi_compute_n()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c410 unsigned int best_n = 0; in hdmi_compute_n() local
423 best_n = n; in hdmi_compute_n()
425 best_n_distance = abs(best_n - ideal_n); in hdmi_compute_n()
436 return best_n; in hdmi_compute_n()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1063 unsigned int best_n = 0; in hdmi_compute_n() local
1075 best_n = n; in hdmi_compute_n()
1077 best_n_distance = abs(best_n - ideal_n); in hdmi_compute_n()
1089 return best_n; in hdmi_compute_n()

Completed in 12 milliseconds