Searched refs:gamma_size (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mode.h122 __u32 gamma_size; member in struct:drm_mode_crtc
153 __u32 gamma_size; member in struct:drm_mode_get_plane
395 __u32 gamma_size; member in struct:drm_mode_crtc_lut
H A Ddrm_fb_helper.c240 g_base = r_base + crtc->gamma_size;
241 b_base = g_base + crtc->gamma_size;
243 for (i = 0; i < crtc->gamma_size; i++)
255 g_base = r_base + crtc->gamma_size;
256 b_base = g_base + crtc->gamma_size;
258 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size);
843 int gamma_size = 0; local
899 if (gamma_size == 0)
900 gamma_size = fb_helper->crtc_info[i].mode_set.crtc->gamma_size;
[all...]
H A Ddrm_crtc.c1421 crtc_resp->gamma_size = crtc->gamma_size;
1713 plane_resp->gamma_size = plane->gamma_size;
3432 int gamma_size)
3434 crtc->gamma_size = gamma_size;
3436 crtc->gamma_store = malloc(gamma_size * sizeof(uint16_t) * 3,
3439 crtc->gamma_size = 0;
3474 if (crtc_lut->gamma_size !
3431 drm_mode_crtc_set_gamma_size(struct drm_crtc *crtc, int gamma_size) argument
[all...]
H A Ddrm_crtc.h375 * @gamma_size: size of gamma ramp
411 uint32_t gamma_size; member in struct:drm_crtc
644 * @gamma_size: size of gamma table
665 uint32_t gamma_size; member in struct:drm_plane
982 int gamma_size);

Completed in 97 milliseconds