Searched refs:pre_bias (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/msm/mdp/ |
D | mdp_format.c | 31 .pre_bias = { 0x0, 0x0, 0x0 }, 43 .pre_bias = { 0xfff0, 0xff80, 0xff80 }, 55 .pre_bias = { 0x00, 0x00, 0x00 }, 67 .pre_bias = { 0x00, 0x00, 0x00 },
|
D | mdp_kms.h | 133 uint32_t pre_bias[3]; member
|
/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_plane.c | 454 for (i = 0; i < ARRAY_SIZE(csc->pre_bias); i++) { in csc_enable() 467 MDP5_PIPE_CSC_1_PRE_BIAS_REG_VALUE(csc->pre_bias[i])); in csc_enable()
|
/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_plane.c | 198 csc->pre_bias[i]); in mdp4_write_csc_config()
|