Home
last modified time | relevance | path

Searched refs:hbp_relative_to_pclk_fp (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/msm/dp/
Ddp_ctrl.c184 s64 hbp_relative_to_pclk_fp; member
322 tu->hbp_relative_to_pclk_fp = drm_fixp_from_fraction(in->hporch, 1); in dp_panel_update_tu_timings()
328 tu->hbp_relative_to_pclk_fp = in dp_panel_update_tu_timings()
329 drm_fixp_div(tu->hbp_relative_to_pclk_fp, 2); in dp_panel_update_tu_timings()
384 temp2_fp = drm_fixp_mul(tu->hbp_relative_to_pclk_fp, temp1_fp); in dp_panel_update_tu_timings()
390 tu->hbp_relative_to_pclk_fp = hbp_dsc_fp; in dp_panel_update_tu_timings()
774 temp1_fp = tu->hbp_relative_to_pclk_fp - temp1_fp; in _dp_ctrl_calc_tu()