Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_wb.c277 u32 pending_flush = 0; in _dpu_encoder_phys_wb_update_flush() local
308 pending_flush = hw_ctl->ops.get_pending_flush(hw_ctl); in _dpu_encoder_phys_wb_update_flush()
311 hw_ctl->idx - CTL_0, pending_flush, in _dpu_encoder_phys_wb_update_flush()
Ddpu_encoder.c1666 uint32_t i, pending_flush; in _dpu_encoder_kickoff_phys() local
1669 pending_flush = 0x0; in _dpu_encoder_kickoff_phys()
1695 pending_flush |= ctl->ops.get_pending_flush(ctl); in _dpu_encoder_kickoff_phys()
1699 if (pending_flush && dpu_enc->cur_master) { in _dpu_encoder_kickoff_phys()
1703 pending_flush); in _dpu_encoder_kickoff_phys()