Home
last modified time | relevance | path

Searched refs:handle_post_kickoff (Results 1 – 2 of 2) 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.c2172 if (phys->ops.handle_post_kickoff) in dpu_encoder_kickoff()
2173 phys->ops.handle_post_kickoff(phys); in dpu_encoder_kickoff()