Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys.h139 void (*handle_post_kickoff)(struct dpu_encoder_phys *phys_enc); member
Ddpu_encoder_phys_vid.c695 ops->handle_post_kickoff = dpu_encoder_phys_vid_handle_post_kickoff; in dpu_encoder_phys_vid_init_ops()
Ddpu_encoder_phys_cmd.c759 ops->handle_post_kickoff = dpu_encoder_phys_cmd_handle_post_kickoff; in dpu_encoder_phys_cmd_init_ops()
Ddpu_encoder.c1839 if (phys && phys->ops.handle_post_kickoff) in dpu_encoder_kickoff()
1840 phys->ops.handle_post_kickoff(phys); in dpu_encoder_kickoff()