Searched refs:gamma_store (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc.h376 * @gamma_store: gamma ramp values
412 uint16_t *gamma_store; member in struct:drm_crtc
645 * @gamma_store: gamma correction table
666 uint16_t *gamma_store; member in struct:drm_plane
H A Ddrm_fb_helper.c239 r_base = crtc->gamma_store;
254 r_base = crtc->gamma_store;
H A Ddrm_crtc.c463 free(crtc->gamma_store, DRM_MEM_KMS);
464 crtc->gamma_store = NULL;
3436 crtc->gamma_store = malloc(gamma_size * sizeof(uint16_t) * 3,
3438 if (!crtc->gamma_store) {
3480 r_base = crtc->gamma_store;
3534 r_base = crtc->gamma_store;

Completed in 63 milliseconds