Searched defs:b_base (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_fb_helper.c | 131 uint16_t *r_base, *g_base, *b_base; local 139 b_base = g_base + crtc->gamma_size; 142 helper->funcs->gamma_get(crtc, &r_base[i], &g_base[i], &b_base[i], i); 147 uint16_t *r_base, *g_base, *b_base; local 154 b_base = g_base + crtc->gamma_size; 156 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size);
|
H A D | drm_crtc.c | 3360 void *r_base, *g_base, *b_base; local 3399 b_base = (void *)((uintptr_t)g_base + size); 3400 if (DRM_COPY_FROM_USER(b_base, (void __user *)(unsigned long)crtc_lut->blue, size)) { 3405 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size); 3419 void *r_base, *g_base, *b_base; local 3453 b_base = (void *)((long)g_base + size); 3454 if (DRM_COPY_TO_USER((void __user *)(unsigned long)crtc_lut->blue, b_base, size)) {
|
Completed in 124 milliseconds