Searched refs:g_base (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/
H A Ddrm_color_mgmt.c209 uint16_t *r_base, *g_base, *b_base; local
222 g_base = r_base + gamma_size;
223 b_base = g_base + gamma_size;
226 g_base[i] = i << 8;
364 void *r_base, *g_base, *b_base; local
392 g_base = r_base + size;
393 if (copy_from_user(g_base, (void __user *)(unsigned long)crtc_lut->green, size)) {
398 b_base = g_base + size;
404 ret = drm_crtc_legacy_gamma_set(crtc, r_base, g_base, b_base,
433 void *r_base, *g_base, *b_bas local
[all...]
H A Ddrm_fb_helper.c136 uint16_t *r_base, *g_base, *b_base; local
142 g_base = r_base + crtc->gamma_size;
143 b_base = g_base + crtc->gamma_size;
145 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base,

Completed in 89 milliseconds