Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_pingpong.h73 void (*disable_autorefresh)(struct dpu_hw_pingpong *pp, uint32_t encoder_id, u16 vdisplay); member
Ddpu_encoder_phys_cmd.c614 if (!phys_enc->hw_intf->ops.disable_autorefresh) in dpu_encoder_phys_cmd_enable_te()
617 phys_enc->hw_intf->ops.disable_autorefresh( in dpu_encoder_phys_cmd_enable_te()
623 !phys_enc->hw_pp->ops.disable_autorefresh) in dpu_encoder_phys_cmd_enable_te()
626 phys_enc->hw_pp->ops.disable_autorefresh( in dpu_encoder_phys_cmd_enable_te()
Ddpu_hw_intf.h116 void (*disable_autorefresh)(struct dpu_hw_intf *intf, uint32_t encoder_id, u16 vdisplay); member
Ddpu_hw_pingpong.c310 c->ops.disable_autorefresh = dpu_hw_pp_disable_autorefresh; in dpu_hw_pingpong_init()
Ddpu_hw_intf.c594 c->ops.disable_autorefresh = dpu_hw_intf_disable_autorefresh; in dpu_hw_intf_init()