Lines Matching defs:smp
32 struct mdp5_kms *get_kms(struct mdp5_smp *smp) in get_kms()
62 static int smp_request_block(struct mdp5_smp *smp, in smp_request_block()
96 static void set_fifo_thresholds(struct mdp5_smp *smp, in set_fifo_thresholds()
116 uint32_t mdp5_smp_calculate(struct mdp5_smp *smp, in mdp5_smp_calculate()
164 int mdp5_smp_assign(struct mdp5_smp *smp, struct mdp5_smp_state *state, in mdp5_smp_assign()
195 void mdp5_smp_release(struct mdp5_smp *smp, struct mdp5_smp_state *state, in mdp5_smp_release()
218 static unsigned update_smp_state(struct mdp5_smp *smp, in update_smp_state()
255 static void write_smp_alloc_regs(struct mdp5_smp *smp) in write_smp_alloc_regs()
270 static void write_smp_fifo_regs(struct mdp5_smp *smp) in write_smp_fifo_regs()
288 void mdp5_smp_prepare_commit(struct mdp5_smp *smp, struct mdp5_smp_state *state) in mdp5_smp_prepare_commit()
314 void mdp5_smp_complete_commit(struct mdp5_smp *smp, struct mdp5_smp_state *state) in mdp5_smp_complete_commit()
328 void mdp5_smp_dump(struct mdp5_smp *smp, struct drm_printer *p) in mdp5_smp_dump()
373 void mdp5_smp_destroy(struct mdp5_smp *smp) in mdp5_smp_destroy()
382 struct mdp5_smp *smp = NULL; in mdp5_smp_init() local