Searched refs:setup_intf_cfg (Results 1 - 5 of 5) sorted by last modified time

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.c695 ops->setup_intf_cfg = dpu_hw_ctl_intf_cfg_v1;
711 ops->setup_intf_cfg = dpu_hw_ctl_intf_cfg;
H A Ddpu_encoder_phys_wb.c230 phys_enc->hw_ctl->ops.setup_intf_cfg)) {
255 phys_enc->hw_ctl->ops.setup_intf_cfg(phys_enc->hw_ctl, &intf_cfg);
256 } else if (phys_enc->hw_ctl && phys_enc->hw_ctl->ops.setup_intf_cfg) {
263 phys_enc->hw_ctl->ops.setup_intf_cfg(phys_enc->hw_ctl, &intf_cfg);
H A Ddpu_encoder_phys_vid.c245 if (!phys_enc->hw_ctl->ops.setup_intf_cfg) {
293 phys_enc->hw_ctl->ops.setup_intf_cfg(phys_enc->hw_ctl, &intf_cfg);
H A Ddpu_encoder_phys_cmd.c58 if (!ctl->ops.setup_intf_cfg)
66 ctl->ops.setup_intf_cfg(ctl, &intf_cfg);
414 if (!phys_enc->hw_pp || !phys_enc->hw_ctl->ops.setup_intf_cfg) {
H A Ddpu_hw_ctl.h206 void (*setup_intf_cfg)(struct dpu_hw_ctl *ctx, member in struct:dpu_hw_ctl_ops

Completed in 194 milliseconds