Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_rm.c316 uint32_t enc_id, int lm_idx, int *pp_idx, int *dspp_idx, in _dpu_rm_check_lm_and_get_connected_blks() argument
340 *pp_idx = idx; in _dpu_rm_check_lm_and_get_connected_blks()
368 int pp_idx[MAX_BLOCKS]; in _dpu_rm_reserve_lms() local
387 enc_id, i, &pp_idx[lm_count], in _dpu_rm_reserve_lms()
408 &pp_idx[lm_count], &dspp_idx[lm_count], in _dpu_rm_reserve_lms()
425 global_state->pingpong_to_enc_id[pp_idx[i]] = enc_id; in _dpu_rm_reserve_lms()
430 pp_idx[i] + PINGPONG_0); in _dpu_rm_reserve_lms()
Ddpu_hw_top.c167 int pp_idx = cfg->ppnumber[i] - PINGPONG_0; in dpu_hw_setup_vsync_source() local
169 if (pp_idx >= ARRAY_SIZE(pp_offset)) in dpu_hw_setup_vsync_source()
172 reg &= ~(0xf << pp_offset[pp_idx]); in dpu_hw_setup_vsync_source()
173 reg |= (cfg->vsync_source & 0xf) << pp_offset[pp_idx]; in dpu_hw_setup_vsync_source()
Ddpu_trace.h192 int irq_idx, enum dpu_pingpong pp_idx, int atomic_cnt),
193 TP_ARGS(drm_id, func, irq_idx, pp_idx, atomic_cnt),
198 __field( enum dpu_pingpong, pp_idx )
205 __entry->pp_idx = pp_idx;
210 __entry->irq_idx, __entry->pp_idx, __entry->atomic_cnt)