Searched refs:pre_clamp (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/msm/disp/ | 
| D | mdp_format.c | 22 		.pre_clamp =	{ 0x0, 0xff, 0x0, 0xff, 0x0, 0xff }, 34 		.pre_clamp =	{ 0x00, 0xff, 0x00, 0xff, 0x00, 0xff }, 46 		.pre_clamp =	{ 0x00, 0xff, 0x00, 0xff, 0x00, 0xff }, 58 		.pre_clamp =	{ 0x00, 0xff, 0x00, 0xff, 0x00, 0xff },
  | 
| D | mdp_kms.h | 131 	uint32_t pre_clamp[6];  member
  | 
| /Linux-v5.10/drivers/gpu/drm/msm/disp/mdp5/ | 
| D | mdp5_plane.c | 601 		uint32_t *pre_clamp = csc->pre_clamp;  in csc_enable()  local 605 			MDP5_PIPE_CSC_1_PRE_CLAMP_REG_HIGH(pre_clamp[2*i+1]) |  in csc_enable() 606 			MDP5_PIPE_CSC_1_PRE_CLAMP_REG_LOW(pre_clamp[2*i]));  in csc_enable()
  | 
| /Linux-v5.10/drivers/gpu/drm/msm/disp/mdp4/ | 
| D | mdp4_plane.c | 183 				csc->pre_clamp[i]);  in mdp4_write_csc_config()
  |