Searched refs:disable_tearcheck (Results 1 – 5 of 5) sorted by relevance
56 int (*disable_tearcheck)(struct dpu_hw_pingpong *pp); member
542 if (phys_enc->hw_intf->ops.disable_tearcheck) in dpu_encoder_phys_cmd_disable()543 phys_enc->hw_intf->ops.disable_tearcheck(phys_enc->hw_intf); in dpu_encoder_phys_cmd_disable()554 if (phys_enc->hw_pp->ops.disable_tearcheck) in dpu_encoder_phys_cmd_disable()555 phys_enc->hw_pp->ops.disable_tearcheck(phys_enc->hw_pp); in dpu_encoder_phys_cmd_disable()
104 int (*disable_tearcheck)(struct dpu_hw_intf *intf); member
289 c->ops.disable_tearcheck = dpu_hw_pp_disable_te; in _setup_pingpong_ops()
542 ops->disable_tearcheck = dpu_hw_intf_disable_te; in _setup_intf_ops()