Searched refs:hdmi_audio_math_diff (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp.c | 587 static u64 hdmi_audio_math_diff(unsigned int freq, unsigned int n, unsigned int pixel_clk)
in hdmi_audio_math_diff() function 613 if (hdmi_audio_math_diff(freq, ideal_n, pixel_clk) == 0) {
in hdmi_compute_n() 618 u64 diff = hdmi_audio_math_diff(freq, n, pixel_clk);
in hdmi_compute_n()
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp.c | 386 static u64 hdmi_audio_math_diff(unsigned int freq, unsigned int n, in hdmi_audio_math_diff() function 415 if (hdmi_audio_math_diff(freq, ideal_n, pixel_clk) == 0) in hdmi_compute_n() 419 u64 diff = hdmi_audio_math_diff(freq, n, pixel_clk); in hdmi_compute_n()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi.c | 1042 static u64 hdmi_audio_math_diff(unsigned int freq, unsigned int n, unsigned int pixel_clk) in hdmi_audio_math_diff() function 1068 if (hdmi_audio_math_diff(freq, ideal_n, pixel_clk) == 0) { in hdmi_compute_n() 1073 u64 diff = hdmi_audio_math_diff(freq, n, pixel_clk); in hdmi_compute_n()
|
Completed in 15 milliseconds