Home
last modified time | relevance | path

Searched refs:post_clamp (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/
A Dmdp_format.c23 .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 },
A Dmdp_kms.h137 uint32_t post_clamp[6]; member
/linux/drivers/gpu/drm/msm/disp/mdp4/
A Dmdp4_plane.c183 for (i = 0; i < ARRAY_SIZE(csc->post_clamp) ; i++) { in mdp4_write_csc_config()
188 csc->post_clamp[i]); in mdp4_write_csc_config()
/linux/drivers/gpu/drm/msm/disp/mdp5/
A Dmdp5_plane.c516 uint32_t *post_clamp = csc->post_clamp; in csc_enable() local
523 MDP5_PIPE_CSC_1_POST_CLAMP_REG_HIGH(post_clamp[2*i+1]) | in csc_enable()
524 MDP5_PIPE_CSC_1_POST_CLAMP_REG_LOW(post_clamp[2*i])); in csc_enable()

Completed in 7 milliseconds