Home
last modified time | relevance | path

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

/Linux-v5.15/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()
106 if ((phys_enc->hw_intf->cap->type == INTF_DP) || in drm_mode_to_intf_timing_params()
107 (phys_enc->hw_intf->cap->type == INTF_EDP)) { in drm_mode_to_intf_timing_params()
152 phys_enc->hw_intf->cap->prog_fetch_lines_worst_case; in programmable_fetch_get_num_lines()
206 if (WARN_ON_ONCE(!phys_enc->hw_intf->ops.setup_prg_fetch)) in programmable_fetch_config()
224 phys_enc->hw_intf->ops.setup_prg_fetch(phys_enc->hw_intf, &f); in programmable_fetch_config()
[all …]
Ddpu_encoder_phys.h220 struct dpu_hw_intf *hw_intf; member
Ddpu_encoder.c1074 struct dpu_hw_intf *hw_intf; in dpu_encoder_virt_mode_set() local
1076 hw_intf = to_dpu_hw_intf(hw_blk[i]); in dpu_encoder_virt_mode_set()
1077 if (hw_intf->idx == phys->intf_idx) in dpu_encoder_virt_mode_set()
1078 phys->hw_intf = hw_intf; in dpu_encoder_virt_mode_set()
1081 if (!phys->hw_intf) { in dpu_encoder_virt_mode_set()
Ddpu_encoder_phys_cmd.c174 irq->irq_idx = phys_enc->hw_intf->cap->intr_underrun; in dpu_encoder_phys_cmd_mode_set()