Searched refs:pre_bias (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/ |
A D | mdp_format.c | 22 .pre_bias = { 0x0, 0x0, 0x0 }, 34 .pre_bias = { 0xfff0, 0xff80, 0xff80 }, 46 .pre_bias = { 0x00, 0x00, 0x00 }, 58 .pre_bias = { 0x00, 0x00, 0x00 },
|
A D | mdp_kms.h | 134 uint32_t pre_bias[3]; member
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/mdp4/ |
A D | mdp4_plane.c | 193 csc->pre_bias[i]); in mdp4_write_csc_config()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/mdp5/ |
A D | mdp5_plane.c | 546 for (i = 0; i < ARRAY_SIZE(csc->pre_bias); i++) { in csc_enable() 559 MDP5_PIPE_CSC_1_PRE_BIAS_REG_VALUE(csc->pre_bias[i])); in csc_enable()
|
Completed in 12 milliseconds