HomeSort by: relevance | last modified time | path
    Searched defs:b_base (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_color_mgmt.c 213 uint16_t *r_base, *g_base, *b_base; local
227 b_base = g_base + gamma_size;
231 b_base[i] = i << 8;
258 void *r_base, *g_base, *b_base; local
292 b_base = (char *)g_base + size;
293 if (copy_from_user(b_base, (void __user *)(unsigned long)crtc_lut->blue, size)) {
298 ret = crtc->funcs->gamma_set(crtc, r_base, g_base, b_base,
327 void *r_base, *g_base, *b_base; local
356 b_base = (char *)g_base + size;
357 if (copy_to_user((void __user *)(unsigned long)crtc_lut->blue, b_base, size))
    [all...]
drm_color_mgmt.c 213 uint16_t *r_base, *g_base, *b_base; local
227 b_base = g_base + gamma_size;
231 b_base[i] = i << 8;
258 void *r_base, *g_base, *b_base; local
292 b_base = (char *)g_base + size;
293 if (copy_from_user(b_base, (void __user *)(unsigned long)crtc_lut->blue, size)) {
298 ret = crtc->funcs->gamma_set(crtc, r_base, g_base, b_base,
327 void *r_base, *g_base, *b_base; local
356 b_base = (char *)g_base + size;
357 if (copy_to_user((void __user *)(unsigned long)crtc_lut->blue, b_base, size))
    [all...]
drm_fb_helper.c 151 uint16_t *r_base, *g_base, *b_base; local
158 b_base = g_base + crtc->gamma_size;
160 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base,
drm_fb_helper.c 151 uint16_t *r_base, *g_base, *b_base; local
158 b_base = g_base + crtc->gamma_size;
160 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base,

Completed in 37 milliseconds