Searched refs:gamma_get (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/include/drm/ |
D | drm_fb_helper.h | 91 void (*gamma_get)(struct drm_crtc *crtc, u16 *red, u16 *green, member
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_fbdev.c | 136 .gamma_get = armada_drm_crtc_gamma_get,
|
/linux-4.1.27/drivers/gpu/drm/bochs/ |
D | bochs_fbdev.c | 194 .gamma_get = bochs_fb_gamma_get,
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_fbdev.c | 218 .gamma_get = msm_crtc_fb_gamma_get,
|
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
D | mgag200_fb.c | 278 .gamma_get = mga_crtc_fb_gamma_get,
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_fb_helper.c | 209 if (helper->funcs->gamma_get == NULL) in drm_fb_helper_save_lut_atomic() 217 helper->funcs->gamma_get(crtc, &r_base[i], &g_base[i], &b_base[i], i); in drm_fb_helper_save_lut_atomic() 721 !fb_helper->funcs->gamma_get)) in setcolreg() 743 fb_helper->funcs->gamma_get(crtc, &r, in setcolreg()
|
/linux-4.1.27/drivers/gpu/drm/cirrus/ |
D | cirrus_fbdev.c | 297 .gamma_get = cirrus_crtc_fb_gamma_get,
|
/linux-4.1.27/drivers/gpu/drm/ast/ |
D | ast_fb.c | 293 .gamma_get = ast_fb_gamma_get,
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_fb.c | 367 .gamma_get = radeon_crtc_fb_gamma_get,
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_fbdev.c | 520 .gamma_get = intel_crtc_fb_gamma_get,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_fbcon.c | 511 .gamma_get = nouveau_fbcon_gamma_get,
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | framebuffer.c | 567 .gamma_get = psbfb_gamma_get,
|