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

/solaris-x11-s11/open-src/kernel/efb/src/
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
408 __u32 gamma_size; member in struct:drm_mode_crtc_lut
/solaris-x11-s11/open-src/kernel/sys/drm/
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
408 __u32 gamma_size; member in struct:drm_mode_crtc_lut
H A Ddrm_crtc.h387 * @gamma_size: size of gamma ramp
436 uint32_t gamma_size; member in struct:drm_crtc
998 int gamma_size);
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_fb_helper.c138 g_base = r_base + crtc->gamma_size;
139 b_base = g_base + crtc->gamma_size;
141 for (i = 0; i < crtc->gamma_size; i++)
153 g_base = r_base + crtc->gamma_size;
154 b_base = g_base + crtc->gamma_size;
156 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size);
327 int gamma_size = 0; local
377 if (gamma_size == 0)
378 gamma_size = fb_helper->crtc_info[i].mode_set.crtc->gamma_size;
[all...]
H A Ddrm_crtc.c632 kfree(crtc->gamma_store, crtc->gamma_size * sizeof(uint16_t) * 3);
1496 crtc_resp->gamma_size = crtc->gamma_size;
1782 plane_resp->gamma_size = 0;
3341 int gamma_size)
3343 crtc->gamma_size = gamma_size;
3345 crtc->gamma_store = kzalloc(gamma_size * sizeof(uint16_t) * 3, GFP_KERNEL);
3347 crtc->gamma_size = 0;
3381 if (crtc_lut->gamma_size !
3340 drm_mode_crtc_set_gamma_size(struct drm_crtc *crtc, int gamma_size) argument
[all...]

Completed in 2088 milliseconds