summaryrefslogtreecommitdiff
path: root/src/i830_bios.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-21Improve VBIOS feature detection, add SSC supportJesse Barnes1-0/+90
2008-03-28Include missing stdlib.h for free()Matthias Hopf1-0/+1
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt1-1/+1
2007-08-26Mechanical API conversions for libpciaccess.Keith Packard1-0/+4
2007-05-16Add i830_bios_get_aim_data_block to read AIM data from BIOSKeith Packard1-5/+54
2007-04-03Move a bunch of debugging verbosity under Option "ModeDebug".Eric Anholt1-3/+5
2007-02-13Attempt to detect panel fixed mode from EDID or current programmed mode.Eric Anholt1-11/+15
2006-12-06More LVDS fixed mode fixing: use the EDID DTD's blank length.Eric Anholt1-3/+4
2006-12-06Fix LVDS fixed mode code after generic-mode-set.Eric Anholt1-21/+26
2006-11-03Use VBE only temporarily to fetch BIOS rom imageKeith Packard1-3/+6
2006-09-27Merge branch 'randr-1.2' into modesettingEric Anholt1-1/+7
2006-09-22Restructure i830_bios.c so we don't leak a copy of the BIOS per generation.Eric Anholt1-37/+39
2006-09-20Merge branch 'modesetting-origin' into modesettingKeith Packard1-0/+3
2006-09-20Add standard C headers to fix build on some systems after xf86_ansic.h removal.Linus Torvals1-0/+3
2006-09-19Merge branch 'modesetting-origin' into modesettingKeith Packard1-1/+0
2006-09-08Remove xf86_ansic.h usage.Eric Anholt1-1/+0
2006-08-31verbose debug message for panel sync dataKeith Packard1-1/+7
2006-05-04Use xf86int10Addr() when calculating an address to read the video BIOS from, outEric Anholt1-1/+2
2006-04-17Disable the BIOS dump-to-file since it's a trivial local DOS, and I can just askEric Anholt1-1/+3
2006-04-16Bug #6589: Use alternate offsets to successfully get at the panel data forEric Anholt1-0/+15
2006-04-15Check for LVDS BIOS tables exactly once at startup. While there, dump the BIOSEric Anholt1-0/+22
2006-04-10Save/restore PFIT_CONTROL. Eliminate compiler warningsKeith Packard1-0/+1
2006-04-06autodetect LVDS dither. Fix 16bpp depth selectionKeith Packard1-0/+2
2006-04-06Fill in clock information from VBT table, so that a good clock value getsEric Anholt1-0/+1
2006-04-06Port code from radeon driver for panel mode validation, which will hopefully getEric Anholt1-2/+8
2006-04-06Make auto panel fitting work by pulling LVDS timing EDID info out of the staticEric Anholt1-3/+26
2006-04-06Add more VBT reading, so we find the panel size.Eric Anholt1-3/+24
2006-04-06Start interpreting VBT information with the goal of pulling out LVDS timingsEric Anholt1-0/+126