Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-31 | Use xfree() for bios memory | Zhenyu Wang | |
2008-03-11 | Remove i830+ driver's use of CARD*/INT* types for great justice. | Eric Anholt | |
Several uses are actually left, which are determined by the X Server interfaces we're implementing. | |||
2007-08-26 | Mechanical API conversions for libpciaccess. | Keith Packard | |
Uncomplicated API transistions for libpciaccess usage: Legacy xf86 API libpciaccess API --------------- ---------------- xf86ReadPciBIOS pci_device_read_rom pciReadWord pci_device_cfg_read_u16 pciWriteByte pci_device_cfg_write_u8 And, more use of the API-independent DEVICE_ID/SUBVENDOR_ID/SUBSYS_ID macros to pull PCI identification data from the underlying structure. | |||
2007-05-16 | Add i830_bios_get_aim_data_block to read AIM data from BIOS | Keith Packard | |
Add-in modules have per-module data in the BIOS which contains configuration information which cannot be entirely discovered. | |||
2007-04-03 | Move a bunch of debugging verbosity under Option "ModeDebug". | Eric Anholt | |
2007-02-13 | Attempt to detect panel fixed mode from EDID or current programmed mode. | Eric Anholt | |
These two sources are placed in higher priority to the BIOS data when available, since the BIOS data has proven unreliable. The BIOS data is still read, and warnings printed if it doesn't match what we probe. The BIOS data remains useful for the situation where we want to turn on LVDS but there is no EDID available and no current mode programmed (i.e. booting with VGA or TV connected). | |||
2006-12-06 | More LVDS fixed mode fixing: use the EDID DTD's blank length. | Eric Anholt | |
2006-12-06 | Fix LVDS fixed mode code after generic-mode-set. | Eric Anholt | |
2006-11-03 | Use VBE only temporarily to fetch BIOS rom image | Keith Packard | |
(cherry picked from 6a9386651785afc70a29e355255e8295b321f28e commit) | |||
2006-09-27 | Merge branch 'randr-1.2' into modesetting | Eric Anholt | |
2006-09-22 | Restructure i830_bios.c so we don't leak a copy of the BIOS per generation. | Eric Anholt | |
2006-09-20 | Merge branch 'modesetting-origin' into modesetting | Keith Packard | |
2006-09-20 | Add standard C headers to fix build on some systems after xf86_ansic.h removal. | Linus Torvals | |
This appears to have been hidden for others by header pollution in X Server headers. | |||
2006-09-19 | Merge branch 'modesetting-origin' into modesetting | Keith Packard | |
2006-09-08 | Remove xf86_ansic.h usage. | Eric Anholt | |
2006-08-31 | verbose debug message for panel sync data | Keith Packard | |
2006-05-04 | Use xf86int10Addr() when calculating an address to read the video BIOS from, out | Eric Anholt | |
of int10's copy. Fixes a crash on FreeBSD. | |||
2006-04-17 | Disable the BIOS dump-to-file since it's a trivial local DOS, and I can just ask | Eric Anholt | |
people to turn it on and recompile when I need to. | |||
2006-04-16 | Bug #6589: Use alternate offsets to successfully get at the panel data for | Eric Anholt | |
some broken video BIOSes. | |||
2006-04-15 | Check for LVDS BIOS tables exactly once at startup. While there, dump the BIOS | Eric Anholt | |
data to /tmp/xf86-video-intel-VBIOS, for offline debugging. | |||
2006-04-10 | Save/restore PFIT_CONTROL. Eliminate compiler warnings | Keith Packard | |
2006-04-06 | autodetect LVDS dither. Fix 16bpp depth selection | Keith Packard | |
2006-04-06 | Fill in clock information from VBT table, so that a good clock value gets | Eric Anholt | |
requested for choosing divisors. | |||
2006-04-06 | Port code from radeon driver for panel mode validation, which will hopefully get | Eric Anholt | |
the right mode chosen on the VAIO. Untested. | |||
2006-04-06 | Make auto panel fitting work by pulling LVDS timing EDID info out of the static | Eric Anholt | |
BIOS table, and always using that. | |||
2006-04-06 | Add more VBT reading, so we find the panel size. | Eric Anholt | |
2006-04-06 | Start interpreting VBT information with the goal of pulling out LVDS timings | Eric Anholt | |
for panel fitting. |