Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_encoder.c2223 int (*fn_wait)(struct dpu_encoder_phys *phys_enc) = NULL; in dpu_encoder_wait_for_event() local
2239 fn_wait = phys->ops.wait_for_commit_done; in dpu_encoder_wait_for_event()
2242 fn_wait = phys->ops.wait_for_tx_complete; in dpu_encoder_wait_for_event()
2245 fn_wait = phys->ops.wait_for_vblank; in dpu_encoder_wait_for_event()
2253 if (fn_wait) { in dpu_encoder_wait_for_event()
2255 ret = fn_wait(phys); in dpu_encoder_wait_for_event()

Completed in 6 milliseconds