Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/dp/
Ddp_ctrl.c330 s64 temp1_fp, temp2_fp, temp3_fp; in dp_panel_update_tu_timings() local
376 temp3_fp = drm_fixp_div(temp2_fp, temp1_fp); in dp_panel_update_tu_timings()
377 temp2_fp = drm_fixp_mul(tu->lwidth_fp, temp3_fp); in dp_panel_update_tu_timings()
380 temp3_fp = drm_fixp_div(temp2_fp, temp1_fp); in dp_panel_update_tu_timings()
382 numerator = drm_fixp2int(temp3_fp); in dp_panel_update_tu_timings()