Searched refs:hw_intf (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_vid.c19 (e) && (e)->hw_intf ? \
20 (e)->hw_intf->idx - INTF_0 : -1, ##__VA_ARGS__)
25 (e) && (e)->hw_intf ? \
26 (e)->hw_intf->idx - INTF_0 : -1, ##__VA_ARGS__)
91 if (phys_enc->hw_intf->cap->type == INTF_DSI) {
97 if (phys_enc->hw_intf->cap->type == INTF_DP) {
111 if (phys_enc->hw_intf->cap->type == INTF_DP && timing->wide_bus_en) {
157 phys_enc->hw_intf->cap->prog_fetch_lines_worst_case;
211 if (WARN_ON_ONCE(!phys_enc->hw_intf->ops.setup_prg_fetch))
229 phys_enc->hw_intf
[all...]
H A Ddpu_encoder_phys_cmd.c21 (e) ? (e)->base.hw_intf->idx - INTF_0 : -1, ##__VA_ARGS__)
26 (e) ? (e)->base.hw_intf->idx - INTF_0 : -1, ##__VA_ARGS__)
61 intf_cfg.intf = phys_enc->hw_intf->idx;
69 if (test_bit(DPU_CTL_ACTIVE_CFG, &ctl->caps->features) && phys_enc->hw_intf->ops.bind_pingpong_blk)
70 phys_enc->hw_intf->ops.bind_pingpong_blk(
71 phys_enc->hw_intf,
79 if (phys_enc->hw_intf->ops.program_intf_cmd_cfg)
80 phys_enc->hw_intf->ops.program_intf_cmd_cfg(phys_enc->hw_intf, &cmd_mode_cfg);
287 phys_enc->irq[INTR_IDX_RDPTR] = phys_enc->hw_intf
504 struct dpu_hw_intf *hw_intf; local
[all...]
H A Ddpu_rm.h21 * @hw_intf: array of intf hardware resources
31 struct dpu_hw_intf *hw_intf[INTF_MAX - INTF_0]; member in struct:dpu_rm
107 return rm->hw_intf[intf_idx - INTF_0];
H A Ddpu_encoder.c256 return phys_enc->hw_intf->cap->type == INTF_DP &&
296 if (phys->hw_intf && phys->hw_intf->ops.setup_misr
297 && phys->hw_intf->ops.collect_misr)
315 if (!phys->hw_intf || !phys->hw_intf->ops.setup_misr)
318 phys->hw_intf->ops.setup_misr(phys->hw_intf);
338 if (!phys->hw_intf || !phys->hw_intf
[all...]
H A Ddpu_encoder_phys.h146 * @hw_intf: Hardware interface to the intf registers
177 struct dpu_hw_intf *hw_intf; member in struct:dpu_encoder_phys
252 * @hw_intf: Hardware interface to the intf registers
260 struct dpu_hw_intf *hw_intf; member in struct:dpu_enc_phys_init_params
H A Ddpu_rm.c107 rm->hw_intf[intf->id - INTF_0] = hw;
369 /* each hw_intf needs its own hw_ctrl to program its control path */

Completed in 199 milliseconds