Searched refs:post_bias (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/msm/mdp/ |
D | mdp_format.c | 32 .post_bias = { 0x0, 0x0, 0x0 }, 44 .post_bias = { 0x00, 0x00, 0x00 }, 56 .post_bias = { 0x10, 0x80, 0x80 }, 68 .post_bias = { 0x00, 0x00, 0x00 },
|
D | mdp_kms.h | 134 uint32_t post_bias[3]; member
|
/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_plane.c | 196 for (i = 0; i < ARRAY_SIZE(csc->post_bias) ; i++) { in mdp4_write_csc_config() 201 csc->post_bias[i]); in mdp4_write_csc_config()
|
/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_plane.c | 470 MDP5_PIPE_CSC_1_POST_BIAS_REG_VALUE(csc->post_bias[i])); in csc_enable()
|