Lines Matching refs:STREAMS

1429  * up a video mode. Again, we also save the STREAMS context if it is needed.
1636 S3VSaveSTREAMS(pScrn, save->STREAMS);
1706 /* This function saves the STREAMS registers to our private structure */
1744 * Note that our life is made more difficult because of the STREAMS
1745 * processor which must be used for 24bpp. We need to disable STREAMS
1766 /* Are we going to re-enable STREAMS in this new mode? */
1779 /* As per databook, always disable STREAMS before changing modes */
1783 S3VDisableSTREAMS(pScrn); /* If STREAMS was running, disable it */
1825 VGAOUT8(vgaCRReg, restore->CR67 & ~0x0c); /* Don't enable STREAMS yet */
1955 /* Now write out CR67 in full, possibly starting STREAMS */
1980 /* And finally, we init the STREAMS processor if we have CR67 indicate 24bpp
1985 if(ps3v->STREAMSRunning) S3VRestoreSTREAMS(pScrn, restore->STREAMS);
1990 * This fixes some problems with corruption at 24bpp with STREAMS
2061 /* This function restores the saved STREAMS registers */
2103 /* And this function disables the STREAMS processor as per databook.
2122 /* Disable STREAMS processor */
2808 /* most modes don't need STREAMS */
2827 new->CR67 = 0xd0 | 0x0c; /* 24bpp, 135MHz, STREAMS */
2828 /* Flag STREAMS proc. required */
2830 S3VInitSTREAMS(pScrn, new->STREAMS, mode);
2841 /* XV support needs STREAMS in depth 16 */
2843 S3VInitSTREAMS(pScrn, new->STREAMS, mode);
2850 new->CR67 = 0x74; /* 24bpp, STREAMS */
2851 /* Flag STREAMS proc. required */
2853 S3VInitSTREAMS(pScrn, new->STREAMS, mode);
2950 S3VInitSTREAMS(pScrn, new->STREAMS, mode);
2956 S3VInitSTREAMS(pScrn, new->STREAMS, mode);
2982 /* Flag STREAMS proc. required */
2983 /* XV support needs STREAMS in depth 16 */
2985 S3VInitSTREAMS(pScrn, new->STREAMS, mode);
2998 /* Flag STREAMS proc. required */
3000 S3VInitSTREAMS(pScrn, new->STREAMS, mode);
3012 /* Flag STREAMS proc. required */
3014 S3VInitSTREAMS(pScrn, new->STREAMS, mode);
3036 /* Flag STREAMS proc. required */
3038 S3VInitSTREAMS(pScrn, new->STREAMS, mode);
3043 /* Flag STREAMS proc. required */
3045 S3VInitSTREAMS(pScrn, new->STREAMS, mode);
3146 /* on GX2 this affects all depths, not just those running STREAMS. */
3264 /* to hardware, start STREAMS if */
3330 /* This function inits the STREAMS processor variables.
3421 * If STREAMS is running, we program the STREAMS start addr. registers.
3455 else { /* Change start address for STREAMS case */