Searched refs:dac6bits (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_drv.h263 Bool dac6bits; /* Use 6 bit DAC? */ member in struct:__anon164a9d390308
H A Damdgpu_kms.c1351 info->dac6bits = FALSE;
1364 pScrn->rgbBits, info->dac6bits ? 6 : 8);
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_driver.c722 if (info->dac6bits) {
728 info->dac6bits = FALSE;
738 pScrn->rgbBits, info->dac6bits ? 6 : 8);
1234 info->dac6bits = xf86ReturnOptValBool(info->Options,
2217 if (!xf86HandleColormaps(pScreen, 256, info->dac6bits ? 6 : 8,
H A Dr128.h358 Bool dac6bits; /* Use 6 bit DAC? */ member in struct:__anona5d7874c0508
H A Dr128_output.c71 (info->dac6bits ? 0 : R128_DAC_8BIT_EN));
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon.h527 Bool dac6bits; /* Use 6 bit DAC? */ member in struct:__anon5a499fe10208
H A Dradeon_kms.c1384 info->dac6bits = FALSE;
1396 pScrn->rgbBits, info->dac6bits ? 6 : 8);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon.h882 Bool dac6bits; /* Use 6 bit DAC? */ member in struct:__anonb194aea90e08
H A Dradeon_driver.c1384 info->dac6bits = FALSE;
1394 info->dac6bits = TRUE;
1400 pScrn->rgbBits, info->dac6bits ? 6 : 8);
H A Dlegacy_output.c1517 | (info->dac6bits ? 0 : RADEON_DAC_8BIT_EN));

Completed in 26 milliseconds