Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_encoder_phys_cmd.c547 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()
A Ddpu_hw_pingpong.h56 int (*disable_tearcheck)(struct dpu_hw_pingpong *pp); member
A Ddpu_hw_intf.h106 int (*disable_tearcheck)(struct dpu_hw_intf *intf); member
A Ddpu_hw_pingpong.c316 c->ops.disable_tearcheck = dpu_hw_pp_disable_te; in dpu_hw_pingpong_init()
A Ddpu_hw_intf.c599 c->ops.disable_tearcheck = dpu_hw_intf_disable_te; in dpu_hw_intf_init()

Completed in 12 milliseconds