HomeSort by: relevance | last modified time | path
    Searched refs:use_gamma_lut (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
drmmode_display.h 210 Bool use_gamma_lut; member in struct:__anon10025
drmmode_display.c 794 if (ctm && drmmode_crtc->use_gamma_lut && !ctm_is_identity(ctm)) {
1782 if (drmmode_crtc->use_gamma_lut) {
2427 drmmode_crtc->use_gamma_lut = drmmode_crtc->props[DRMMODE_CRTC_GAMMA_LUT_SIZE].value <= 4096;
2430 drmmode_crtc->use_gamma_lut = xf86ReturnOptValBool(drmmode->Options,
2432 drmmode_crtc->use_gamma_lut);
2434 drmmode_crtc->use_gamma_lut = FALSE;
2437 if (drmmode_crtc->use_gamma_lut &&
3912 if (!drmmode_crtc->use_gamma_lut)

Completed in 7 milliseconds