Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/msm/disp/
A Dmdp_format.c25 .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 },
A Dmdp_kms.h137 uint32_t post_clamp[6]; member
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/mdp4/
A Dmdp4_plane.c199 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()
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/mdp5/
A Dmdp5_plane.c548 uint32_t *post_clamp = csc->post_clamp; in csc_enable() local
555 MDP5_PIPE_CSC_1_POST_CLAMP_REG_HIGH(post_clamp[2*i+1]) | in csc_enable()
556 MDP5_PIPE_CSC_1_POST_CLAMP_REG_LOW(post_clamp[2*i])); in csc_enable()

Completed in 8 milliseconds