Searched refs:gamma_set (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/drm2/ |
H A D | drm_fb_helper.h | 50 void (*gamma_set)(struct drm_crtc *crtc, u16 red, u16 green, member
|
H A D | drm_fb_helper.c | 249 if (crtc->funcs->gamma_set == NULL) 256 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size); 615 fb_helper->funcs->gamma_set(crtc, red, 624 fb_helper->funcs->gamma_set(crtc, r, 631 fb_helper->funcs->gamma_set(crtc, red, green, blue, pindex);
|
H A D | drm_crtc.h | 335 void (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, member
|
H A D | drm_crtc.c | 3430 if (crtc->funcs->gamma_set == NULL) { in drm_mode_gamma_set_ioctl() 3460 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size); in drm_mode_gamma_set_ioctl()
|