Lines Matching refs:XVideo
259 { OPTION_XVIDEO, "XVideo", OPTV_BOOLEAN, {0}, FALSE },
880 /* Handle XVideo after we know chipset, so we can give an */
886 if (xf86GetOptValBool(ps3v->Options, OPTION_XVIDEO ,&ps3v->XVideo))
887 xf86DrvMsg(pScrn->scrnIndex, X_CONFIG, "%s XVideo.\n",
888 ps3v->XVideo ? "Enabling (default)" : "Disabling");
891 xf86DrvMsg(pScrn->scrnIndex, X_DEFAULT, "XVideo not supported.\n");
895 ps3v->XVideo = S3VQueryXvCapable(pScrn);
896 if(ps3v->XVideo)
897 xf86DrvMsg(pScrn->scrnIndex, X_DEFAULT, "XVideo supported.\n");
899 xf86DrvMsg(pScrn->scrnIndex, X_DEFAULT, "XVideo not supported.\n");
2810 /* support for XVideo needs streams, so added it to some modes */
2987 if( ps3v->XVideo )
3001 if( ps3v->XVideo )