Searched refs:hw_wb (Results 1 – 9 of 9) sorted by relevance
45 struct dpu_hw_wb *hw_wb = phys_enc->hw_wb; in dpu_encoder_phys_wb_set_ot_limit() local49 ot_params.xin_id = hw_wb->caps->xin_id; in dpu_encoder_phys_wb_set_ot_limit()50 ot_params.num = hw_wb->idx - WB_0; in dpu_encoder_phys_wb_set_ot_limit()55 ot_params.vbif_idx = hw_wb->caps->vbif_idx; in dpu_encoder_phys_wb_set_ot_limit()56 ot_params.clk_ctrl = hw_wb->caps->clk_ctrl; in dpu_encoder_phys_wb_set_ot_limit()69 struct dpu_hw_wb *hw_wb; in dpu_encoder_phys_wb_set_qos_remap() local77 if (!phys_enc->hw_wb || !phys_enc->hw_wb->caps) { in dpu_encoder_phys_wb_set_qos_remap()82 hw_wb = phys_enc->hw_wb; in dpu_encoder_phys_wb_set_qos_remap()85 qos_params.vbif_idx = hw_wb->caps->vbif_idx; in dpu_encoder_phys_wb_set_qos_remap()86 qos_params.xin_id = hw_wb->caps->xin_id; in dpu_encoder_phys_wb_set_qos_remap()[all …]
31 struct dpu_hw_wb *hw_wb[WB_MAX - WB_0]; member112 return rm->hw_wb[wb_idx - WB_0]; in dpu_rm_get_wb()
352 phys_enc->hw_wb ? phys_enc->hw_wb->idx - WB_0 : -1, in dpu_encoder_helper_report_irq_timeout()1436 ready_phys->hw_wb ? ready_phys->hw_wb->idx : -1); in dpu_encoder_frame_done_callback()1517 phys->hw_wb ? phys->hw_wb->idx : -1, in _dpu_encoder_trigger_flush()2056 if (phys_enc->hw_wb) { in dpu_encoder_helper_phys_cleanup()2058 if (phys_enc->hw_wb->ops.bind_pingpong_blk) in dpu_encoder_helper_phys_cleanup()2059 phys_enc->hw_wb->ops.bind_pingpong_blk(phys_enc->hw_wb, PINGPONG_NONE); in dpu_encoder_helper_phys_cleanup()2063 phys_enc->hw_ctl->ops.update_pending_flush_wb(ctl, phys_enc->hw_wb->idx); in dpu_encoder_helper_phys_cleanup()2098 if (phys_enc->hw_wb) in dpu_encoder_helper_phys_cleanup()2099 intf_cfg.wb = phys_enc->hw_wb->idx; in dpu_encoder_helper_phys_cleanup()2124 phys->hw_wb ? phys->hw_wb->idx - WB_0 : -1, in _dpu_encoder_status_show()[all …]
182 struct dpu_hw_wb *hw_wb; member262 struct dpu_hw_wb *hw_wb; member
86 void dpu_hw_wb_destroy(struct dpu_hw_wb *hw_wb);
223 void dpu_hw_wb_destroy(struct dpu_hw_wb *hw_wb) in dpu_hw_wb_destroy() argument225 kfree(hw_wb); in dpu_hw_wb_destroy()
93 for (i = 0; i < ARRAY_SIZE(rm->hw_wb); i++) in dpu_rm_destroy()94 dpu_hw_wb_destroy(rm->hw_wb[i]); in dpu_rm_destroy()184 rm->hw_wb[wb->id - WB_0] = hw; in dpu_rm_init()
58 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()
112 volatile __be64 *hw_wb; /* HW write-back location */ member