Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c15 (e) && (e)->hw_intf ? \
16 (e)->hw_intf->idx - INTF_0 : -1, ##__VA_ARGS__)
21 (e) && (e)->hw_intf ? \
22 (e)->hw_intf->idx - INTF_0 : -1, ##__VA_ARGS__)
87 if (phys_enc->hw_intf->cap->type == INTF_DSI) { in drm_mode_to_intf_timing_params()
142 phys_enc->hw_intf->cap->prog_fetch_lines_worst_case; in programmable_fetch_get_num_lines()
196 if (WARN_ON_ONCE(!phys_enc->hw_intf->ops.setup_prg_fetch)) in programmable_fetch_config()
214 phys_enc->hw_intf->ops.setup_prg_fetch(phys_enc->hw_intf, &f); in programmable_fetch_config()
248 if (!phys_enc->hw_intf->ops.setup_timing_gen) { in dpu_encoder_phys_vid_setup_timing_engine()
274 intf_cfg.intf = phys_enc->hw_intf->idx; in dpu_encoder_phys_vid_setup_timing_engine()
[all …]
Ddpu_encoder_phys.h223 struct dpu_hw_intf *hw_intf; member
Ddpu_encoder.c1060 struct dpu_hw_intf *hw_intf; in dpu_encoder_virt_mode_set() local
1065 hw_intf = (struct dpu_hw_intf *)hw_iter.hw; in dpu_encoder_virt_mode_set()
1066 if (hw_intf->idx == phys->intf_idx) in dpu_encoder_virt_mode_set()
1067 phys->hw_intf = hw_intf; in dpu_encoder_virt_mode_set()
1070 if (!phys->hw_intf) { in dpu_encoder_virt_mode_set()