/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_fbdev.c | 127 .gamma_set = armada_drm_crtc_gamma_set,
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_fb_helper.c | 248 if (crtc->funcs->gamma_set == NULL) in drm_fb_helper_restore_lut_atomic() 255 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size); in drm_fb_helper_restore_lut_atomic() 1004 if (WARN_ON(!fb_helper->funcs->gamma_set || in setcolreg() 1023 fb_helper->funcs->gamma_set(crtc, red, in setcolreg() 1032 fb_helper->funcs->gamma_set(crtc, r, in setcolreg() 1039 fb_helper->funcs->gamma_set(crtc, red, green, blue, pindex); in setcolreg()
|
D | drm_crtc.c | 5107 if (crtc->funcs->gamma_set == NULL) { in drm_mode_gamma_set_ioctl() 5137 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size); in drm_mode_gamma_set_ioctl()
|
/linux-4.4.14/drivers/gpu/drm/bochs/ |
D | bochs_fbdev.c | 179 .gamma_set = bochs_fb_gamma_set,
|
D | bochs_kms.c | 130 .gamma_set = bochs_crtc_gamma_set,
|
/linux-4.4.14/include/drm/ |
D | drm_fb_helper.h | 89 void (*gamma_set)(struct drm_crtc *crtc, u16 red, u16 green, member
|
D | drm_crtc.h | 358 void (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, member
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_fbdev.c | 204 .gamma_set = msm_crtc_fb_gamma_set,
|
/linux-4.4.14/drivers/gpu/drm/mgag200/ |
D | mgag200_fb.c | 264 .gamma_set = mga_crtc_fb_gamma_set,
|
D | mgag200_mode.c | 1405 .gamma_set = mga_crtc_gamma_set,
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_fb.c | 318 .gamma_set = radeon_crtc_fb_gamma_set,
|
D | radeon_display.c | 693 .gamma_set = radeon_crtc_gamma_set,
|
/linux-4.4.14/drivers/gpu/drm/cirrus/ |
D | cirrus_fbdev.c | 271 .gamma_set = cirrus_crtc_fb_gamma_set,
|
D | cirrus_mode.c | 368 .gamma_set = cirrus_crtc_gamma_set,
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_fb.c | 322 .gamma_set = amdgpu_crtc_fb_gamma_set,
|
D | dce_v8_0.c | 2592 .gamma_set = dce_v8_0_crtc_gamma_set,
|
D | dce_v11_0.c | 2669 .gamma_set = dce_v11_0_crtc_gamma_set,
|
D | dce_v10_0.c | 2680 .gamma_set = dce_v10_0_crtc_gamma_set,
|
/linux-4.4.14/drivers/gpu/drm/ast/ |
D | ast_fb.c | 283 .gamma_set = ast_fb_gamma_set,
|
D | ast_mode.c | 662 .gamma_set = ast_crtc_gamma_set,
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ldu.c | 302 .gamma_set = vmw_du_crtc_gamma_set,
|
D | vmwgfx_stdu.c | 1048 .gamma_set = vmw_du_crtc_gamma_set,
|
D | vmwgfx_scrn.c | 538 .gamma_set = vmw_du_crtc_gamma_set,
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_display.c | 176 .gamma_set = virtio_gpu_crtc_gamma_set,
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | psb_intel_display.c | 446 .gamma_set = gma_crtc_gamma_set,
|
D | framebuffer.c | 555 .gamma_set = psbfb_gamma_set,
|
D | cdv_intel_display.c | 990 .gamma_set = gma_crtc_gamma_set,
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_fbcon.c | 495 .gamma_set = nouveau_fbcon_gamma_set,
|
D | nv50_display.c | 1421 .gamma_set = nv50_crtc_gamma_set,
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_fbdev.c | 515 .gamma_set = intel_crtc_fb_gamma_set,
|
D | intel_display.c | 13330 .gamma_set = intel_crtc_gamma_set,
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 1088 .gamma_set = nv_crtc_gamma_set,
|