Searched refs:gamma_set (Results 1 – 26 of 26) sorted by relevance
/linux-4.1.27/include/drm/ |
D | drm_fb_helper.h | 89 void (*gamma_set)(struct drm_crtc *crtc, u16 red, u16 green, member
|
D | drm_crtc.h | 350 void (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, member
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_fb_helper.c | 224 if (crtc->funcs->gamma_set == NULL) in drm_fb_helper_restore_lut_atomic() 231 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size); in drm_fb_helper_restore_lut_atomic() 720 if (WARN_ON(!fb_helper->funcs->gamma_set || in setcolreg() 739 fb_helper->funcs->gamma_set(crtc, red, in setcolreg() 748 fb_helper->funcs->gamma_set(crtc, r, in setcolreg() 755 fb_helper->funcs->gamma_set(crtc, red, green, blue, pindex); in setcolreg()
|
D | drm_crtc.c | 4797 if (crtc->funcs->gamma_set == NULL) { in drm_mode_gamma_set_ioctl() 4827 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size); in drm_mode_gamma_set_ioctl()
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_fbdev.c | 135 .gamma_set = armada_drm_crtc_gamma_set,
|
/linux-4.1.27/drivers/gpu/drm/bochs/ |
D | bochs_fbdev.c | 193 .gamma_set = bochs_fb_gamma_set,
|
D | bochs_kms.c | 130 .gamma_set = bochs_crtc_gamma_set,
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_fbdev.c | 217 .gamma_set = msm_crtc_fb_gamma_set,
|
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
D | mgag200_fb.c | 277 .gamma_set = mga_crtc_fb_gamma_set,
|
D | mgag200_mode.c | 1298 .gamma_set = mga_crtc_gamma_set,
|
/linux-4.1.27/drivers/gpu/drm/cirrus/ |
D | cirrus_fbdev.c | 296 .gamma_set = cirrus_crtc_fb_gamma_set,
|
D | cirrus_mode.c | 368 .gamma_set = cirrus_crtc_gamma_set,
|
/linux-4.1.27/drivers/gpu/drm/ast/ |
D | ast_fb.c | 292 .gamma_set = ast_fb_gamma_set,
|
D | ast_mode.c | 660 .gamma_set = ast_crtc_gamma_set,
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_fb.c | 366 .gamma_set = radeon_crtc_fb_gamma_set,
|
D | radeon_display.c | 640 .gamma_set = radeon_crtc_gamma_set,
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ldu.c | 302 .gamma_set = vmw_du_crtc_gamma_set,
|
D | vmwgfx_scrn.c | 398 .gamma_set = vmw_du_crtc_gamma_set,
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | psb_intel_display.c | 446 .gamma_set = gma_crtc_gamma_set,
|
D | framebuffer.c | 566 .gamma_set = psbfb_gamma_set,
|
D | cdv_intel_display.c | 990 .gamma_set = gma_crtc_gamma_set,
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_fbdev.c | 519 .gamma_set = intel_crtc_fb_gamma_set,
|
D | intel_display.c | 12232 .gamma_set = intel_crtc_gamma_set,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_fbcon.c | 510 .gamma_set = nouveau_fbcon_gamma_set,
|
D | nv50_display.c | 1402 .gamma_set = nv50_crtc_gamma_set,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 1088 .gamma_set = nv_crtc_gamma_set,
|