Home
last modified time | relevance | path

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

/linux-6.15/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.c350 !phys_enc->hw_pp->ops.enable_tearcheck)) { in dpu_encoder_phys_cmd_tearcheck_config()
409 phys_enc->hw_intf->ops.enable_tearcheck(phys_enc->hw_intf, &tc_cfg); in dpu_encoder_phys_cmd_tearcheck_config()
411 phys_enc->hw_pp->ops.enable_tearcheck(phys_enc->hw_pp, &tc_cfg); in dpu_encoder_phys_cmd_tearcheck_config()
763 if (phys_enc->has_intf_te && !phys_enc->hw_intf->ops.enable_tearcheck) { in dpu_encoder_phys_cmd_init()
H A Ddpu_hw_intf.h105 int (*enable_tearcheck)(struct dpu_hw_intf *intf, struct dpu_hw_tear_check *cfg); member
H A Ddpu_hw_pingpong.c315 c->ops.enable_tearcheck = dpu_hw_pp_enable_te; in dpu_hw_pingpong_init()
H A Ddpu_hw_intf.c598 c->ops.enable_tearcheck = dpu_hw_intf_enable_te; in dpu_hw_intf_init()