gamma_set        2475 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	.gamma_set = dce_v10_0_crtc_gamma_set,
gamma_set        2554 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	.gamma_set = dce_v11_0_crtc_gamma_set,
gamma_set        2367 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	.gamma_set = dce_v6_0_crtc_gamma_set,
gamma_set        2376 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	.gamma_set = dce_v8_0_crtc_gamma_set,
gamma_set         122 drivers/gpu/drm/amd/amdgpu/dce_virtual.c 	.gamma_set = dce_virtual_crtc_gamma_set,
gamma_set        3799 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	.gamma_set = drm_atomic_helper_legacy_gamma_set,
gamma_set         493 drivers/gpu/drm/arm/display/komeda/komeda_crtc.c 	.gamma_set		= drm_atomic_helper_legacy_gamma_set,
gamma_set         509 drivers/gpu/drm/arm/malidp_crtc.c 	.gamma_set = drm_atomic_helper_legacy_gamma_set,
gamma_set         813 drivers/gpu/drm/armada/armada_crtc.c 	.gamma_set	= drm_atomic_helper_legacy_gamma_set,
gamma_set         666 drivers/gpu/drm/ast/ast_mode.c 	.gamma_set = ast_crtc_gamma_set,
gamma_set         477 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c 	.gamma_set = drm_atomic_helper_legacy_gamma_set,
gamma_set         255 drivers/gpu/drm/drm_color_mgmt.c 	if (crtc->funcs->gamma_set == NULL)
gamma_set         283 drivers/gpu/drm/drm_color_mgmt.c 	ret = crtc->funcs->gamma_set(crtc, r_base, g_base, b_base,
gamma_set         137 drivers/gpu/drm/drm_fb_helper.c 	if (crtc->funcs->gamma_set == NULL)
gamma_set         144 drivers/gpu/drm/drm_fb_helper.c 	crtc->funcs->gamma_set(crtc, r_base, g_base, b_base,
gamma_set         964 drivers/gpu/drm/drm_fb_helper.c 		if (!crtc->funcs->gamma_set || !crtc->gamma_size)
gamma_set         978 drivers/gpu/drm/drm_fb_helper.c 		ret = crtc->funcs->gamma_set(crtc, r, g, b,
gamma_set         977 drivers/gpu/drm/gma500/cdv_intel_display.c 	.gamma_set = gma_crtc_gamma_set,
gamma_set         432 drivers/gpu/drm/gma500/psb_intel_display.c 	.gamma_set = gma_crtc_gamma_set,
gamma_set        15036 drivers/gpu/drm/i915/display/intel_display.c 	.gamma_set = drm_atomic_helper_legacy_gamma_set, \
gamma_set         561 drivers/gpu/drm/ingenic/ingenic-drm.c 	.gamma_set		= drm_atomic_helper_legacy_gamma_set,
gamma_set         483 drivers/gpu/drm/mediatek/mtk_drm_crtc.c 	.gamma_set		= drm_atomic_helper_legacy_gamma_set,
gamma_set         600 drivers/gpu/drm/mediatek/mtk_drm_crtc.c 		if (comp->funcs && comp->funcs->gamma_set)
gamma_set         168 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c 	.gamma_set = mtk_gamma_set,
gamma_set         175 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c 	.gamma_set = mtk_gamma_set,
gamma_set          78 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h 	void (*gamma_set)(struct mtk_ddp_comp *comp,
gamma_set         157 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h 	if (comp->funcs && comp->funcs->gamma_set)
gamma_set         158 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h 		comp->funcs->gamma_set(comp, state);
gamma_set        1418 drivers/gpu/drm/mgag200/mgag200_mode.c 	.gamma_set = mga_crtc_gamma_set,
gamma_set        1247 drivers/gpu/drm/nouveau/dispnv04/crtc.c 	.gamma_set = nv_crtc_gamma_set,
gamma_set         468 drivers/gpu/drm/nouveau/dispnv50/head.c 	.gamma_set = drm_atomic_helper_legacy_gamma_set,
gamma_set         738 drivers/gpu/drm/omapdrm/omap_crtc.c 	.gamma_set = drm_atomic_helper_legacy_gamma_set,
gamma_set         765 drivers/gpu/drm/radeon/radeon_connectors.c 			crtc->funcs->gamma_set(crtc, NULL, NULL, NULL, 0, NULL);
gamma_set         667 drivers/gpu/drm/radeon/radeon_display.c 	.gamma_set = radeon_crtc_gamma_set,
gamma_set         727 drivers/gpu/drm/stm/ltdc.c 	.gamma_set = drm_atomic_helper_legacy_gamma_set,
gamma_set        1030 drivers/gpu/drm/vc4/vc4_crtc.c 	.gamma_set = drm_atomic_helper_legacy_gamma_set,
gamma_set         233 drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c 	.gamma_set = vmw_du_crtc_gamma_set,
gamma_set         315 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c 	.gamma_set = vmw_du_crtc_gamma_set,
gamma_set         912 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	.gamma_set = vmw_du_crtc_gamma_set,
gamma_set         481 include/drm/drm_crtc.h 	int (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b,