Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
A Ddrm_color_mgmt.c205 uint16_t *r_base, *g_base, *b_base; in drm_mode_crtc_set_gamma_size() local
218 g_base = r_base + gamma_size; in drm_mode_crtc_set_gamma_size()
219 b_base = g_base + gamma_size; in drm_mode_crtc_set_gamma_size()
222 g_base[i] = i << 8; in drm_mode_crtc_set_gamma_size()
360 void *r_base, *g_base, *b_base; in drm_mode_gamma_set_ioctl() local
388 g_base = r_base + size; in drm_mode_gamma_set_ioctl()
394 b_base = g_base + size; in drm_mode_gamma_set_ioctl()
400 ret = drm_crtc_legacy_gamma_set(crtc, r_base, g_base, b_base, in drm_mode_gamma_set_ioctl()
429 void *r_base, *g_base, *b_base; in drm_mode_gamma_get_ioctl() local
452 g_base = r_base + size; in drm_mode_gamma_get_ioctl()
[all …]
A Ddrm_fb_helper.c137 uint16_t *r_base, *g_base, *b_base; in drm_fb_helper_restore_lut_atomic() local
143 g_base = r_base + crtc->gamma_size; in drm_fb_helper_restore_lut_atomic()
144 b_base = g_base + crtc->gamma_size; in drm_fb_helper_restore_lut_atomic()
146 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, in drm_fb_helper_restore_lut_atomic()

Completed in 9 milliseconds