Searched refs:disable_tearcheck (Results 1 – 5 of 5) sorted by relevance
56 int (*disable_tearcheck)(struct dpu_hw_pingpong *pp); member
105 int (*disable_tearcheck)(struct dpu_hw_intf *intf); member
541 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()
289 c->ops.disable_tearcheck = dpu_hw_pp_disable_te; in _setup_pingpong_ops()
545 ops->disable_tearcheck = dpu_hw_intf_disable_te; in _setup_intf_ops()