Searched refs:mdp5_smp_state (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_smp.h | 46 struct mdp5_smp_state { struct 79 int mdp5_smp_assign(struct mdp5_smp *smp, struct mdp5_smp_state *state, argument 81 void mdp5_smp_release(struct mdp5_smp *smp, struct mdp5_smp_state *state, 84 void mdp5_smp_prepare_commit(struct mdp5_smp *smp, struct mdp5_smp_state *state); 85 void mdp5_smp_complete_commit(struct mdp5_smp *smp, struct mdp5_smp_state *state);
|
D | mdp5_smp.c | 63 struct mdp5_smp_state *state, in smp_request_block() 166 int mdp5_smp_assign(struct mdp5_smp *smp, struct mdp5_smp_state *state, in mdp5_smp_assign() 197 void mdp5_smp_release(struct mdp5_smp *smp, struct mdp5_smp_state *state, in mdp5_smp_release() 290 void mdp5_smp_prepare_commit(struct mdp5_smp *smp, struct mdp5_smp_state *state) in mdp5_smp_prepare_commit() 316 void mdp5_smp_complete_commit(struct mdp5_smp *smp, struct mdp5_smp_state *state) in mdp5_smp_complete_commit() 334 struct mdp5_smp_state *state; in mdp5_smp_dump() 382 struct mdp5_smp_state *state; in mdp5_smp_init()
|
D | mdp5_kms.h | 84 struct mdp5_smp_state smp;
|