Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_pingpong.h62 int (*connect_external_te)(struct dpu_hw_pingpong *pp, member
H A Ddpu_hw_intf.h107 int (*connect_external_te)(struct dpu_hw_intf *intf, bool enable_external_te); member
H A Ddpu_encoder_phys_cmd.c483 if (!phys_enc->hw_intf || !phys_enc->hw_intf->ops.connect_external_te) in _dpu_encoder_phys_cmd_connect_te()
487 phys_enc->hw_intf->ops.connect_external_te(phys_enc->hw_intf, enable); in _dpu_encoder_phys_cmd_connect_te()
489 if (!phys_enc->hw_pp || !phys_enc->hw_pp->ops.connect_external_te) in _dpu_encoder_phys_cmd_connect_te()
493 phys_enc->hw_pp->ops.connect_external_te(phys_enc->hw_pp, enable); in _dpu_encoder_phys_cmd_connect_te()
H A Ddpu_hw_pingpong.c290 c->ops.connect_external_te = dpu_hw_pp_connect_external_te; in _setup_pingpong_ops()
H A Ddpu_hw_intf.c546 ops->connect_external_te = dpu_hw_intf_connect_external_te; in _setup_intf_ops()