Home
last modified time | relevance | path

Searched refs:trigger_flush (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.h193 void (*trigger_flush)(struct dpu_hw_ctl *ctx); member
H A Ddpu_hw_ctl.c694 ops->trigger_flush = dpu_hw_ctl_trigger_flush_v1; in _setup_ctl_ops()
710 ops->trigger_flush = dpu_hw_ctl_trigger_flush; in _setup_ctl_ops()
H A Ddpu_encoder.c1531 if (!ctl->ops.trigger_flush) { in _dpu_encoder_trigger_flush()
1541 ctl->ops.trigger_flush(ctl); in _dpu_encoder_trigger_flush()
2150 ctl->ops.trigger_flush(ctl); in dpu_encoder_helper_phys_cleanup()