Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/mdp/
Dmdp_format.c33 .pre_clamp = { 0x0, 0xff, 0x0, 0xff, 0x0, 0xff },
45 .pre_clamp = { 0x00, 0xff, 0x00, 0xff, 0x00, 0xff },
57 .pre_clamp = { 0x00, 0xff, 0x00, 0xff, 0x00, 0xff },
69 .pre_clamp = { 0x00, 0xff, 0x00, 0xff, 0x00, 0xff },
Dmdp_kms.h135 uint32_t pre_clamp[6]; member
/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_plane.c455 uint32_t *pre_clamp = csc->pre_clamp; in csc_enable() local
459 MDP5_PIPE_CSC_1_PRE_CLAMP_REG_HIGH(pre_clamp[2*i+1]) | in csc_enable()
460 MDP5_PIPE_CSC_1_PRE_CLAMP_REG_LOW(pre_clamp[2*i])); in csc_enable()
/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_plane.c206 csc->pre_clamp[i]); in mdp4_write_csc_config()