Searched refs:blkcfg (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_pipe.c | 21 uint32_t caps, uint32_t blkcfg, in mdp5_pipe_assign() argument 113 (*hwpipe)->pipe, blkcfg); in mdp5_pipe_assign() 117 (*hwpipe)->blkcfg = blkcfg; in mdp5_pipe_assign()
|
D | mdp5_pipe.h | 39 uint32_t blkcfg; member 48 uint32_t caps, uint32_t blkcfg,
|
D | mdp5_smp.c | 133 uint32_t blkcfg = 0; in mdp5_smp_calculate() local 168 blkcfg |= (n << (8 * i)); in mdp5_smp_calculate() 171 return blkcfg; in mdp5_smp_calculate() 175 enum mdp5_pipe pipe, uint32_t blkcfg) in mdp5_smp_assign() argument 183 int n = blkcfg & 0xff; in mdp5_smp_assign() 196 blkcfg >>= 8; in mdp5_smp_assign()
|
D | mdp5_smp.h | 91 enum mdp5_pipe pipe, uint32_t blkcfg);
|
D | mdp5_plane.c | 321 uint32_t blkcfg = 0; in mdp5_plane_atomic_check_with_state() local 362 blkcfg = mdp5_smp_calculate(mdp5_kms->smp, format, in mdp5_plane_atomic_check_with_state() 365 if (mdp5_state->hwpipe && (mdp5_state->hwpipe->blkcfg != blkcfg)) in mdp5_plane_atomic_check_with_state() 382 blkcfg, &new_hwpipe, in mdp5_plane_atomic_check_with_state()
|