Searched refs:pp_idx (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_rm.c | 255 uint32_t enc_id, int lm_idx, int *pp_idx, int *dspp_idx, in _dpu_rm_check_lm_and_get_connected_blks() argument 279 *pp_idx = idx; in _dpu_rm_check_lm_and_get_connected_blks() 307 int pp_idx[MAX_BLOCKS]; in _dpu_rm_reserve_lms() local 326 enc_id, i, &pp_idx[lm_count], in _dpu_rm_reserve_lms() 346 &pp_idx[lm_count], &dspp_idx[lm_count], in _dpu_rm_reserve_lms() 363 global_state->pingpong_to_enc_id[pp_idx[i]] = enc_id; in _dpu_rm_reserve_lms() 368 pp_idx[i] + PINGPONG_0); in _dpu_rm_reserve_lms() 441 static int _dpu_rm_pingpong_dsc_check(int dsc_idx, int pp_idx) in _dpu_rm_pingpong_dsc_check() argument 447 if ((dsc_idx & 0x01) != (pp_idx & 0x01)) in _dpu_rm_pingpong_dsc_check() 459 int pp_idx = 0; in _dpu_rm_dsc_alloc() local [all …]
|
H A D | dpu_hw_top.c | 182 int pp_idx = cfg->ppnumber[i] - PINGPONG_0; in dpu_hw_setup_vsync_sel() local 184 if (pp_idx >= ARRAY_SIZE(pp_offset)) in dpu_hw_setup_vsync_sel() 187 reg &= ~(0xf << pp_offset[pp_idx]); in dpu_hw_setup_vsync_sel() 188 reg |= (cfg->vsync_source & 0xf) << pp_offset[pp_idx]; in dpu_hw_setup_vsync_sel()
|
H A D | dpu_hw_cwb.h | 26 enum dpu_pingpong pp_idx; member
|
H A D | dpu_hw_cwb.c | 30 pp = cwb_cfg->pp_idx; in dpu_hw_cwb_config()
|
H A D | dpu_trace.h | 194 unsigned int irq_reg, unsigned int irq_bit, enum dpu_pingpong pp_idx, int atomic_cnt), 195 TP_ARGS(drm_id, func, irq_reg, irq_bit, pp_idx, atomic_cnt), 201 __field( enum dpu_pingpong, pp_idx ) 209 __entry->pp_idx = pp_idx; 214 __entry->irq_reg, __entry->irq_bit, __entry->pp_idx, __entry->atomic_cnt)
|
/linux/drivers/net/ |
H A D | veth.c | 201 int i, j, idx, pp_idx; in veth_get_ethtool_stats() local 220 pp_idx = idx; in veth_get_ethtool_stats() 241 pp_idx = idx + dev->real_num_tx_queues * VETH_TQ_STATS_LEN; in veth_get_ethtool_stats() 244 veth_get_page_pool_stats(dev, &data[pp_idx]); in veth_get_ethtool_stats()
|