gamma_size       2136 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	g = r + crtc->gamma_size;
gamma_size       2137 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	b = g + crtc->gamma_size;
gamma_size       2172 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	g = r + crtc->gamma_size;
gamma_size       2173 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	b = g + crtc->gamma_size;
gamma_size       2063 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	g = r + crtc->gamma_size;
gamma_size       2064 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	b = g + crtc->gamma_size;
gamma_size       2035 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	g = r + crtc->gamma_size;
gamma_size       2036 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	b = g + crtc->gamma_size;
gamma_size         78 drivers/gpu/drm/ast/ast_mode.c 	g = r + crtc->gamma_size;
gamma_size         79 drivers/gpu/drm/ast/ast_mode.c 	b = g + crtc->gamma_size;
gamma_size        196 drivers/gpu/drm/drm_color_mgmt.c 				 int gamma_size)
gamma_size        201 drivers/gpu/drm/drm_color_mgmt.c 	crtc->gamma_size = gamma_size;
gamma_size        203 drivers/gpu/drm/drm_color_mgmt.c 	crtc->gamma_store = kcalloc(gamma_size, sizeof(uint16_t) * 3,
gamma_size        206 drivers/gpu/drm/drm_color_mgmt.c 		crtc->gamma_size = 0;
gamma_size        211 drivers/gpu/drm/drm_color_mgmt.c 	g_base = r_base + gamma_size;
gamma_size        212 drivers/gpu/drm/drm_color_mgmt.c 	b_base = g_base + gamma_size;
gamma_size        213 drivers/gpu/drm/drm_color_mgmt.c 	for (i = 0; i < gamma_size; i++) {
gamma_size        259 drivers/gpu/drm/drm_color_mgmt.c 	if (crtc_lut->gamma_size != crtc->gamma_size)
gamma_size        264 drivers/gpu/drm/drm_color_mgmt.c 	size = crtc_lut->gamma_size * (sizeof(uint16_t));
gamma_size        284 drivers/gpu/drm/drm_color_mgmt.c 				     crtc->gamma_size, &ctx);
gamma_size        324 drivers/gpu/drm/drm_color_mgmt.c 	if (crtc_lut->gamma_size != crtc->gamma_size)
gamma_size        328 drivers/gpu/drm/drm_color_mgmt.c 	size = crtc_lut->gamma_size * (sizeof(uint16_t));
gamma_size        375 drivers/gpu/drm/drm_crtc.c 	crtc_resp->gamma_size = crtc->gamma_size;
gamma_size        141 drivers/gpu/drm/drm_fb_helper.c 	g_base = r_base + crtc->gamma_size;
gamma_size        142 drivers/gpu/drm/drm_fb_helper.c 	b_base = g_base + crtc->gamma_size;
gamma_size        145 drivers/gpu/drm/drm_fb_helper.c 			       crtc->gamma_size, NULL);
gamma_size        964 drivers/gpu/drm/drm_fb_helper.c 		if (!crtc->funcs->gamma_set || !crtc->gamma_size)
gamma_size        967 drivers/gpu/drm/drm_fb_helper.c 		if (cmap->start + cmap->len > crtc->gamma_size)
gamma_size        971 drivers/gpu/drm/drm_fb_helper.c 		g = r + crtc->gamma_size;
gamma_size        972 drivers/gpu/drm/drm_fb_helper.c 		b = g + crtc->gamma_size;
gamma_size        979 drivers/gpu/drm/drm_fb_helper.c 					     crtc->gamma_size, NULL);
gamma_size        994 drivers/gpu/drm/drm_fb_helper.c 	int size = crtc->gamma_size;
gamma_size       1007 drivers/gpu/drm/drm_fb_helper.c 		u16 *g = r + crtc->gamma_size;
gamma_size       1008 drivers/gpu/drm/drm_fb_helper.c 		u16 *b = g + crtc->gamma_size;
gamma_size       1088 drivers/gpu/drm/drm_fb_helper.c 		g = r + crtc->gamma_size;
gamma_size       1089 drivers/gpu/drm/drm_fb_helper.c 		b = g + crtc->gamma_size;
gamma_size        546 drivers/gpu/drm/drm_plane.c 	plane_resp->gamma_size = 0;
gamma_size        151 drivers/gpu/drm/gma500/gma_display.c 	g = r + crtc->gamma_size;
gamma_size        152 drivers/gpu/drm/gma500/gma_display.c 	b = g + crtc->gamma_size;
gamma_size         39 drivers/gpu/drm/mgag200/mgag200_mode.c 	g_ptr = r_ptr + crtc->gamma_size;
gamma_size         40 drivers/gpu/drm/mgag200/mgag200_mode.c 	b_ptr = g_ptr + crtc->gamma_size;
gamma_size        772 drivers/gpu/drm/nouveau/dispnv04/crtc.c 	g = r + crtc->gamma_size;
gamma_size        773 drivers/gpu/drm/nouveau/dispnv04/crtc.c 	b = g + crtc->gamma_size;
gamma_size         73 drivers/gpu/drm/radeon/radeon_display.c 	g = r + crtc->gamma_size;
gamma_size         74 drivers/gpu/drm/radeon/radeon_display.c 	b = g + crtc->gamma_size;
gamma_size        110 drivers/gpu/drm/radeon/radeon_display.c 	g = r + crtc->gamma_size;
gamma_size        111 drivers/gpu/drm/radeon/radeon_display.c 	b = g + crtc->gamma_size;
gamma_size        158 drivers/gpu/drm/radeon/radeon_display.c 	g = r + crtc->gamma_size;
gamma_size        159 drivers/gpu/drm/radeon/radeon_display.c 	b = g + crtc->gamma_size;
gamma_size        210 drivers/gpu/drm/radeon/radeon_display.c 	g = r + crtc->gamma_size;
gamma_size        211 drivers/gpu/drm/radeon/radeon_display.c 	b = g + crtc->gamma_size;
gamma_size        224 drivers/gpu/drm/vc4/vc4_crtc.c 		  (vc4_crtc->channel * 3 * crtc->gamma_size));
gamma_size        226 drivers/gpu/drm/vc4/vc4_crtc.c 	for (i = 0; i < crtc->gamma_size; i++)
gamma_size        228 drivers/gpu/drm/vc4/vc4_crtc.c 	for (i = 0; i < crtc->gamma_size; i++)
gamma_size        230 drivers/gpu/drm/vc4/vc4_crtc.c 	for (i = 0; i < crtc->gamma_size; i++)
gamma_size       1171 drivers/gpu/drm/vc4/vc4_crtc.c 	drm_crtc_enable_color_mgmt(crtc, 0, false, crtc->gamma_size);
gamma_size       1176 drivers/gpu/drm/vc4/vc4_crtc.c 	drm_crtc_enable_color_mgmt(crtc, 0, true, crtc->gamma_size);
gamma_size       1218 drivers/gpu/drm/vc4/vc4_crtc.c 	for (i = 0; i < crtc->gamma_size; i++) {
gamma_size         40 include/drm/drm_color_mgmt.h 				 int gamma_size);
gamma_size       1011 include/drm/drm_crtc.h 	uint32_t gamma_size;
gamma_size        266 include/uapi/drm/drm_mode.h 	__u32 gamma_size;
gamma_size        301 include/uapi/drm/drm_mode.h 	__u32 gamma_size;
gamma_size        616 include/uapi/drm/drm_mode.h 	__u32 gamma_size;