Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/dp/
Ddp_ctrl.c230 int n_tus_per_lane; member
464 tu->n_tus_per_lane = drm_fixp2int(temp1_fp); in _tu_valid_boundary_calc()
466 tu->paired_tus = (int)((tu->n_tus_per_lane) / in _tu_valid_boundary_calc()
470 tu->remainder_tus = tu->n_tus_per_lane - tu->paired_tus * in _tu_valid_boundary_calc()
496 temp2_fp = drm_fixp_from_fraction(tu->n_tus_per_lane, 1); in _tu_valid_boundary_calc()
500 temp2_fp = drm_fixp_from_fraction(tu->n_tus_per_lane, 1); in _tu_valid_boundary_calc()