Searched refs:ringSize (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_dri.h51 int ringSize; member in struct:__anon460743830108
H A Di810_dri.c888 pI810DRI->ringSize = pI810->LpRing->mem.Size;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_dri.h51 int ringSize; member in struct:__anonf506c5370108
H A Di810_dri.c888 pI810DRI->ringSize = pI810->LpRing->mem.Size;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dri.h51 int ringSize; member in struct:__anonc833345a0108
H A Di810_dri.c996 pI810DRI->ringSize = pI810->LpRing->mem.Size;
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Dmach64_dri.h52 int ringSize; /* Size of ring (in kB) */ member in struct:__anon7b6ec2b60108
H A Datidri.c598 pATIDRIServer->ringSize = 16; /* 16 kB ring */
629 "[agp] Using %d kB for DMA descriptor ring\n", pATIDRIServer->ringSize);
638 pATIDRIServer->ringMapSize = pATIDRIServer->ringSize*1024; /* ringSize is in kB */
762 pATIDRIServer->ringSize = 16; /* 16 kB ring */
769 pATIDRIServer->ringMapSize = pATIDRIServer->ringSize*1024; /* ringSize is in kB */
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_dri.c311 info->ringMapSize = info->ringSize*1024*1024 + r128_drm_page_size;
312 info->ringSizeLog2QW = R128MinBits(info->ringSize*1024*1024/8) - 1;
464 info->ringMapSize = info->ringSize*1024*1024 + r128_drm_page_size;
465 info->ringSizeLog2QW = R128MinBits(info->ringSize*1024*1024/8) - 1;
645 drmInfo.ring_size = info->ringSize*1024*1024;
H A Dr128_driver.c1105 info->ringSize = R128_DEFAULT_RING_SIZE;
1142 OPTION_RING_SIZE, &(info->ringSize))) {
1143 if (info->ringSize < 1 || info->ringSize >= (int)info->agpSize) {
1146 info->ringSize);
1169 if (info->ringSize + info->bufSize + info->agpTexSize >
1176 info->agpTexSize = info->agpSize - (info->ringSize + info->bufSize);
1879 "Using %d MB for the ring buffer\n", info->ringSize);
H A Dr128.h426 int ringSize; /* Size of ring (in MB) */ member in struct:__anona5d7874c0508
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_dri.c664 info->dri->ringMapSize = info->dri->ringSize*1024*1024 + radeon_drm_page_size;
665 info->dri->ringSizeLog2QW = RADEONMinBits(info->dri->ringSize*1024*1024/8)-1;
1194 drmInfo.ring_size = info->dri->ringSize*1024*1024;
H A Dradeon_driver.c2449 info->dri->ringSize = RADEON_DEFAULT_RING_SIZE;
2477 OPTION_RING_SIZE, &(info->dri->ringSize))) {
2478 if (info->dri->ringSize < 1 || info->dri->ringSize >= (int)info->dri->gartSize) {
2481 info->dri->ringSize);
2521 if (info->dri->ringSize + info->dri->bufSize + info->dri->gartTexSize >
2528 info->dri->gartTexSize = info->dri->gartSize - (info->dri->ringSize + info->dri->bufSize);
H A Dradeon_accel.c1217 "Using %d MB for the ring buffer\n", info->dri->ringSize);
H A Dradeon.h550 int ringSize; /* Size of ring (in MB) */ member in struct:radeon_dri

Completed in 35 milliseconds