Lines Matching refs:nlanes
49 int nlanes; /* no.of.lanes */ member
205 int nlanes; member
316 int nlanes = in->nlanes; in msm_dp_panel_update_tu_timings() local
336 tu->nlanes = in->nlanes; in msm_dp_panel_update_tu_timings()
385 eoc_bytes = dsc_num_bytes % nlanes; in msm_dp_panel_update_tu_timings()
386 tot_num_eoc_symbols = nlanes * dsc_num_slices; in msm_dp_panel_update_tu_timings()
388 tot_num_dummy_bytes = (nlanes - eoc_bytes) * dsc_num_slices; in msm_dp_panel_update_tu_timings()
449 temp1_fp = drm_fixp_from_fraction(tu->nlanes, 1); in _tu_valid_boundary_calc()
463 temp1_fp = drm_fixp_from_fraction(tu->n_tus, tu->nlanes); in _tu_valid_boundary_calc()
513 tu->even_distribution = tu->n_tus % tu->nlanes == 0 ? 1 : 0; in _tu_valid_boundary_calc()
535 temp = tu->i_upper_boundary_count * tu->nlanes; in _tu_valid_boundary_calc()
659 temp1_fp = drm_fixp_from_fraction(tu->nlanes, 1); in _dp_ctrl_calc_tu()
680 temp1_fp = drm_fixp_from_fraction(tu->nlanes, 1); in _dp_ctrl_calc_tu()
744 tu->even_distribution_legacy = tu->n_tus % tu->nlanes == 0 ? 1 : 0; in _dp_ctrl_calc_tu()
918 temp1_fp = drm_fixp_from_fraction(tu->nlanes, 1); in _dp_ctrl_calc_tu()
971 in.nlanes = ctrl->link->link_params.num_lanes; in msm_dp_ctrl_calc_tu_parameters()