Home
last modified time | relevance | path

Searched refs:update_pending_flush (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.h90 void (*update_pending_flush)(struct dpu_hw_ctl *ctx, member
H A Ddpu_hw_ctl.c551 ops->update_pending_flush = dpu_hw_ctl_update_pending_flush; in _setup_ctl_ops()
H A Ddpu_crtc.c225 ctl->ops.update_pending_flush(ctl, mixer[i].flush_mask); in _dpu_crtc_blend_setup()
478 ctl->ops.update_pending_flush(ctl, mixer[i].flush_mask); in _dpu_crtc_setup_cp_blocks()
H A Ddpu_encoder_phys_vid.c456 ctl->ops.update_pending_flush(ctl, flush_mask); in dpu_encoder_phys_vid_enable()
H A Ddpu_encoder_phys_cmd.c456 ctl->ops.update_pending_flush(ctl, flush_mask); in dpu_encoder_phys_cmd_enable_helper()
H A Ddpu_encoder.c1474 if (extra_flush_bits && ctl->ops.update_pending_flush) in _dpu_encoder_trigger_flush()
1475 ctl->ops.update_pending_flush(ctl, extra_flush_bits); in _dpu_encoder_trigger_flush()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.h102 void (*update_pending_flush)(struct dpu_hw_ctl *ctx, member
H A Ddpu_hw_ctl.c662 ops->update_pending_flush = dpu_hw_ctl_update_pending_flush; in _setup_ctl_ops()
H A Ddpu_encoder.c1501 if (extra_flush_bits && ctl->ops.update_pending_flush) in _dpu_encoder_trigger_flush()
1502 ctl->ops.update_pending_flush(ctl, extra_flush_bits); in _dpu_encoder_trigger_flush()

Completed in 13 milliseconds