Home
last modified time | relevance | path

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

/Linux-v5.10/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()
104 if ((phys_enc->hw_intf->cap->type == INTF_DP) || in drm_mode_to_intf_timing_params()
105 (phys_enc->hw_intf->cap->type == INTF_EDP)) { in drm_mode_to_intf_timing_params()
150 phys_enc->hw_intf->cap->prog_fetch_lines_worst_case; in programmable_fetch_get_num_lines()
204 if (WARN_ON_ONCE(!phys_enc->hw_intf->ops.setup_prg_fetch)) in programmable_fetch_config()
222 phys_enc->hw_intf->ops.setup_prg_fetch(phys_enc->hw_intf, &f); in programmable_fetch_config()
[all …]
Ddpu_encoder_phys.h223 struct dpu_hw_intf *hw_intf; member
Ddpu_encoder.c1077 struct dpu_hw_intf *hw_intf; in dpu_encoder_virt_mode_set() local
1079 hw_intf = to_dpu_hw_intf(hw_blk[i]); in dpu_encoder_virt_mode_set()
1080 if (hw_intf->idx == phys->intf_idx) in dpu_encoder_virt_mode_set()
1081 phys->hw_intf = hw_intf; in dpu_encoder_virt_mode_set()
1084 if (!phys->hw_intf) { in dpu_encoder_virt_mode_set()