Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_pingpong.h56 int (*disable_tearcheck)(struct dpu_hw_pingpong *pp); member
H A Ddpu_hw_intf.h105 int (*disable_tearcheck)(struct dpu_hw_intf *intf); member
H A Ddpu_encoder_phys_cmd.c541 if (phys_enc->hw_intf->ops.disable_tearcheck) in dpu_encoder_phys_cmd_disable()
542 phys_enc->hw_intf->ops.disable_tearcheck(phys_enc->hw_intf); in dpu_encoder_phys_cmd_disable()
553 if (phys_enc->hw_pp->ops.disable_tearcheck) in dpu_encoder_phys_cmd_disable()
554 phys_enc->hw_pp->ops.disable_tearcheck(phys_enc->hw_pp); in dpu_encoder_phys_cmd_disable()
H A Ddpu_hw_pingpong.c289 c->ops.disable_tearcheck = dpu_hw_pp_disable_te; in _setup_pingpong_ops()
H A Ddpu_hw_intf.c545 ops->disable_tearcheck = dpu_hw_intf_disable_te; in _setup_intf_ops()