Searched refs:mdp5_smp_state (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_smp.h | 57 struct mdp5_smp_state { struct 90 int mdp5_smp_assign(struct mdp5_smp *smp, struct mdp5_smp_state *state, argument 92 void mdp5_smp_release(struct mdp5_smp *smp, struct mdp5_smp_state *state, 95 void mdp5_smp_prepare_commit(struct mdp5_smp *smp, struct mdp5_smp_state *state); 96 void mdp5_smp_complete_commit(struct mdp5_smp *smp, struct mdp5_smp_state *state);
|
D | mdp5_smp.c | 72 struct mdp5_smp_state *state, in smp_request_block() 174 int mdp5_smp_assign(struct mdp5_smp *smp, struct mdp5_smp_state *state, in mdp5_smp_assign() 205 void mdp5_smp_release(struct mdp5_smp *smp, struct mdp5_smp_state *state, in mdp5_smp_release() 298 void mdp5_smp_prepare_commit(struct mdp5_smp *smp, struct mdp5_smp_state *state) in mdp5_smp_prepare_commit() 324 void mdp5_smp_complete_commit(struct mdp5_smp *smp, struct mdp5_smp_state *state) in mdp5_smp_complete_commit() 342 struct mdp5_smp_state *state; in mdp5_smp_dump() 390 struct mdp5_smp_state *state; in mdp5_smp_init()
|
D | mdp5_kms.h | 95 struct mdp5_smp_state smp;
|