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

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_output.c58 if (!(pGeode->Output & OUTPUT_PANEL))
168 if ((pGeode->Output & OUTPUT_PANEL) &&
207 if (pGeode->Output & OUTPUT_PANEL)
233 if (!(pGeode->Output & OUTPUT_PANEL)) {
H A Dlx_display.c60 if (pGeode->Output & OUTPUT_PANEL)
69 if (pGeode->Output & OUTPUT_PANEL)
76 if (pGeode->Output & OUTPUT_PANEL)
172 if (pGeode->Output & OUTPUT_PANEL) {
178 if (pGeode->Output & OUTPUT_PANEL && pGeode->Scale)
H A Dlx_driver.c357 pGeode->Output = OUTPUT_PANEL | OUTPUT_CRT;
461 if (pGeode->Output & OUTPUT_PANEL) {
463 pGeode->Output &= ~OUTPUT_PANEL;
474 pGeode->Output = OUTPUT_PANEL | OUTPUT_DCON;
476 else if (pGeode->Output & OUTPUT_PANEL) {
486 pGeode->Output &= ~OUTPUT_PANEL;
491 if (pGeode->Output & OUTPUT_PANEL)
499 pGeode->Output & OUTPUT_PANEL ? "YES" : "NO");
H A Dgeode.h191 #define OUTPUT_PANEL 0x01 macro
H A Dgx_driver.c501 RCDF_CONFIG_FMT_FP) ? OUTPUT_PANEL : OUTPUT_CRT;
557 pGeode->Panel = (pGeode->Output & OUTPUT_PANEL) ? TRUE : FALSE;

Completed in 6 milliseconds