Home
last modified time | relevance | path

Searched refs:mdp5_smp (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_smp.h72 struct mdp5_smp;
80 struct mdp5_smp *mdp5_smp_init(struct mdp5_kms *mdp5_kms,
82 void mdp5_smp_destroy(struct mdp5_smp *smp);
84 void mdp5_smp_dump(struct mdp5_smp *smp, struct drm_printer *p);
86 uint32_t mdp5_smp_calculate(struct mdp5_smp *smp,
90 int mdp5_smp_assign(struct mdp5_smp *smp, struct mdp5_smp_state *state,
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);
Dmdp5_smp.c24 struct mdp5_smp { struct
41 struct mdp5_kms *get_kms(struct mdp5_smp *smp) in get_kms() argument
71 static int smp_request_block(struct mdp5_smp *smp, in smp_request_block()
105 static void set_fifo_thresholds(struct mdp5_smp *smp, in set_fifo_thresholds()
125 uint32_t mdp5_smp_calculate(struct mdp5_smp *smp, in mdp5_smp_calculate()
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()
228 static unsigned update_smp_state(struct mdp5_smp *smp, in update_smp_state()
265 static void write_smp_alloc_regs(struct mdp5_smp *smp) in write_smp_alloc_regs()
280 static void write_smp_fifo_regs(struct mdp5_smp *smp) in write_smp_fifo_regs()
[all …]
Dmdp5_kms.h57 struct mdp5_smp *smp;
/Linux-v4.19/drivers/gpu/drm/msm/
DMakefile51 disp/mdp5/mdp5_smp.o \