Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_rm.c241 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()
365 DPU_ERROR("invalid number of lm: %d\n", topology->num_lm); in _dpu_rm_reserve_lms()
371 lm_count < topology->num_lm; i++) { in _dpu_rm_reserve_lms()
387 if (lm_count < topology->num_lm) { in _dpu_rm_reserve_lms()
409 if (lm_count != topology->num_lm) { in _dpu_rm_reserve_lms()
775 topology->num_lm, topology->num_dsc, in dpu_rm_reserve()
H A Ddpu_crtc.c1322 topology.num_lm = 2; in dpu_crtc_get_topology()
1324 topology.num_lm = 2; in dpu_crtc_get_topology()
1326 topology.num_lm = (mode->hdisplay > MAX_HDISPLAY_SPLIT) ? 2 : 1; in dpu_crtc_get_topology()
1328 topology.num_lm = 1; in dpu_crtc_get_topology()
1331 topology.num_dspp = topology.num_lm; in dpu_crtc_get_topology()
1342 int i, num_lm, num_ctl, num_dspp; in dpu_crtc_assign_resources() local
1373 num_lm = dpu_rm_get_assigned_resources(&dpu_kms->rm, global_state, in dpu_crtc_assign_resources()
1382 for (i = 0; i < num_lm; i++) { in dpu_crtc_assign_resources()
1391 cstate->num_mixers = num_lm; in dpu_crtc_assign_resources()
H A Ddpu_rm.h59 u32 num_lm; member
H A Ddpu_encoder.c2168 int i, num_lm; in dpu_encoder_helper_reset_mixers() local
2182 num_lm = dpu_rm_get_assigned_resources(&phys_enc->dpu_kms->rm, global_state, in dpu_encoder_helper_reset_mixers()
2185 for (i = 0; i < num_lm; i++) { in dpu_encoder_helper_reset_mixers()