Searched refs:blkcfg (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_pipe.c | 10 uint32_t caps, uint32_t blkcfg, in mdp5_pipe_assign() 102 (*hwpipe)->pipe, blkcfg); in mdp5_pipe_assign() 106 (*hwpipe)->blkcfg = blkcfg; in mdp5_pipe_assign() 9 mdp5_pipe_assign(struct drm_atomic_state *s, struct drm_plane *plane, uint32_t caps, uint32_t blkcfg, struct mdp5_hw_pipe **hwpipe, struct mdp5_hw_pipe **r_hwpipe) mdp5_pipe_assign() argument
|
H A D | mdp5_pipe.h | 28 uint32_t blkcfg; member 37 uint32_t caps, uint32_t blkcfg,
|
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() 173 int n = blkcfg & 0xff; in mdp5_smp_assign() 186 blkcfg >>= 8; in mdp5_smp_assign() 164 mdp5_smp_assign(struct mdp5_smp *smp, struct mdp5_smp_state *state, enum mdp5_pipe pipe, uint32_t blkcfg) mdp5_smp_assign() argument
|
H A D | mdp5_smp.h | 80 enum mdp5_pipe pipe, uint32_t blkcfg);
|
H A D | mdp5_plane.c | 313 uint32_t blkcfg = 0; in mdp5_plane_atomic_check_with_state() local 354 blkcfg = mdp5_smp_calculate(mdp5_kms->smp, format, in mdp5_plane_atomic_check_with_state() 357 if (mdp5_state->hwpipe && (mdp5_state->hwpipe->blkcfg != blkcfg)) in mdp5_plane_atomic_check_with_state() 374 blkcfg, &new_hwpipe, in mdp5_plane_atomic_check_with_state()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_pipe.c | 10 uint32_t caps, uint32_t blkcfg, in mdp5_pipe_assign() 102 (*hwpipe)->pipe, blkcfg); in mdp5_pipe_assign() 106 (*hwpipe)->blkcfg = blkcfg; in mdp5_pipe_assign() 9 mdp5_pipe_assign(struct drm_atomic_state *s, struct drm_plane *plane, uint32_t caps, uint32_t blkcfg, struct mdp5_hw_pipe **hwpipe, struct mdp5_hw_pipe **r_hwpipe) mdp5_pipe_assign() argument
|
H A D | mdp5_pipe.h | 28 uint32_t blkcfg; member 37 uint32_t caps, uint32_t blkcfg,
|
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() 173 int n = blkcfg & 0xff; in mdp5_smp_assign() 186 blkcfg >>= 8; in mdp5_smp_assign() 164 mdp5_smp_assign(struct mdp5_smp *smp, struct mdp5_smp_state *state, enum mdp5_pipe pipe, uint32_t blkcfg) mdp5_smp_assign() argument
|
H A D | mdp5_smp.h | 80 enum mdp5_pipe pipe, uint32_t blkcfg);
|
H A D | mdp5_plane.c | 236 uint32_t blkcfg = 0; in mdp5_plane_atomic_check_with_state() local 277 blkcfg = mdp5_smp_calculate(mdp5_kms->smp, format, in mdp5_plane_atomic_check_with_state() 280 if (mdp5_state->hwpipe && (mdp5_state->hwpipe->blkcfg != blkcfg)) in mdp5_plane_atomic_check_with_state() 297 blkcfg, &new_hwpipe, in mdp5_plane_atomic_check_with_state()
|
Completed in 9 milliseconds