Searched refs:num_lm (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_rm.c | 243 int num_cwb_mux = topology->num_lm, cwb_mux_count = 0; in _dpu_rm_reserve_cwb_mux_and_pingpongs() 366 if (!topology->num_lm) { in _dpu_rm_reserve_lms() 367 DPU_ERROR("invalid number of lm: %d\n", topology->num_lm); in _dpu_rm_reserve_lms() 373 lm_count < topology->num_lm; i++) { in _dpu_rm_reserve_lms() 393 if (lm_count < topology->num_lm) { in _dpu_rm_reserve_lms() 415 if (lm_count != topology->num_lm) { in _dpu_rm_reserve_lms() 780 topology->num_lm, topology->num_dsc, in dpu_rm_reserve()
|
| H A D | dpu_crtc.c | 1361 topology.num_lm = 2; in dpu_crtc_get_topology() 1363 topology.num_lm = 2; in dpu_crtc_get_topology() 1365 topology.num_lm = (mode->hdisplay > MAX_HDISPLAY_SPLIT) ? 2 : 1; in dpu_crtc_get_topology() 1367 topology.num_lm = 1; in dpu_crtc_get_topology() 1370 topology.num_dspp = topology.num_lm; in dpu_crtc_get_topology() 1381 int i, num_lm, num_ctl, num_dspp; in dpu_crtc_assign_resources() local 1412 num_lm = dpu_rm_get_assigned_resources(&dpu_kms->rm, global_state, in dpu_crtc_assign_resources() 1421 for (i = 0; i < num_lm; i++) { in dpu_crtc_assign_resources() 1430 cstate->num_mixers = num_lm; in dpu_crtc_assign_resources()
|
| H A D | dpu_encoder.c | 2181 int i, num_lm; in dpu_encoder_helper_reset_mixers() local 2193 num_lm = dpu_rm_get_assigned_resources(&phys_enc->dpu_kms->rm, global_state, in dpu_encoder_helper_reset_mixers() 2196 for (i = 0; i < num_lm; i++) { in dpu_encoder_helper_reset_mixers()
|