Searched refs:disable_tearcheck (Results 1 – 5 of 5) sorted by relevance
547 if (phys_enc->hw_intf->ops.disable_tearcheck) in dpu_encoder_phys_cmd_disable()548 phys_enc->hw_intf->ops.disable_tearcheck(phys_enc->hw_intf); in dpu_encoder_phys_cmd_disable()559 if (phys_enc->hw_pp->ops.disable_tearcheck) in dpu_encoder_phys_cmd_disable()560 phys_enc->hw_pp->ops.disable_tearcheck(phys_enc->hw_pp); in dpu_encoder_phys_cmd_disable()
56 int (*disable_tearcheck)(struct dpu_hw_pingpong *pp); member
106 int (*disable_tearcheck)(struct dpu_hw_intf *intf); member
316 c->ops.disable_tearcheck = dpu_hw_pp_disable_te; in dpu_hw_pingpong_init()
599 c->ops.disable_tearcheck = dpu_hw_intf_disable_te; in dpu_hw_intf_init()
Completed in 12 milliseconds