Lines Matching refs:pGeode
121 GeodeRec *pGeode = GEODEPTR(pScrni);
123 pGeode->mm_width = 0;
124 pGeode->mm_height = 0;
131 pGeode->panelMode = xnfcalloc(1, sizeof(DisplayModeRec));
132 if (pGeode->panelMode == NULL)
137 pGeode->panelMode->type = M_T_DRIVER | M_T_PREFERRED;
138 pGeode->panelMode->Clock = 57275;
139 pGeode->panelMode->HDisplay = 1200;
140 pGeode->panelMode->HSyncStart = 1208;
141 pGeode->panelMode->HSyncEnd = 1216;
142 pGeode->panelMode->HTotal = 1240;
143 pGeode->panelMode->VDisplay = 900;
144 pGeode->panelMode->VSyncStart = 905;
145 pGeode->panelMode->VSyncEnd = 908;
146 pGeode->panelMode->VTotal = 912;
147 pGeode->panelMode->Flags = V_NHSYNC | V_NVSYNC;
149 pGeode->mm_width = 152;
150 pGeode->mm_height = 114;
152 xf86SetModeDefaultName(pGeode->panelMode);