Searched refs:fn_wait (Results 1 – 1 of 1) sorted by relevance
2255 int (*fn_wait)(struct dpu_encoder_phys *phys_enc) = NULL; in dpu_encoder_wait_for_event() local2273 fn_wait = phys->ops.wait_for_commit_done; in dpu_encoder_wait_for_event()2276 fn_wait = phys->ops.wait_for_tx_complete; in dpu_encoder_wait_for_event()2279 fn_wait = phys->ops.wait_for_vblank; in dpu_encoder_wait_for_event()2287 if (fn_wait) { in dpu_encoder_wait_for_event()2289 ret = fn_wait(phys); in dpu_encoder_wait_for_event()