Searched refs:update_pending_flush (Results 1 – 6 of 6) sorted by relevance
90 void (*update_pending_flush)(struct dpu_hw_ctl *ctx, member
459 ops->update_pending_flush = dpu_hw_ctl_update_pending_flush; in _setup_ctl_ops()
460 ctl->ops.update_pending_flush(ctl, flush_mask); in dpu_encoder_phys_vid_enable()
487 ctl->ops.update_pending_flush(ctl, flush_mask); in dpu_encoder_phys_cmd_enable_helper()
1445 if (extra_flush_bits && ctl->ops.update_pending_flush) in _dpu_encoder_trigger_flush()1446 ctl->ops.update_pending_flush(ctl, extra_flush_bits); in _dpu_encoder_trigger_flush()
226 ctl->ops.update_pending_flush(ctl, mixer[i].flush_mask); in _dpu_crtc_blend_setup()