Home
last modified time | relevance | path

Searched refs:pending_flush (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_wb.c298 u32 pending_flush = 0; in _dpu_encoder_phys_wb_update_flush() local
322 pending_flush = hw_ctl->ops.get_pending_flush(hw_ctl); in _dpu_encoder_phys_wb_update_flush()
325 hw_ctl->idx - CTL_0, pending_flush, in _dpu_encoder_phys_wb_update_flush()
Ddpu_encoder.c1519 uint32_t i, pending_flush; in _dpu_encoder_kickoff_phys() local
1522 pending_flush = 0x0; in _dpu_encoder_kickoff_phys()
1548 pending_flush |= ctl->ops.get_pending_flush(ctl); in _dpu_encoder_kickoff_phys()
1552 if (pending_flush && dpu_enc->cur_master) { in _dpu_encoder_kickoff_phys()
1556 pending_flush); in _dpu_encoder_kickoff_phys()