Searched refs:post_clamp (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/ |
H A 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 },
|
H A D | mdp_kms.h | 132 uint32_t post_clamp[6]; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/ |
H A D | mdp_format.c | 25 .post_clamp = { 0x0, 0xff, 0x0, 0xff, 0x0, 0xff }, 37 .post_clamp = { 0x00, 0xff, 0x00, 0xff, 0x00, 0xff }, 49 .post_clamp = { 0x10, 0xeb, 0x10, 0xf0, 0x10, 0xf0 }, 61 .post_clamp = { 0x00, 0xff, 0x00, 0xff, 0x00, 0xff },
|
H A D | mdp_kms.h | 137 uint32_t post_clamp[6]; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/ |
H A 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-6.6/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_plane.c | 199 for (i = 0; i < ARRAY_SIZE(csc->post_clamp) ; i++) { in mdp4_write_csc_config() 204 csc->post_clamp[i]); in mdp4_write_csc_config()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_plane.c | 616 uint32_t *post_clamp = csc->post_clamp; in csc_enable() local 623 MDP5_PIPE_CSC_1_POST_CLAMP_REG_HIGH(post_clamp[2*i+1]) | in csc_enable() 624 MDP5_PIPE_CSC_1_POST_CLAMP_REG_LOW(post_clamp[2*i])); in csc_enable()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_plane.c | 547 uint32_t *post_clamp = csc->post_clamp; in csc_enable() local 554 MDP5_PIPE_CSC_1_POST_CLAMP_REG_HIGH(post_clamp[2*i+1]) | in csc_enable() 555 MDP5_PIPE_CSC_1_POST_CLAMP_REG_LOW(post_clamp[2*i])); in csc_enable()
|
Completed in 7 milliseconds