Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_wb.c43 struct dpu_hw_wb *hw_wb = phys_enc->hw_wb; in dpu_encoder_phys_wb_set_ot_limit() local
47 ot_params.xin_id = hw_wb->caps->xin_id; in dpu_encoder_phys_wb_set_ot_limit()
48 ot_params.num = hw_wb->idx - WB_0; in dpu_encoder_phys_wb_set_ot_limit()
53 ot_params.vbif_idx = hw_wb->caps->vbif_idx; in dpu_encoder_phys_wb_set_ot_limit()
54 ot_params.clk_ctrl = hw_wb->caps->clk_ctrl; in dpu_encoder_phys_wb_set_ot_limit()
67 struct dpu_hw_wb *hw_wb; in dpu_encoder_phys_wb_set_qos_remap() local
75 if (!phys_enc->hw_wb || !phys_enc->hw_wb->caps) { in dpu_encoder_phys_wb_set_qos_remap()
80 hw_wb = phys_enc->hw_wb; in dpu_encoder_phys_wb_set_qos_remap()
83 qos_params.vbif_idx = hw_wb->caps->vbif_idx; in dpu_encoder_phys_wb_set_qos_remap()
84 qos_params.xin_id = hw_wb->caps->xin_id; in dpu_encoder_phys_wb_set_qos_remap()
[all …]
Ddpu_rm.h30 struct dpu_hw_wb *hw_wb[WB_MAX - WB_0]; member
108 return rm->hw_wb[wb_idx - WB_0]; in dpu_rm_get_wb()
Ddpu_hw_wb.h113 void dpu_hw_wb_destroy(struct dpu_hw_wb *hw_wb);
Ddpu_hw_wb.c273 void dpu_hw_wb_destroy(struct dpu_hw_wb *hw_wb) in dpu_hw_wb_destroy() argument
275 kfree(hw_wb); in dpu_hw_wb_destroy()
Ddpu_encoder.c2029 if (phys_enc->hw_wb) { in dpu_encoder_helper_phys_cleanup()
2031 if (phys_enc->hw_wb->ops.bind_pingpong_blk) in dpu_encoder_helper_phys_cleanup()
2032 phys_enc->hw_wb->ops.bind_pingpong_blk(phys_enc->hw_wb, false, in dpu_encoder_helper_phys_cleanup()
2037 phys_enc->hw_ctl->ops.update_pending_flush_wb(ctl, phys_enc->hw_wb->idx); in dpu_encoder_helper_phys_cleanup()
2066 if (phys_enc->hw_wb) in dpu_encoder_helper_phys_cleanup()
2067 intf_cfg.wb = phys_enc->hw_wb->idx; in dpu_encoder_helper_phys_cleanup()
2348 phys->hw_wb = dpu_rm_get_wb(&dpu_kms->rm, phys->wb_idx); in dpu_encoder_setup_display()
2350 if (!phys->hw_intf && !phys->hw_wb) { in dpu_encoder_setup_display()
2355 if (phys->hw_intf && phys->hw_wb) { in dpu_encoder_setup_display()
Ddpu_rm.c91 for (i = 0; i < ARRAY_SIZE(rm->hw_wb); i++) in dpu_rm_destroy()
92 dpu_hw_wb_destroy(rm->hw_wb[i]); in dpu_rm_destroy()
208 rm->hw_wb[wb->id - WB_0] = hw; in dpu_rm_init()
Ddpu_encoder_phys.h207 struct dpu_hw_wb *hw_wb; member
/linux-6.1.9/drivers/net/ethernet/fungible/funeth/
Dfuneth_tx.c58 return (void *)q->hw_wb; in txq_end()
388 return (u16)be64_to_cpu(*q->hw_wb); in txq_hw_head()
646 &q->hw_wb); in fun_txq_create_sw()
688 *q->hw_wb = 0; in fun_txq_create_dev()
Dfuneth_txrx.h111 volatile __be64 *hw_wb; /* HW write-back location */ member