Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/dp/
H A Ddp_ctrl.c204 s64 hbp_relative_to_pclk_fp; member
342 tu->hbp_relative_to_pclk_fp = drm_fixp_from_fraction(in->hporch, 1); in msm_dp_panel_update_tu_timings()
348 tu->hbp_relative_to_pclk_fp = in msm_dp_panel_update_tu_timings()
349 drm_fixp_div(tu->hbp_relative_to_pclk_fp, 2); in msm_dp_panel_update_tu_timings()
404 temp2_fp = drm_fixp_mul(tu->hbp_relative_to_pclk_fp, temp1_fp); in msm_dp_panel_update_tu_timings()
410 tu->hbp_relative_to_pclk_fp = hbp_dsc_fp; in msm_dp_panel_update_tu_timings()
797 temp1_fp = tu->hbp_relative_to_pclk_fp - temp1_fp; in _dp_ctrl_calc_tu()