Eliminate all occurances of newFastVram.

This commit is contained in:
Ian Romanick
2006-11-20 12:44:26 -08:00
parent 38795467d3
commit c90a86f72b
2 changed files with 0 additions and 4 deletions

View File

@@ -817,7 +817,6 @@ typedef struct {
Bool noInternalModes;
int OptUseOEM; /* Use internal OEM data? */
int newFastVram; /* Replaces FastVram */
int ForceTVType, SenseYPbPr;
int NonDefaultPAL, NonDefaultNTSC;
unsigned long ForceYPbPrType, ForceYPbPrAR;

View File

@@ -49,7 +49,6 @@ typedef enum {
OPTION_HW_CURSOR,
OPTION_NOACCEL,
OPTION_TURBOQUEUE,
OPTION_FAST_VRAM,
OPTION_RENDER,
OPTION_FORCE_CRT1TYPE,
OPTION_FORCE_CRT2TYPE,
@@ -119,7 +118,6 @@ static const OptionInfoRec XGIOptions[] = {
{ OPTION_HW_CURSOR, "HWcursor", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_NOACCEL, "NoAccel", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_TURBOQUEUE, "TurboQueue", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_FAST_VRAM, "FastVram", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_RENDER, "RenderAcceleration", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_FORCE_CRT1TYPE, "ForceCRT1Type", OPTV_STRING, {0}, FALSE },
{ OPTION_FORCE_CRT2TYPE, "ForceCRT2Type", OPTV_STRING, {0}, FALSE },
@@ -213,7 +211,6 @@ xgiOptions(ScrnInfoPtr pScrn)
pXGI->NoAccel = TRUE;
#endif
*/
pXGI->newFastVram = -1;
pXGI->TurboQueue = TRUE;
#ifdef XGIVRAMQ
/* TODO: Option (315 series VRAM command queue) */