Lines Matching defs:LCD
437 tridentLCD LCD[] = { /* 0 3 4 5 6 7 10 11 16 */
448 tridentLCD LCD[] = {
456 tridentLCD LCD[] = {
869 /* This function is only for LCD screens, and also when we have
874 if ((pScrn->currentMode->HDisplay != LCD[i].display_x) /* !fullsize? */
875 || (pScrn->currentMode->VDisplay != LCD[i].display_y)) {
876 if (pTrident->lcdActive) { /* LCD Active ?*/
1277 if (((mode->HDisplay > LCD[pTrident->lcdMode].display_x)
1278 || (mode->VDisplay > LCD[pTrident->lcdMode].display_y))) {
1280 "larger than the LCD panel (%dx%d)\n",
1283 LCD[pTrident->lcdMode].display_x,
1284 LCD[pTrident->lcdMode].display_y);
2113 xf86DrvMsg(pScrn->scrnIndex,X_CONFIG,"LCD off CRT on\n");
2114 } else if (!xf86NameCmp(s, "LCD")) {
2116 xf86DrvMsg(pScrn->scrnIndex,X_CONFIG,"LCD on CRT off\n");
2119 xf86DrvMsg(pScrn->scrnIndex,X_CONFIG,"LCD on CRT on\n");
3007 for (i = 0; LCD[i].mode != 0xff; i++) {
3008 if (pTrident->displaySize == LCD[i].display_x)
3009 pTrident->lcdMode = LCD[i].mode;
3015 LCD[i].display_x,LCD[i].display_y);
3024 for (i = 0; LCD[i].mode != 0xff; i++) {
3025 if (LCD[i].mode == ((mod >> 4) & 3)) {
3031 LCD[i].display_x,LCD[i].display_y);