Home
last modified time | relevance | path

Searched refs:pclk_fp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H A Ddp_ctrl.c186 s64 pclk_fp; member
319 tu->pclk_fp = drm_fixp_from_fraction(in->pclk_khz, 1000); in dp_panel_update_tu_timings()
332 tu->pclk_fp = drm_fixp_div(tu->pclk_fp, temp1_fp); in dp_panel_update_tu_timings()
385 temp2_fp = drm_fixp_mul(tu->pclk_fp, dwidth_dsc_fp); in dp_panel_update_tu_timings()
389 temp1_fp = drm_fixp_div(pclk_dsc_fp, tu->pclk_fp); in dp_panel_update_tu_timings()
394 tu->pclk_fp = pclk_dsc_fp; in dp_panel_update_tu_timings()
546 temp2_fp = drm_fixp_div(tu->lclk_fp, tu->pclk_fp); in _tu_valid_boundary_calc()
637 temp_fp = drm_fixp_div(temp2_fp, tu.pclk_fp); in _dp_ctrl_calc_tu()
641 temp2_fp = drm_fixp_mul(tu.pclk_fp, temp1_f in _dp_ctrl_calc_tu()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H A Ddp_ctrl.c182 s64 pclk_fp; member
315 tu->pclk_fp = drm_fixp_from_fraction(in->pclk_khz, 1000); in dp_panel_update_tu_timings()
328 tu->pclk_fp = drm_fixp_div(tu->pclk_fp, temp1_fp); in dp_panel_update_tu_timings()
381 temp2_fp = drm_fixp_mul(tu->pclk_fp, dwidth_dsc_fp); in dp_panel_update_tu_timings()
385 temp1_fp = drm_fixp_div(pclk_dsc_fp, tu->pclk_fp); in dp_panel_update_tu_timings()
390 tu->pclk_fp = pclk_dsc_fp; in dp_panel_update_tu_timings()
542 temp2_fp = drm_fixp_div(tu->lclk_fp, tu->pclk_fp); in _tu_valid_boundary_calc()
636 temp_fp = drm_fixp_div(temp2_fp, tu->pclk_fp); in _dp_ctrl_calc_tu()
640 temp2_fp = drm_fixp_mul(tu->pclk_fp, temp1_f in _dp_ctrl_calc_tu()
[all...]

Completed in 5 milliseconds