Lines Matching defs:display
20 * LCD is disabled, keep BIOS settings if internal/external display
40 * - no stretching if external display is enabled (dok)
428 vga_wseq(NULL, 0x01, tmp | 0x20); /* disable the display */
435 vga_wseq(NULL, 0x01, tmp & ~0x20); /* reenable display */
628 "Mode (%dx%d) won't display properly on LCD\n",
795 /* Initialize: by default, we want display config register to be read */
798 /* Enable any user specified display devices. */
805 /* If the user did not specify any display devices, then... */
831 /* We need to program the VCLK for external display only mode. */
888 * No centering required when the requested display width
1245 * (Un)Blank the display.
1267 * Read back the register bits related to display configuration. They might
1457 * depth is different from display */
1764 unsigned char type, display;
1776 display = vga_rgfx(NULL, 0x20);
1778 par->internal_display = display & 2 || !(display & 3) ? 1 : 0;
1779 par->external_display = display & 1;
1780 printk (KERN_INFO "Autodetected %s display\n",
1833 printk(KERN_INFO "Panel is a %dx%d %s %s display\n",