Searched refs:nb_stages (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_cfg.c | 77 .nb_stages = 5, 160 .nb_stages = 2, 241 .nb_stages = 5, 340 .nb_stages = 5, 422 .nb_stages = 8, 494 .nb_stages = 8, 592 .nb_stages = 8, 698 .nb_stages = 8, 808 .nb_stages = 8, 896 .nb_stages = 5, [all …]
|
D | mdp5_cfg.h | 44 uint32_t nb_stages; /* number of stages per blender */ member
|
D | mdp5_crtc.c | 773 if ((cnt + start - 1) >= hw_cfg->lm.nb_stages) { in mdp5_crtc_atomic_check() 781 pstates[i].state->stage = hw_cfg->lm.nb_stages; in mdp5_crtc_atomic_check()
|