OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_base
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_color_mgmt.c
213
uint16_t *r_base, *
g_base
, *b_base;
local
226
g_base
= r_base + gamma_size;
227
b_base =
g_base
+ gamma_size;
230
g_base
[i] = i << 8;
258
void *r_base, *
g_base
, *b_base;
local
286
g_base
= (char *)r_base + size;
287
if (copy_from_user(
g_base
, (void __user *)(unsigned long)crtc_lut->green, size)) {
292
b_base = (char *)
g_base
+ size;
298
ret = crtc->funcs->gamma_set(crtc, r_base,
g_base
, b_base,
327
void *r_base, *
g_base
, *b_base
local
[
all
...]
drm_fb_helper.c
151
uint16_t *r_base, *
g_base
, *b_base;
local
157
g_base
= r_base + crtc->gamma_size;
158
b_base =
g_base
+ crtc->gamma_size;
160
crtc->funcs->gamma_set(crtc, r_base,
g_base
, b_base,
Completed in 19 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026