Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_rm.c310 uint32_t crtc_id, int lm_idx, int *pp_idx, int *dspp_idx, in _dpu_rm_check_lm_and_get_connected_blks() argument
333 *pp_idx = idx; in _dpu_rm_check_lm_and_get_connected_blks()
360 int pp_idx[MAX_BLOCKS]; in _dpu_rm_reserve_lms() local
383 crtc_id, i, &pp_idx[lm_count], in _dpu_rm_reserve_lms()
403 &pp_idx[lm_count], &dspp_idx[lm_count], in _dpu_rm_reserve_lms()
420 global_state->pingpong_to_crtc_id[pp_idx[i]] = crtc_id; in _dpu_rm_reserve_lms()
425 pp_idx[i] + PINGPONG_0); in _dpu_rm_reserve_lms()
507 static int _dpu_rm_pingpong_dsc_check(int dsc_idx, int pp_idx) in _dpu_rm_pingpong_dsc_check() argument
513 if ((dsc_idx & 0x01) != (pp_idx & 0x01)) in _dpu_rm_pingpong_dsc_check()
525 int pp_idx = 0; in _dpu_rm_dsc_alloc() local
[all …]
H A Ddpu_hw_cwb.h26 enum dpu_pingpong pp_idx; member
H A Ddpu_hw_cwb.c30 pp = cwb_cfg->pp_idx; in dpu_hw_cwb_config()
H A Ddpu_trace.h194 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)
H A Ddpu_encoder.c2398 cwb_cfg.pp_idx = hw_pp->idx; in dpu_encoder_helper_phys_setup_cwb()
2400 cwb_cfg.pp_idx = PINGPONG_NONE; in dpu_encoder_helper_phys_setup_cwb()
/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c107 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()
119 cfg_n = CFG_OFST(MT8183, param->config, pp_idx + 1); in __get_config_offset()
121 cfg_c = CFG_OFST(MT8195, param->config, pp_idx); in __get_config_offset()
122 cfg_n = CFG_OFST(MT8195, param->config, pp_idx + 1); in __get_config_offset()
498 cmdq_pkt_destroy(mdp->cmdq_clt[cmd->pp_idx], &cmd->pkt); in mdp_auto_release_work()
538 cmdq_pkt_destroy(mdp->cmdq_clt[cmd->pp_idx], &cmd->pkt); in mdp_handle_cmdq_callback()
548 u8 pp_idx) in mdp_cmdq_prepare() argument
561 config = __get_config_offset(mdp, param, pp_idx); in mdp_cmdq_prepare()
[all …]
H A Dmtk-mdp3-cmdq.h36 u8 pp_idx; member
/linux/drivers/net/
H A Dveth.c202 int i, j, idx, pp_idx; in veth_get_ethtool_stats() local
221 pp_idx = idx; in veth_get_ethtool_stats()
246 pp_idx = idx + dev->real_num_tx_queues * VETH_TQ_STATS_LEN; in veth_get_ethtool_stats()
249 veth_get_page_pool_stats(dev, &data[pp_idx]); in veth_get_ethtool_stats()