Searched refs:GeodeOptions (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_driver.c312 OptionInfoRec *GeodeOptions = &LX_GeodeOptions[0]; local in function:LXPreInit
401 xf86ProcessOptions(pScrni->scrnIndex, pScrni->options, GeodeOptions);
424 xf86GetOptValBool(GeodeOptions, LX_OPTION_HW_CURSOR, &pGeode->tryHWCursor);
426 if (!xf86GetOptValInteger(GeodeOptions, LX_OPTION_FBSIZE,
432 if (xf86ReturnOptValBool(GeodeOptions, LX_OPTION_SW_CURSOR, FALSE))
435 if (xf86ReturnOptValBool(GeodeOptions, LX_OPTION_NOCOMPRESSION, FALSE))
438 if (xf86ReturnOptValBool(GeodeOptions, LX_OPTION_NOACCEL, FALSE))
443 if ((s = xf86GetOptValString(GeodeOptions, LX_OPTION_ROTATE))) {
455 xf86GetOptValInteger(GeodeOptions, LX_OPTION_EXA_SCRATCH_BFRSZ,
462 if (xf86ReturnOptValBool(GeodeOptions, LX_OPTION_NOPANE
[all...]
H A Dgx_driver.c449 OptionInfoRec *GeodeOptions = &GX_GeodeOptions[0]; local in function:GXPreInit
546 xf86ProcessOptions(pScrni->scrnIndex, pScrni->options, GeodeOptions);
563 xf86GetOptValBool(GeodeOptions, GX_OPTION_HW_CURSOR, &pGeode->tryHWCursor);
565 if (!xf86GetOptValInteger(GeodeOptions, GX_OPTION_FBSIZE,
571 if (xf86ReturnOptValBool(GeodeOptions, GX_OPTION_SW_CURSOR, FALSE))
574 if (xf86ReturnOptValBool(GeodeOptions, GX_OPTION_NOCOMPRESSION, FALSE))
577 if (xf86ReturnOptValBool(GeodeOptions, GX_OPTION_NOACCEL, FALSE))
582 if ((s = xf86GetOptValString(GeodeOptions, GX_OPTION_ROTATE))) {
594 xf86GetOptValInteger(GeodeOptions, GX_OPTION_OSM_IMG_BUFS,
600 xf86GetOptValInteger(GeodeOptions, GX_OPTION_OSM_CLR_BUF
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_driver.c293 OptionInfoRec GeodeOptions[] = { variable in typeref:typename:OptionInfoRec[]
467 * Returns :ptr to GeodeOptions.
476 return GeodeOptions;
H A Dnsc_gx1_driver.c208 extern OptionInfoRec GeodeOptions[];
595 GeodeOptions);
608 if (xf86GetOptValBool(GeodeOptions, OPTION_HW_CURSOR, &pGeode->HWCursor)) {
612 if (xf86ReturnOptValBool(GeodeOptions, OPTION_SW_CURSOR, FALSE)) {
620 if (xf86ReturnOptValBool(GeodeOptions, OPTION_NOCOMPRESSION, FALSE)) {
626 if (xf86ReturnOptValBool(GeodeOptions, OPTION_NOACCEL, FALSE)) {
632 if (!xf86GetOptValInteger(GeodeOptions, OPTION_OSM_IMG_BUFS,
646 if ((s = xf86GetOptValString(GeodeOptions, OPTION_TV_SUPPORT))) {
680 if ((s = xf86GetOptValString(GeodeOptions, OPTION_TV_OUTPUT))) {
717 if ((s = xf86GetOptValString(GeodeOptions, OPTION_TV_OVERSCA
[all...]
H A Dnsc_gx2_driver.c210 extern OptionInfoRec GeodeOptions[];
681 GeodeOptions);
704 if (xf86GetOptValBool(GeodeOptions, OPTION_HW_CURSOR, &pGeode->HWCursor)) {
708 if (xf86ReturnOptValBool(GeodeOptions, OPTION_SW_CURSOR, FALSE)) {
716 if (xf86ReturnOptValBool(GeodeOptions, OPTION_NOCOMPRESSION, FALSE)) {
722 if (xf86ReturnOptValBool(GeodeOptions, OPTION_NOACCEL, FALSE)) {
728 if (!xf86GetOptValInteger(GeodeOptions, OPTION_OSM_IMG_BUFS,
737 if (xf86ReturnOptValBool(GeodeOptions, OPTION_FLATPANEL, FALSE)) {
790 if (xf86ReturnOptValBool(GeodeOptions, OPTION_SHADOW_FB, FALSE)) {
798 if ((s = xf86GetOptValString(GeodeOptions, OPTION_ROTAT
[all...]

Completed in 9 milliseconds