Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c17 (e) && (e)->hw_intf ? \
18 (e)->hw_intf->idx - INTF_0 : -1, ##__VA_ARGS__)
23 (e) && (e)->hw_intf ? \
24 (e)->hw_intf->idx - INTF_0 : -1, ##__VA_ARGS__)
89 if (phys_enc->hw_intf->cap->type == INTF_DSI) { in drm_mode_to_intf_timing_params()
95 if (phys_enc->hw_intf->cap->type == INTF_DP) { in drm_mode_to_intf_timing_params()
108 if (phys_enc->hw_intf->cap->type == INTF_DP && timing->wide_bus_en) { in drm_mode_to_intf_timing_params()
154 phys_enc->hw_intf->cap->prog_fetch_lines_worst_case; in programmable_fetch_get_num_lines()
208 if (WARN_ON_ONCE(!phys_enc->hw_intf->ops.setup_prg_fetch)) in programmable_fetch_config()
226 phys_enc->hw_intf->ops.setup_prg_fetch(phys_enc->hw_intf, &f); in programmable_fetch_config()
[all …]
Ddpu_encoder_phys_cmd.c19 (e) ? (e)->base.hw_intf->idx - INTF_0 : -1, ##__VA_ARGS__)
24 (e) ? (e)->base.hw_intf->idx - INTF_0 : -1, ##__VA_ARGS__)
59 intf_cfg.intf = phys_enc->hw_intf->idx; in _dpu_encoder_phys_cmd_update_intf_cfg()
67 if (test_bit(DPU_CTL_ACTIVE_CFG, &ctl->caps->features) && phys_enc->hw_intf->ops.bind_pingpong_blk) in _dpu_encoder_phys_cmd_update_intf_cfg()
68 phys_enc->hw_intf->ops.bind_pingpong_blk( in _dpu_encoder_phys_cmd_update_intf_cfg()
69 phys_enc->hw_intf, in _dpu_encoder_phys_cmd_update_intf_cfg()
75 if (phys_enc->hw_intf->ops.program_intf_cmd_cfg) in _dpu_encoder_phys_cmd_update_intf_cfg()
76 phys_enc->hw_intf->ops.program_intf_cmd_cfg(phys_enc->hw_intf, &cmd_mode_cfg); in _dpu_encoder_phys_cmd_update_intf_cfg()
112 if (!phys_enc->hw_intf) in dpu_encoder_phys_cmd_te_rd_ptr_irq()
159 phys_enc->irq[INTR_IDX_RDPTR] = phys_enc->hw_intf->cap->intr_tear_rd_ptr; in dpu_encoder_phys_cmd_atomic_mode_set()
[all …]
Ddpu_encoder.c239 if (phys->hw_intf && phys->hw_intf->ops.setup_misr in dpu_encoder_get_crc_values_cnt()
240 && phys->hw_intf->ops.collect_misr) in dpu_encoder_get_crc_values_cnt()
258 if (!phys->hw_intf || !phys->hw_intf->ops.setup_misr) in dpu_encoder_setup_misr()
261 phys->hw_intf->ops.setup_misr(phys->hw_intf); in dpu_encoder_setup_misr()
281 if (!phys->hw_intf || !phys->hw_intf->ops.collect_misr) in dpu_encoder_get_crc()
284 rc = phys->hw_intf->ops.collect_misr(phys->hw_intf, &crcs[pos + entries_added]); in dpu_encoder_get_crc()
341 phys_enc->hw_intf ? phys_enc->hw_intf->idx - INTF_0 : -1, in dpu_encoder_helper_report_irq_timeout()
728 if (phys_enc->has_intf_te && phys_enc->hw_intf->ops.vsync_sel) in _dpu_encoder_update_vsync_source()
729 phys_enc->hw_intf->ops.vsync_sel(phys_enc->hw_intf, in _dpu_encoder_update_vsync_source()
1423 ready_phys->hw_intf ? ready_phys->hw_intf->idx : -1, in dpu_encoder_frame_done_callback()
[all …]
Ddpu_rm.h30 struct dpu_hw_intf *hw_intf[INTF_MAX - INTF_0]; member
102 return rm->hw_intf[intf_idx - INTF_0]; in dpu_rm_get_intf()
Ddpu_encoder_phys.h182 struct dpu_hw_intf *hw_intf; member
262 struct dpu_hw_intf *hw_intf; member
Ddpu_rm.c81 for (i = 0; i < ARRAY_SIZE(rm->hw_intf); i++) in dpu_rm_destroy()
82 dpu_hw_intf_destroy(rm->hw_intf[i]); in dpu_rm_destroy()
171 rm->hw_intf[intf->id - INTF_0] = hw; in dpu_rm_init()