Searched refs:pixel_freq (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/vc4/ |
| H A D | vc4_hdmi_phy.c | 410 unsigned long long pixel_freq = conn_state->hdmi.tmds_char_rate; in vc5_hdmi_phy_init() local 416 vco_freq = phy_get_vco_freq(pixel_freq, &vco_sel, &vco_div); in vc5_hdmi_phy_init() 481 if (pixel_freq >= 340000000) in vc5_hdmi_phy_init() 498 pixel_freq); in vc5_hdmi_phy_init() 501 pixel_freq); in vc5_hdmi_phy_init() 504 pixel_freq); in vc5_hdmi_phy_init() 507 pixel_freq); in vc5_hdmi_phy_init() 960 unsigned long long pixel_freq = conn_state->hdmi.tmds_char_rate; in vc6_hdmi_phy_init() local 966 vco_freq = vc6_phy_get_vco_freq(pixel_freq, &vco_div); in vc6_hdmi_phy_init() 1007 pixel_freq); in vc6_hdmi_phy_init() [all …]
|
| /linux/drivers/gpu/drm/meson/ |
| H A D | meson_vclk.c | 367 unsigned long long pixel_freq; member 379 .pixel_freq = 54000000, 391 .pixel_freq = 27000000, 403 .pixel_freq = 74250000, 415 .pixel_freq = 74250000, 427 .pixel_freq = 148500000, 439 .pixel_freq = 297000000, 451 .pixel_freq = 594000000, 463 .pixel_freq = 297000000, 819 for (i = 0 ; params[i].pixel_freq ; ++i) { in meson_vclk_vic_supported_freq() [all …]
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_modes.c | 878 unsigned int hblank, total_pixels, pixel_freq; in drm_gtf_mode_complex() local 978 pixel_freq = total_pixels * hfreq_est / 1000; in drm_gtf_mode_complex() 1002 drm_mode->clock = pixel_freq; in drm_gtf_mode_complex()
|