Searched refs:pp_idx (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_rm.c | 240 uint32_t enc_id, int lm_idx, int *pp_idx, int *dspp_idx, in _dpu_rm_check_lm_and_get_connected_blks() argument 264 *pp_idx = idx; in _dpu_rm_check_lm_and_get_connected_blks() 292 int pp_idx[MAX_BLOCKS]; in _dpu_rm_reserve_lms() local 311 enc_id, i, &pp_idx[lm_count], in _dpu_rm_reserve_lms() 331 &pp_idx[lm_count], &dspp_idx[lm_count], in _dpu_rm_reserve_lms() 348 global_state->pingpong_to_enc_id[pp_idx[i]] = enc_id; in _dpu_rm_reserve_lms() 353 pp_idx[i] + PINGPONG_0); in _dpu_rm_reserve_lms() 426 static int _dpu_rm_pingpong_dsc_check(int dsc_idx, int pp_idx) in _dpu_rm_pingpong_dsc_check() argument 432 if ((dsc_idx & 0x01) != (pp_idx & 0x01)) in _dpu_rm_pingpong_dsc_check() 444 int pp_idx = 0; in _dpu_rm_dsc_alloc() local [all …]
|
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()
|
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-6.12.1/drivers/media/platform/mediatek/mdp3/ |
D | mtk-mdp3-cmdq.c | 107 u8 pp_idx) in __get_config_offset() argument 114 if (pp_idx >= mdp->mdp_data->pp_used) in __get_config_offset() 118 cfg_c = CFG_OFST(MT8183, param->config, pp_idx); in __get_config_offset() 120 cfg_c = CFG_OFST(MT8195, param->config, pp_idx); in __get_config_offset() 125 cfg_n = CFG_OFST(MT8183, param->config, pp_idx + 1); in __get_config_offset() 127 cfg_n = CFG_OFST(MT8195, param->config, pp_idx + 1); in __get_config_offset() 591 u8 pp_idx) in mdp_cmdq_prepare() argument 604 config = __get_config_offset(mdp, param, pp_idx); in mdp_cmdq_prepare() 623 ret = mdp_cmdq_pkt_create(mdp->cmdq_clt[pp_idx], &cmd->pkt, SZ_16K); in mdp_cmdq_prepare() 662 dev_err(dev, "mdp_path_ctx_init error %d\n", pp_idx); in mdp_cmdq_prepare() [all …]
|
/linux-6.12.1/drivers/net/ |
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()
|