Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/disp/
H A Dmdp_format.c22 .pre_bias = { 0x0, 0x0, 0x0 },
34 .pre_bias = { 0xfff0, 0xff80, 0xff80 },
46 .pre_bias = { 0x00, 0x00, 0x00 },
58 .pre_bias = { 0x00, 0x00, 0x00 },
H A Dmdp_kms.h134 uint32_t pre_bias[3]; member
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_plane.c193 csc->pre_bias[i]); in mdp4_write_csc_config()
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_plane.c545 for (i = 0; i < ARRAY_SIZE(csc->pre_bias); i++) { in csc_enable()
558 MDP5_PIPE_CSC_1_PRE_BIAS_REG_VALUE(csc->pre_bias[i])); in csc_enable()