Searched refs:FIFOSize (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_accel.c986 while(count >= pGlint->FIFOSize) {
987 GLINT_WAIT(pGlint->FIFOSize);
989 GLINT_WRITE_REG(((pGlint->FIFOSize - 2) << 16) | (0x11 << 4) |
993 (CARD32*)srcp, pGlint->FIFOSize - 1);
994 count -= pGlint->FIFOSize - 1;
995 address += pGlint->FIFOSize - 1;
996 srcp += pGlint->FIFOSize - 1;
1036 while(count >= pGlint->FIFOSize) {
1037 GLINT_WAIT(pGlint->FIFOSize);
1039 GLINT_WRITE_REG(((pGlint->FIFOSize
[all...]
H A Dpm3_accel.c892 if ((pGlint->dwords*h) < pGlint->FIFOSize)
917 while(dwords >= pGlint->FIFOSize) {
918 GLINT_WAIT(pGlint->FIFOSize);
919 GLINT_WRITE_REG(((pGlint->FIFOSize - 2) << 16) | 0x0D, OutputFIFO);
922 (CARD32*)srcp, pGlint->FIFOSize - 1);
923 dwords -= pGlint->FIFOSize - 1;
924 srcp += pGlint->FIFOSize - 1;
982 if (pGlint->dwords < pGlint->FIFOSize)
1012 while(dwords >= pGlint->FIFOSize) {
1013 GLINT_WAIT(pGlint->FIFOSize);
[all...]
H A Dpm3_video.c508 while (dwords >= pGlint->FIFOSize) {
510 GLINT_WAIT(pGlint->FIFOSize);
512 GLINT_WRITE_REG(((pGlint->FIFOSize - 2) << 16) | (0x15 << 4) |
514 for (i = pGlint->FIFOSize - 1; i; i--, Y += 2, x++) {
528 dwords -= pGlint->FIFOSize - 1;
564 while(dwords >= pGlint->FIFOSize) {
565 GLINT_WAIT(pGlint->FIFOSize);
566 GLINT_WRITE_REG(((pGlint->FIFOSize - 2) << 16) | (0x15 << 4) |
570 (CARD32*)src, pGlint->FIFOSize - 1);
571 dwords -= (pGlint->FIFOSize
[all...]
H A Dtx_accel.c271 infoPtr->ColorExpandRange = pGlint->FIFOSize;
540 if ((pGlint->dwords*h) < pGlint->FIFOSize)
543 /* Turn on direct for less than FIFOSize dword colour expansion */
565 while(dwords >= pGlint->FIFOSize) {
566 GLINT_WAIT(pGlint->FIFOSize);
567 GLINT_WRITE_REG(((pGlint->FIFOSize - 2) << 16) | 0x0D, OutputFIFO);
570 (CARD32*)srcp, pGlint->FIFOSize - 1);
571 dwords -= pGlint->FIFOSize - 1;
572 srcp += pGlint->FIFOSize - 1;
H A Dsx_accel.c481 if ((pGlint->dwords*h) < pGlint->FIFOSize)
484 /* Turn on direct for less than FIFOSize dword colour expansion */
506 while(dwords >= pGlint->FIFOSize) {
507 GLINT_WAIT(pGlint->FIFOSize);
508 GLINT_WRITE_REG(((pGlint->FIFOSize - 2) << 16) | 0x0D, OutputFIFO);
511 (CARD32*)srcp, pGlint->FIFOSize - 1);
512 dwords -= pGlint->FIFOSize - 1;
513 srcp += pGlint->FIFOSize - 1;
H A Dpm_accel.c258 infoPtr->ColorExpandRange = pGlint->FIFOSize;
690 if ((pGlint->dwords*h) < pGlint->FIFOSize)
693 /* Turn on direct for less than FIFOSize dword colour expansion */
715 while(dwords >= pGlint->FIFOSize) {
716 GLINT_WAIT(pGlint->FIFOSize);
717 GLINT_WRITE_REG(((pGlint->FIFOSize - 2) << 16) | 0x0D, OutputFIFO);
720 (CARD32*)srcp, pGlint->FIFOSize - 1);
721 dwords -= pGlint->FIFOSize - 1;
722 srcp += pGlint->FIFOSize - 1;
H A Dglint_regs.h1251 if (tmp > pGlint->FIFOSize) \
1252 tmp = pGlint->FIFOSize; \
1269 GLINT_WAIT(pGlint->FIFOSize); \
H A Dglint.h186 int FIFOSize; member in struct:__anon125efece0308
H A Dglint_driver.c1563 pGlint->FIFOSize = 256;
1582 pGlint->FIFOSize = 256;
1608 pGlint->FIFOSize = 120;
1629 pGlint->FIFOSize = 31;
1654 pGlint->FIFOSize = 15;
1686 pGlint->FIFOSize = 15;
1744 pGlint->FIFOSize = 32;
1841 if (pGlint->FIFOSize)
1843 pGlint->FIFOSize);
H A Dpm2_exa.c256 int xx, i, fs = pGlint->FIFOSize, chunk, adr;
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dag10e.h68 int FIFOSize; member in struct:__anon7eb29e6e0108
H A Dglint_regs.h1243 if (tmp > pGlint->FIFOSize) \
1244 tmp = pGlint->FIFOSize; \
1260 GLINT_WAIT(pGlint->FIFOSize); \

Completed in 34 milliseconds