Searched refs:blkcfg (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_pipe.c | 10 uint32_t caps, uint32_t blkcfg, in mdp5_pipe_assign() argument 102 (*hwpipe)->pipe, blkcfg); in mdp5_pipe_assign() 106 (*hwpipe)->blkcfg = blkcfg; in mdp5_pipe_assign()
|
H A D | mdp5_smp.c | 124 uint32_t blkcfg = 0; in mdp5_smp_calculate() local 158 blkcfg |= (n << (8 * i)); in mdp5_smp_calculate() 161 return blkcfg; in mdp5_smp_calculate() 165 enum mdp5_pipe pipe, uint32_t blkcfg) in mdp5_smp_assign() argument 173 int n = blkcfg & 0xff; in mdp5_smp_assign() 186 blkcfg >>= 8; in mdp5_smp_assign()
|
H A D | mdp5_pipe.h | 28 uint32_t blkcfg; member 37 uint32_t caps, uint32_t blkcfg,
|
H A D | mdp5_smp.h | 81 enum mdp5_pipe pipe, uint32_t blkcfg);
|
H A D | mdp5_plane.c | 223 uint32_t blkcfg = 0; in mdp5_plane_atomic_check_with_state() local 264 blkcfg = mdp5_smp_calculate(mdp5_kms->smp, format, in mdp5_plane_atomic_check_with_state() 267 if (mdp5_state->hwpipe && (mdp5_state->hwpipe->blkcfg != blkcfg)) in mdp5_plane_atomic_check_with_state() 284 blkcfg, &new_hwpipe, in mdp5_plane_atomic_check_with_state()
|