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() 364 if (!topology->num_lm) { in _dpu_rm_reserve_lms() 371 lm_count < topology->num_lm; i++) { in _dpu_rm_reserve_lms() 391 if (lm_count < topology->num_lm) { in _dpu_rm_reserve_lms() 413 if (lm_count != topology->num_lm) { in _dpu_rm_reserve_lms() 778 topology->num_lm, topology->num_dsc, in dpu_rm_reserve()
|
| H A D | dpu_crtc.c | 1408 * Only hardcode num_lm to 2 for cases where num_intf == 2 and CWB is not in dpu_crtc_get_topology() 1412 * For non-DSC CWB usecases, have the num_lm be decided by the in dpu_crtc_get_topology() 1417 topology.num_lm = 2; in dpu_crtc_get_topology() 1419 topology.num_lm = 2; in dpu_crtc_get_topology() 1422 topology.num_lm = (mode->hdisplay > MAX_HDISPLAY_SPLIT) ? 2 : 1; in dpu_crtc_get_topology() 1424 topology.num_lm = 1; in dpu_crtc_assign_resources() 1427 topology.num_dspp = topology.num_lm; in dpu_crtc_assign_resources() 1438 int i, num_lm, num_ctl, num_dspp; in dpu_crtc_assign_resources() 1469 num_lm = dpu_rm_get_assigned_resources(&dpu_kms->rm, global_state, in dpu_crtc_assign_resources() 1478 for (i = 0; i < num_lm; in dpu_crtc_assign_resources() 1430 int i, num_lm, num_ctl, num_dspp; dpu_crtc_assign_resources() local [all...] |
| 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()
|