Searched refs:pp_idx (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_rm.c | 292 uint32_t enc_id, int lm_idx, int *pp_idx, int *dspp_idx, in _dpu_rm_check_lm_and_get_connected_blks() argument 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()
|
H A D | dpu_hw_top.c | 199 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 D | dpu_trace.h | 192 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)
|
/openbmc/linux/drivers/net/ |
H A D | veth.c | 200 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()
|