Searched refs:gamma_store (Results 1 – 4 of 4) sorted by relevance
525 r_base = gma_crtc->base.gamma_store; in psb_intel_crtc_init()
718 kfree(crtc->gamma_store); in drm_crtc_cleanup()719 crtc->gamma_store = NULL; in drm_crtc_cleanup()5063 crtc->gamma_store = kcalloc(gamma_size, sizeof(uint16_t) * 3, in drm_mode_crtc_set_gamma_size()5065 if (!crtc->gamma_store) { in drm_mode_crtc_set_gamma_size()5119 r_base = crtc->gamma_store; in drm_mode_gamma_set_ioctl()5186 r_base = crtc->gamma_store; in drm_mode_gamma_get_ioctl()
236 r_base = crtc->gamma_store; in drm_fb_helper_save_lut_atomic()251 r_base = crtc->gamma_store; in drm_fb_helper_restore_lut_atomic()
463 uint16_t *gamma_store; member