summaryrefslogtreecommitdiff
path: root/src/i830_bios.c
AgeCommit message (Expand)Author
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt
2009-10-06Move to kernel coding style.Eric Anholt
2009-08-04Calculate the DVO relative offset in LVDS data entry to get the DVO timingZhao Yakui
2009-06-30Use DVO timing block instead of fp_timing when parsing LFP dataJesse Barnes
2009-06-22Fix LFP data block fetchJesse Barnes
2009-06-15parse general definition block to get the SDVO device infoZhao Yakui
2009-06-03Fetch mode line from VBT, then keep it.Ma Ling
2009-05-05Fix typo in (unused) INTEL_BIOS_32 macroStijn van Drongelen
2009-04-27unifdef LIBPCIACCESS and XSERVER_LIBPCIACCESS.Eric Anholt
2009-03-27Disable LVDS config parsing from VBT for nowZhenyu Wang
2009-03-19Set SSC frequency for 8xx chips correctlyMa Ling
2009-03-02Skip LVDS config parsing on pre-9xx chips.Zhenyu Wang
2009-02-25Use LVDS config in Driver feature BDB for integrated LVDS checkZhenyu Wang
2009-01-26Fixup bogus VBT modes when detectedJesse Barnes
2008-12-08Don't smash fixed_mode if skip_panel_detect is set.Carl Worth
2008-10-02Work around libpciaccess reporting a 0 rom size by guessing.Eric Anholt
2008-10-01Eliminate INT10 call to get BIOS contentsKeith Packard
2008-09-30Use VBT LFP info pointers by defaultJesse Barnes
2008-08-08Initial port of kernel modesetting from old intel-kernelmode branchJesse Barnes
2008-08-05Reorganize VBIOS codeJesse Barnes
2008-07-10Improve VBIOS feature detection, add SSC supportJesse Barnes
2008-03-28Include missing stdlib.h for free()Matthias Hopf
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt
2007-08-26Mechanical API conversions for libpciaccess.Keith Packard
2007-05-16Add i830_bios_get_aim_data_block to read AIM data from BIOSKeith Packard
2007-04-03Move a bunch of debugging verbosity under Option "ModeDebug".Eric Anholt
2007-02-13Attempt to detect panel fixed mode from EDID or current programmed mode.Eric Anholt
2006-12-06More LVDS fixed mode fixing: use the EDID DTD's blank length.Eric Anholt
2006-12-06Fix LVDS fixed mode code after generic-mode-set.Eric Anholt
2006-11-03Use VBE only temporarily to fetch BIOS rom imageKeith Packard
2006-09-27Merge branch 'randr-1.2' into modesettingEric Anholt
2006-09-22Restructure i830_bios.c so we don't leak a copy of the BIOS per generation.Eric Anholt
2006-09-20Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-09-20Add standard C headers to fix build on some systems after xf86_ansic.h removal.Linus Torvals
2006-09-19Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-09-08Remove xf86_ansic.h usage.Eric Anholt
2006-08-31verbose debug message for panel sync dataKeith Packard
2006-05-04Use xf86int10Addr() when calculating an address to read the video BIOS from, outEric Anholt
2006-04-17Disable the BIOS dump-to-file since it's a trivial local DOS, and I can just askEric Anholt
2006-04-16Bug #6589: Use alternate offsets to successfully get at the panel data forEric Anholt
2006-04-15Check for LVDS BIOS tables exactly once at startup. While there, dump the BIOSEric Anholt
2006-04-10Save/restore PFIT_CONTROL. Eliminate compiler warningsKeith Packard
2006-04-06autodetect LVDS dither. Fix 16bpp depth selectionKeith Packard
2006-04-06Fill in clock information from VBT table, so that a good clock value getsEric Anholt
2006-04-06Port code from radeon driver for panel mode validation, which will hopefully getEric Anholt
2006-04-06Make auto panel fitting work by pulling LVDS timing EDID info out of the staticEric Anholt
2006-04-06Add more VBT reading, so we find the panel size.Eric Anholt
2006-04-06Start interpreting VBT information with the goal of pulling out LVDS timingsEric Anholt