Home
last modified time | relevance | path

Searched refs:pp_idx (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_rm.c250 * @pp_idx: output parameter, index of pingpong block attached to the layer
260 uint32_t enc_id, int lm_idx, int *pp_idx, int *dspp_idx, in _dpu_rm_check_lm_and_get_connected_blks()
284 *pp_idx = idx; in _dpu_rm_check_lm_and_get_connected_blks()
312 int pp_idx[MAX_BLOCKS]; in _dpu_rm_reserve_lms() local
331 enc_id, i, &pp_idx[lm_count], in _dpu_rm_reserve_lms()
352 &pp_idx[lm_count], &dspp_idx[lm_count], in _dpu_rm_reserve_lms()
369 global_state->pingpong_to_enc_id[pp_idx[i]] = enc_id; in _dpu_rm_reserve_lms()
374 pp_idx[i] + PINGPONG_0); in _dpu_rm_reserve_lms()
258 _dpu_rm_check_lm_and_get_connected_blks(struct dpu_rm *rm, struct dpu_global_state *global_state, uint32_t enc_id, int lm_idx, int *pp_idx, int *dspp_idx, struct dpu_rm_requirements *reqs) _dpu_rm_check_lm_and_get_connected_blks() argument
H A 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()
H A Ddpu_trace.h203 int irq_idx, enum dpu_pingpong pp_idx, int atomic_cnt),
204 TP_ARGS(drm_id, intr_idx, hw_idx, irq_idx, pp_idx, atomic_cnt),
210 __field( enum dpu_pingpong, pp_idx )
218 __entry->pp_idx = pp_idx;
223 __entry->irq_idx, __entry->pp_idx, __entry->atomic_cnt)
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_rm.c282 * @pp_idx: output parameter, index of pingpong block attached to the layer
292 uint32_t enc_id, int lm_idx, int *pp_idx, int *dspp_idx, in _dpu_rm_check_lm_and_get_connected_blks()
316 *pp_idx = idx; in _dpu_rm_check_lm_and_get_connected_blks()
344 int pp_idx[MAX_BLOCKS]; in _dpu_rm_reserve_lms() local
363 enc_id, i, &pp_idx[lm_count], in _dpu_rm_reserve_lms()
383 &pp_idx[lm_count], &dspp_idx[lm_count], in _dpu_rm_reserve_lms()
400 global_state->pingpong_to_enc_id[pp_idx[i]] = enc_id; in _dpu_rm_reserve_lms()
405 pp_idx[i] + PINGPONG_0); in _dpu_rm_reserve_lms()
290 _dpu_rm_check_lm_and_get_connected_blks(struct dpu_rm *rm, struct dpu_global_state *global_state, uint32_t enc_id, int lm_idx, int *pp_idx, int *dspp_idx, struct dpu_rm_requirements *reqs) _dpu_rm_check_lm_and_get_connected_blks() argument
H A Ddpu_hw_top.c199 int pp_idx = cfg->ppnumber[i] - PINGPONG_0; in dpu_hw_setup_vsync_source_and_vsync_sel() local
201 if (pp_idx >= ARRAY_SIZE(pp_offset)) in dpu_hw_setup_vsync_source_and_vsync_sel()
204 reg &= ~(0xf << pp_offset[pp_idx]); in dpu_hw_setup_vsync_source_and_vsync_sel()
205 reg |= (cfg->vsync_source & 0xf) << pp_offset[pp_idx]; in dpu_hw_setup_vsync_source_and_vsync_sel()
H A 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)
/kernel/linux/linux-6.6/drivers/net/
H A Dveth.c200 int i, j, idx, pp_idx; in veth_get_ethtool_stats() local
219 pp_idx = idx; in veth_get_ethtool_stats()
240 pp_idx = idx + dev->real_num_tx_queues * VETH_TQ_STATS_LEN; in veth_get_ethtool_stats()
243 veth_get_page_pool_stats(dev, &data[pp_idx]); in veth_get_ethtool_stats()

Completed in 8 milliseconds