Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_ctl.h162 void (*trigger_flush)(struct dpu_hw_ctl *ctx); member
Ddpu_hw_ctl.c650 ops->trigger_flush = dpu_hw_ctl_trigger_flush_v1; in _setup_ctl_ops()
659 ops->trigger_flush = dpu_hw_ctl_trigger_flush; in _setup_ctl_ops()
Ddpu_encoder.c1466 if (!ctl->ops.trigger_flush) { in _dpu_encoder_trigger_flush()
1476 ctl->ops.trigger_flush(ctl); in _dpu_encoder_trigger_flush()
2075 ctl->ops.trigger_flush(ctl); in dpu_encoder_helper_phys_cleanup()