Home | History | Annotate | Download | only in src

Lines Matching defs:on

7  * was previously based on code which was Copyright (C) 1998,1999 by Alan
28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
66 void SiSVGAProtect(ScrnInfoPtr pScrn, Bool on);
174 /* Initialize a display mode on 5597/5598, 6326 and 530/620 */
205 /* Determine if chosen mode is suitable for TV on the 6326
324 /* Set accelerator dest color depth to 0 - not supported on 530/620 */
545 /* Use different default on the 620 */
558 /* Enable SGRAM burst timing (= bit clear) on the 620 */
719 #if 0 /* See comment in sis_dac.c on why this is commented */
1085 /* No video bridge ever on XGI Z7 (XG20) */
1319 * check if we are running on a low mode on LCD and read the
1686 SiSVGAProtect(ScrnInfoPtr pScrn, Bool on)
1693 if(on) {
1927 SISVGABlankScreen(ScrnInfoPtr pScrn, Bool on)
1934 if(on) tmp &= ~0x20;
1950 Bool on = xf86IsUnblank(mode);
1957 SISVGABlankScreen(pScrn, on);