Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.h174 void (*trigger_flush)(struct dpu_hw_ctl *ctx); member
H A Ddpu_hw_ctl.c644 ops->trigger_flush = dpu_hw_ctl_trigger_flush_v1; in _setup_ctl_ops()
655 ops->trigger_flush = dpu_hw_ctl_trigger_flush; in _setup_ctl_ops()
H A Ddpu_encoder.c1499 if (!ctl->ops.trigger_flush) { in _dpu_encoder_trigger_flush()
1509 ctl->ops.trigger_flush(ctl); in _dpu_encoder_trigger_flush()
2110 ctl->ops.trigger_flush(ctl); in dpu_encoder_helper_phys_cleanup()