Home
last modified time | relevance | path

Searched refs:handle_post_kickoff (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys.h105 * @handle_post_kickoff: Do any work necessary post-kickoff work
139 void (*handle_post_kickoff)(struct dpu_encoder_phys *phys_enc); member
H A Ddpu_encoder_phys_vid.c675 ops->handle_post_kickoff = dpu_encoder_phys_vid_handle_post_kickoff; in dpu_encoder_phys_vid_init_ops()
H A Ddpu_encoder_phys_cmd.c703 ops->handle_post_kickoff = dpu_encoder_phys_cmd_handle_post_kickoff; in dpu_encoder_phys_cmd_init_ops()
H A Ddpu_encoder.c1852 if (phys->ops.handle_post_kickoff) in dpu_encoder_kickoff()
1853 phys->ops.handle_post_kickoff(phys); in dpu_encoder_kickoff()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys.h84 * @handle_post_kickoff: Do any work necessary post-kickoff work
111 void (*handle_post_kickoff)(struct dpu_encoder_phys *phys_enc); member
H A Ddpu_encoder_phys_vid.c694 ops->handle_post_kickoff = dpu_encoder_phys_vid_handle_post_kickoff; in dpu_encoder_phys_vid_init_ops()
H A Ddpu_encoder_phys_cmd.c754 ops->handle_post_kickoff = dpu_encoder_phys_cmd_handle_post_kickoff; in dpu_encoder_phys_cmd_init_ops()
H A Ddpu_encoder_phys_wb.c669 ops->handle_post_kickoff = dpu_encoder_phys_wb_handle_post_kickoff; in dpu_encoder_phys_wb_init_ops()
H A Ddpu_encoder.c1961 if (phys->ops.handle_post_kickoff) in dpu_encoder_kickoff()
1962 phys->ops.handle_post_kickoff(phys); in dpu_encoder_kickoff()

Completed in 15 milliseconds