Searched refs:pixel_freq (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/meson/ |
A D | meson_vclk.c | 367 unsigned int pixel_freq; member 379 .pixel_freq = 54000, 391 .pixel_freq = 27000, 403 .pixel_freq = 74250, 415 .pixel_freq = 74250, 427 .pixel_freq = 148500, 439 .pixel_freq = 297000, 451 .pixel_freq = 594000, 463 .pixel_freq = 297000, 789 i, params[i].pixel_freq, in meson_vclk_vic_supported_freq() [all …]
|
/linux/drivers/gpu/drm/vc4/ |
A D | vc4_hdmi_phy.c | 348 unsigned long long pixel_freq = conn_state->pixel_rate; in vc5_hdmi_phy_init() local 353 vco_freq = phy_get_vco_freq(pixel_freq, &vco_sel, &vco_div); in vc5_hdmi_phy_init() 416 if (pixel_freq >= 340000000) in vc5_hdmi_phy_init() 433 pixel_freq); in vc5_hdmi_phy_init() 436 pixel_freq); in vc5_hdmi_phy_init() 439 pixel_freq); in vc5_hdmi_phy_init() 442 pixel_freq); in vc5_hdmi_phy_init()
|
/linux/drivers/phy/qualcomm/ |
A D | phy-qcom-qmp.c | 4385 unsigned long pixel_freq; in qcom_qmp_v3_phy_configure_dp_phy() local 4395 pixel_freq = 1620000000UL / 2; in qcom_qmp_v3_phy_configure_dp_phy() 4399 pixel_freq = 2700000000UL / 2; in qcom_qmp_v3_phy_configure_dp_phy() 4403 pixel_freq = 5400000000UL / 4; in qcom_qmp_v3_phy_configure_dp_phy() 4407 pixel_freq = 8100000000UL / 6; in qcom_qmp_v3_phy_configure_dp_phy() 4416 clk_set_rate(dp_clks->dp_pixel_hw.clk, pixel_freq); in qcom_qmp_v3_phy_configure_dp_phy() 4517 unsigned long pixel_freq; in qcom_qmp_v4_phy_configure_dp_phy() local 4534 pixel_freq = 1620000000UL / 2; in qcom_qmp_v4_phy_configure_dp_phy() 4538 pixel_freq = 2700000000UL / 2; in qcom_qmp_v4_phy_configure_dp_phy() 4542 pixel_freq = 5400000000UL / 4; in qcom_qmp_v4_phy_configure_dp_phy() [all …]
|
/linux/drivers/gpu/drm/ |
A D | drm_modes.c | 395 unsigned int hblank, total_pixels, pixel_freq; in drm_gtf_mode_complex() local 495 pixel_freq = total_pixels * hfreq_est / 1000; in drm_gtf_mode_complex() 519 drm_mode->clock = pixel_freq; in drm_gtf_mode_complex()
|
Completed in 23 milliseconds