Searched refs:post_clamp (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/msm/disp/ |
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 },
|
D | mdp_kms.h | 137 uint32_t post_clamp[6]; member
|
/drivers/gpu/drm/msm/disp/mdp4/ |
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()
|
/drivers/gpu/drm/msm/disp/mdp5/ |
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()
|