Searched refs:disable_tearcheck (Results 1 – 5 of 5) sorted by relevance
56 int (*disable_tearcheck)(struct dpu_hw_pingpong *pp); member
543 if (phys_enc->hw_intf->ops.disable_tearcheck) in dpu_encoder_phys_cmd_disable()544 phys_enc->hw_intf->ops.disable_tearcheck(phys_enc->hw_intf); in dpu_encoder_phys_cmd_disable()555 if (phys_enc->hw_pp->ops.disable_tearcheck) in dpu_encoder_phys_cmd_disable()556 phys_enc->hw_pp->ops.disable_tearcheck(phys_enc->hw_pp); in dpu_encoder_phys_cmd_disable()
107 int (*disable_tearcheck)(struct dpu_hw_intf *intf); member
307 c->ops.disable_tearcheck = dpu_hw_pp_disable_te; in dpu_hw_pingpong_init()
591 c->ops.disable_tearcheck = dpu_hw_intf_disable_te; in dpu_hw_intf_init()