Home
last modified time | relevance | path

Searched refs:setup_intf_cfg (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_wb.c194 phys_enc->hw_ctl->ops.setup_intf_cfg)) { in dpu_encoder_phys_wb_setup_cdp()
216 phys_enc->hw_ctl->ops.setup_intf_cfg(phys_enc->hw_ctl, &intf_cfg); in dpu_encoder_phys_wb_setup_cdp()
217 } else if (phys_enc->hw_ctl && phys_enc->hw_ctl->ops.setup_intf_cfg) { in dpu_encoder_phys_wb_setup_cdp()
224 phys_enc->hw_ctl->ops.setup_intf_cfg(phys_enc->hw_ctl, &intf_cfg); in dpu_encoder_phys_wb_setup_cdp()
Ddpu_hw_ctl.h187 void (*setup_intf_cfg)(struct dpu_hw_ctl *ctx, member
Ddpu_encoder_phys_cmd.c56 if (!ctl->ops.setup_intf_cfg) in _dpu_encoder_phys_cmd_update_intf_cfg()
64 ctl->ops.setup_intf_cfg(ctl, &intf_cfg); in _dpu_encoder_phys_cmd_update_intf_cfg()
415 if (!phys_enc->hw_pp || !phys_enc->hw_ctl->ops.setup_intf_cfg) { in _dpu_encoder_phys_cmd_pingpong_config()
Ddpu_hw_ctl.c645 ops->setup_intf_cfg = dpu_hw_ctl_intf_cfg_v1; in _setup_ctl_ops()
656 ops->setup_intf_cfg = dpu_hw_ctl_intf_cfg; in _setup_ctl_ops()
Ddpu_encoder_phys_vid.c242 if (!phys_enc->hw_ctl->ops.setup_intf_cfg) { in dpu_encoder_phys_vid_setup_timing_engine()
284 phys_enc->hw_ctl->ops.setup_intf_cfg(phys_enc->hw_ctl, &intf_cfg); in dpu_encoder_phys_vid_setup_timing_engine()