Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_pingpong.h50 int (*enable_tearcheck)(struct dpu_hw_pingpong *pp, member
H A Ddpu_encoder_phys_cmd.c344 !phys_enc->hw_pp->ops.enable_tearcheck)) { in dpu_encoder_phys_cmd_tearcheck_config()
403 phys_enc->hw_intf->ops.enable_tearcheck(phys_enc->hw_intf, &tc_cfg); in dpu_encoder_phys_cmd_tearcheck_config()
405 phys_enc->hw_pp->ops.enable_tearcheck(phys_enc->hw_pp, &tc_cfg); in dpu_encoder_phys_cmd_tearcheck_config()
752 if (phys_enc->has_intf_te && !phys_enc->hw_intf->ops.enable_tearcheck) { in dpu_encoder_phys_cmd_init()
H A Ddpu_hw_intf.h104 int (*enable_tearcheck)(struct dpu_hw_intf *intf, struct dpu_hw_tear_check *cfg); member
H A Ddpu_hw_pingpong.c306 c->ops.enable_tearcheck = dpu_hw_pp_enable_te; in dpu_hw_pingpong_init()
H A Ddpu_hw_intf.c575 c->ops.enable_tearcheck = dpu_hw_intf_enable_te; in dpu_hw_intf_init()