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

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon.h 537 int pciAperSize;
radeon_driver.c 158 { OPTION_PCIAPER_SIZE, "PCIAPERSize", OPTV_INTEGER, {0}, FALSE },
2452 info->dri->pciAperSize = RADEON_DEFAULT_PCI_APER_SIZE;
2487 OPTION_PCIAPER_SIZE, &(info->dri->pciAperSize))) {
2488 switch(info->dri->pciAperSize) {
2497 info->dri->pciAperSize);
radeon_dri.c 2323 num_pages = (info->dri->pciAperSize * 1024 * 1024) / 4096;

Completed in 12 milliseconds