Searched refs:post_clamp (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/ |
D | mdp_format.c | 23 .post_clamp = { 0x0, 0xff, 0x0, 0xff, 0x0, 0xff }, 35 .post_clamp = { 0x00, 0xff, 0x00, 0xff, 0x00, 0xff }, 47 .post_clamp = { 0x10, 0xeb, 0x10, 0xf0, 0x10, 0xf0 }, 59 .post_clamp = { 0x00, 0xff, 0x00, 0xff, 0x00, 0xff },
|
D | mdp_kms.h | 132 uint32_t post_clamp[6]; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_plane.c | 181 for (i = 0; i < ARRAY_SIZE(csc->post_clamp) ; i++) { in mdp4_write_csc_config() 186 csc->post_clamp[i]); in mdp4_write_csc_config()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_plane.c | 617 uint32_t *post_clamp = csc->post_clamp; in csc_enable() local 624 MDP5_PIPE_CSC_1_POST_CLAMP_REG_HIGH(post_clamp[2*i+1]) | in csc_enable() 625 MDP5_PIPE_CSC_1_POST_CLAMP_REG_LOW(post_clamp[2*i])); in csc_enable()
|