Lines Matching refs:pGeode
54 GeodeRec *pGeode = GEODEPTR(pScrni);
58 if (!(pGeode->Output & OUTPUT_PANEL))
86 GeodeRec *pGeode = GEODEPTR(pScrni);
87 Bool scale = pGeode->Scale;
100 pGeode->Scale = TRUE;
102 pGeode->Scale = FALSE;
104 if (pGeode->Scale != scale && output->crtc) {
116 pGeode->Scale = scale;
159 GeodeRec *pGeode = GEODEPTR(pScrni);
162 if (pGeode->Output & OUTPUT_DCON) {
163 if (pGeode->panelMode->HDisplay == 1200 &&
164 pGeode->panelMode->VDisplay == 900)
168 if ((pGeode->Output & OUTPUT_PANEL) &&
169 gfx_is_panel_mode_supported(pGeode->panelMode->HDisplay,
170 pGeode->panelMode->VDisplay,
203 GeodeRec *pGeode = GEODEPTR(pScrni);
207 if (pGeode->Output & OUTPUT_PANEL)
208 df_set_output_path((pGeode->Output & OUTPUT_CRT) ?
227 GeodeRec *pGeode = GEODEPTR(pScrni);
233 if (!(pGeode->Output & OUTPUT_PANEL)) {
239 modes = xf86DuplicateMode(pGeode->panelMode);
286 GeodePtr pGeode = GEODEPTR(pScrni);
310 else if (pGeode->mm_width && pGeode->mm_height) {
312 output->mm_width = pScrni->monitor->widthmm = pGeode->mm_width;
313 output->mm_height = pScrni->monitor->heightmm = pGeode->mm_height;