summaryrefslogtreecommitdiff
path: root/src/bios_reader
AgeCommit message (Expand)AuthorFilesLines
2009-08-04Calculate the DVO relative offset in LVDS data entry to get the DVO timingZhao Yakui1-3/+17
2009-06-22Fix LFP data block fetchJesse Barnes1-3/+15
2009-06-15Dynamically get the number of child device in general definition blockZhao Yakui1-1/+3
2009-05-05Fix typo in (unused) INTEL_BIOS_32 macroStijn van Drongelen1-2/+2
2009-04-27unifdef LIBPCIACCESS and XSERVER_LIBPCIACCESS.Eric Anholt1-3/+0
2009-04-21Require xserver 1.3Julien Cristau1-1/+1
2009-03-02Update driver feature block definition for missed fieldsZhenyu Wang1-0/+4
2009-02-28warnings cleanupEric Anholt1-0/+2
2009-02-25Update LVDS config bits definition in driver feature blockZhenyu Wang1-3/+3
2009-02-18bios_reader: parse driver feature BDBZhenyu Wang1-0/+60
2009-01-13bios_reader: make mode timing output friendlierJesse Barnes1-9/+19
2009-01-07Prevent redefinitions of CARD8 and friends. Fixes build.Ian Romanick1-3/+1
2008-12-03Include <X11/Xfuncproto.h> prior to including "edid.h" from the sdk.Paulo Cesar Pereira de Andrade1-0/+1
2008-10-06Fix bios_reader build against old servers.Eric Anholt2-1/+5
2008-10-06Document more VBIOS functionalityJesse Barnes1-11/+75
2008-09-30Be more verbose about panel data in VBIOS dumperJesse Barnes1-43/+114
2008-08-21Fix compiler warnings in VBIOS utilsJesse Barnes2-1/+3
2008-08-20Add more panel debugging info to register dump & vbios readerJesse Barnes1-1/+12
2008-08-19Add swf_dumper to .gitignoreJesse Barnes1-0/+1
2008-08-19Add VBIOS software flags dumper programJesse Barnes2-1/+115
2008-08-05Reorganize VBIOS codeJesse Barnes1-85/+206
2008-05-21Define DEFFILEMODE for OS'es that don't have itAlan Coopersmith1-0/+4
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt1-2/+2
2008-03-11Crack down on warnings.Kristian Høgsberg1-0/+1
2008-02-26Bug #14649: Fix build if pciaccess headers are not with other xorg headers.Mark Kettenis1-2/+1
2007-10-01Restore building of pciaccess-based tools even if the server doesn't use it.Eric Anholt1-1/+1
2007-08-26Intel driver configuration (only) changes for X server libpciaccess usage.Keith Packard1-1/+1
2007-08-06Add the file mode for bios_dumper output so it doesn't have 000 permissions.Eric Anholt1-1/+2
2007-05-16Add i830_bios_get_aim_data_block to read AIM data from BIOSKeith Packard1-7/+2
2007-03-30Don't forget the warnings CFLAGS in subdirectories.Eric Anholt1-1/+1
2007-03-16Move vendor ID check in the utils to after pci_device_probe.Eric Anholt1-3/+3
2007-03-04Add a little BIOS dumper program.Eric Anholt3-1/+109
2007-02-16Check for presence of xf86Modes.h file.Keith Packard1-1/+1
2006-04-16Add a standalone program for parsing VBT.Eric Anholt3-0/+168