Searched refs:nb_stages (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_cfg.c | 77 .nb_stages = 5, 160 .nb_stages = 5, 259 .nb_stages = 5, 341 .nb_stages = 8, 413 .nb_stages = 8, 511 .nb_stages = 8, 617 .nb_stages = 8, 727 .nb_stages = 8, 815 .nb_stages = 5, 906 .nb_stages = 8, [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()
|