Lines Matching refs:streams

99 static void S3VSaveSTREAMS(ScrnInfoPtr pScrn, unsigned int *streams);
100 static void S3VRestoreSTREAMS(ScrnInfoPtr pScrn, unsigned int *streams);
112 static void S3VInitSTREAMS(ScrnInfoPtr pScrn, unsigned int *streams, DisplayModePtr mode);
1633 /* And if streams is to be used, save that as well */
1709 S3VSaveSTREAMS(ScrnInfoPtr pScrn, unsigned int *streams)
1713 streams[0] = INREG(PSTREAM_CONTROL_REG);
1714 streams[1] = INREG(COL_CHROMA_KEY_CONTROL_REG);
1715 streams[2] = INREG(SSTREAM_CONTROL_REG);
1716 streams[3] = INREG(CHROMA_KEY_UPPER_BOUND_REG);
1717 streams[4] = INREG(SSTREAM_STRETCH_REG);
1718 streams[5] = INREG(BLEND_CONTROL_REG);
1719 streams[6] = INREG(PSTREAM_FBADDR0_REG);
1720 streams[7] = INREG(PSTREAM_FBADDR1_REG);
1721 streams[8] = INREG(PSTREAM_STRIDE_REG);
1722 streams[9] = INREG(DOUBLE_BUFFER_REG);
1723 streams[10] = INREG(SSTREAM_FBADDR0_REG);
1724 streams[11] = INREG(SSTREAM_FBADDR1_REG);
1725 streams[12] = INREG(SSTREAM_STRIDE_REG);
1726 streams[13] = INREG(OPAQUE_OVERLAY_CONTROL_REG);
1727 streams[14] = INREG(K1_VSCALE_REG);
1728 streams[15] = INREG(K2_VSCALE_REG);
1729 streams[16] = INREG(DDA_VERT_REG);
1730 streams[17] = INREG(STREAMS_FIFO_REG);
1731 streams[18] = INREG(PSTREAM_START_REG);
1732 streams[19] = INREG(PSTREAM_WINDOW_SIZE_REG);
1733 streams[20] = INREG(SSTREAM_START_REG);
1734 streams[21] = INREG(SSTREAM_WINDOW_SIZE_REG);
2064 S3VRestoreSTREAMS(ScrnInfoPtr pScrn, unsigned int *streams)
2075 OUTREG(PSTREAM_CONTROL_REG, streams[0] & 0x77000000);
2083 OUTREG(PSTREAM_STRIDE_REG, streams[8] & 0x0fff);
2093 OUTREG(PSTREAM_WINDOW_SIZE_REG, streams[19] & 0x07ff07ff);
2810 /* support for XVideo needs streams, so added it to some modes */
3334 S3VInitSTREAMS(ScrnInfoPtr pScrn, unsigned int *streams, DisplayModePtr mode)
3341 streams[0] = 0x05000000;
3345 streams[0] = 0x06000000;
3349 streams[0] = 0x07000000;
3353 streams[1] = 0x0;
3356 streams[2] = 0x03000000;
3358 streams[3] = 0x0;
3360 streams[4] = 0x0;
3363 streams[5] = 0x01000000;
3365 streams[6] = 0x0;
3367 streams[7] = 0x0;
3373 streams[8] =
3377 streams[8] =
3381 streams[8] =
3386 streams[9] = 0x0;
3387 streams[10] = 0x0;
3388 streams[11] = 0x0;
3389 streams[12] = 0x1;
3393 streams[13] = 0xc0000000;
3395 streams[14] = 0x0;
3397 streams[15] = 0x0;
3399 streams[16] = 0x0;
3401 streams[18] = 0x00010001;
3405 streams[19] =
3410 streams[20] = 0x07ff07ff;
3412 streams[21] = 0x00010001;