Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys.h107 void (*handle_post_kickoff)(struct dpu_encoder_phys *phys_enc); member
H A Ddpu_encoder_phys_wb.c656 ops->handle_post_kickoff = dpu_encoder_phys_wb_handle_post_kickoff; in dpu_encoder_phys_wb_init_ops()
H A Ddpu_encoder_phys_cmd.c719 ops->handle_post_kickoff = dpu_encoder_phys_cmd_handle_post_kickoff; in dpu_encoder_phys_cmd_init_ops()
H A Ddpu_encoder_phys_vid.c740 ops->handle_post_kickoff = dpu_encoder_phys_vid_handle_post_kickoff; in dpu_encoder_phys_vid_init_ops()
H A Ddpu_encoder.c1999 if (phys->ops.handle_post_kickoff) in dpu_encoder_kickoff()
2000 phys->ops.handle_post_kickoff(phys); in dpu_encoder_kickoff()