global.c 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*
  2. * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved.
  3. * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved.
  4. * This program is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU General Public
  6. * License as published by the Free Software Foundation;
  7. * either version 2, or (at your option) any later version.
  8. * This program is distributed in the hope that it will be useful,
  9. * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even
  10. * the implied warranty of MERCHANTABILITY or FITNESS FOR
  11. * A PARTICULAR PURPOSE.See the GNU General Public License
  12. * for more details.
  13. * You should have received a copy of the GNU General Public License
  14. * along with this program; if not, write to the Free Software
  15. * Foundation, Inc.,
  16. * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  17. */
  18. #include "global.h"
  19. int viafb_platform_epia_dvi = STATE_OFF;
  20. int viafb_device_lcd_dualedge = STATE_OFF;
  21. int viafb_bus_width = 12;
  22. int viafb_display_hardware_layout = HW_LAYOUT_LCD_DVI;
  23. int viafb_memsize;
  24. int viafb_DeviceStatus = CRT_Device;
  25. int viafb_hotplug;
  26. int viafb_refresh = 60;
  27. int viafb_refresh1 = 60;
  28. int viafb_lcd_dsp_method = LCD_EXPANDSION;
  29. int viafb_lcd_mode = LCD_OPENLDI;
  30. int viafb_bpp = 32;
  31. int viafb_bpp1 = 32;
  32. int viafb_CRT_ON = 1;
  33. int viafb_DVI_ON;
  34. int viafb_LCD_ON ;
  35. int viafb_LCD2_ON;
  36. int viafb_SAMM_ON;
  37. int viafb_dual_fb;
  38. int viafb_hotplug_Xres = 640;
  39. int viafb_hotplug_Yres = 480;
  40. int viafb_hotplug_bpp = 32;
  41. int viafb_hotplug_refresh = 60;
  42. unsigned int viafb_second_offset;
  43. int viafb_second_size;
  44. int viafb_primary_dev = None_Device;
  45. unsigned int viafb_second_xres = 640;
  46. unsigned int viafb_second_yres = 480;
  47. unsigned int viafb_second_virtual_xres;
  48. unsigned int viafb_second_virtual_yres;
  49. int viafb_lcd_panel_id = LCD_PANEL_ID_MAXIMUM + 1;
  50. struct fb_info *viafbinfo;
  51. struct fb_info *viafbinfo1;
  52. struct viafb_par *viaparinfo;
  53. struct viafb_par *viaparinfo1;