Home
last modified time | relevance | path

Searched refs:hw_wb (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_wb.c62 struct dpu_hw_wb *hw_wb = phys_enc->hw_wb; in dpu_encoder_phys_wb_set_ot_limit() local
67 ot_params.xin_id = hw_wb->caps->xin_id; in dpu_encoder_phys_wb_set_ot_limit()
68 ot_params.num = hw_wb->idx - WB_0; in dpu_encoder_phys_wb_set_ot_limit()
73 ot_params.vbif_idx = hw_wb->caps->vbif_idx; in dpu_encoder_phys_wb_set_ot_limit()
76 if (!_dpu_encoder_phys_wb_clk_force_ctrl(hw_wb, phys_enc->dpu_kms->hw_mdp, in dpu_encoder_phys_wb_set_ot_limit()
83 _dpu_encoder_phys_wb_clk_force_ctrl(hw_wb, phys_enc->dpu_kms->hw_mdp, in dpu_encoder_phys_wb_set_ot_limit()
94 struct dpu_hw_wb *hw_wb; in dpu_encoder_phys_wb_set_qos_remap() local
103 if (!phys_enc->hw_wb || !phys_enc->hw_wb->caps) { in dpu_encoder_phys_wb_set_qos_remap()
108 hw_wb = phys_enc->hw_wb; in dpu_encoder_phys_wb_set_qos_remap()
111 qos_params.vbif_idx = hw_wb->caps->vbif_idx; in dpu_encoder_phys_wb_set_qos_remap()
[all …]
H A Ddpu_rm.h33 struct dpu_hw_wb *hw_wb[WB_MAX - WB_0]; member
111 return rm->hw_wb[wb_idx - WB_0]; in dpu_rm_get_wb()
H A Ddpu_encoder.c436 phys_enc->hw_wb ? phys_enc->hw_wb->idx - WB_0 : -1, in dpu_encoder_helper_report_irq_timeout()
1607 ready_phys->hw_wb ? ready_phys->hw_wb->idx : -1); in dpu_encoder_frame_done_callback()
1685 phys->hw_wb ? phys->hw_wb->idx : -1, in _dpu_encoder_trigger_flush()
2262 if (phys_enc->hw_wb) { in dpu_encoder_helper_phys_cleanup()
2264 if (phys_enc->hw_wb->ops.bind_pingpong_blk) in dpu_encoder_helper_phys_cleanup()
2265 phys_enc->hw_wb->ops.bind_pingpong_blk(phys_enc->hw_wb, PINGPONG_NONE); in dpu_encoder_helper_phys_cleanup()
2269 phys_enc->hw_ctl->ops.update_pending_flush_wb(ctl, phys_enc->hw_wb->idx); in dpu_encoder_helper_phys_cleanup()
2316 if (phys_enc->hw_wb) in dpu_encoder_helper_phys_cleanup()
2317 intf_cfg.wb = phys_enc->hw_wb->idx; in dpu_encoder_helper_phys_cleanup()
2427 phys->hw_wb ? phys->hw_wb->idx - WB_0 : -1, in _dpu_encoder_status_show()
[all …]
H A Ddpu_rm.c123 rm->hw_wb[wb->id - WB_0] = hw; in dpu_rm_init()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_tx.c58 return (void *)q->hw_wb; in txq_end()
387 return (u16)be64_to_cpu(*q->hw_wb); in txq_hw_head()
645 &q->hw_wb); in fun_txq_create_sw()
687 *q->hw_wb = 0; in fun_txq_create_dev()
H A Dfuneth_txrx.h112 volatile __be64 *hw_wb; /* HW write-back location */ member