summaryrefslogtreecommitdiff
path: root/src/bios_reader/bios_reader.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in bios_reader for invalid pointer cast2.8Zhenyu Wang2009-08-271-1/+1
* Calculate the DVO relative offset in LVDS data entry to get the DVO timingZhao Yakui2009-08-251-3/+17
* Fix LFP data block fetchJesse Barnes2009-06-221-3/+15
* Dynamically get the number of child device in general definition blockZhao Yakui2009-06-151-1/+3
* Fix typo in (unused) INTEL_BIOS_32 macroStijn van Drongelen2009-05-051-2/+2
* Update driver feature block definition for missed fieldsZhenyu Wang2009-03-021-0/+4
* warnings cleanupEric Anholt2009-02-281-0/+2
* Update LVDS config bits definition in driver feature blockZhenyu Wang2009-02-251-3/+3
* bios_reader: parse driver feature BDBZhenyu Wang2009-02-181-0/+60
* bios_reader: make mode timing output friendlierJesse Barnes2009-01-131-9/+19
* Prevent redefinitions of CARD8 and friends. Fixes build.Ian Romanick2009-01-071-3/+1
* Include <X11/Xfuncproto.h> prior to including "edid.h" from the sdk.Paulo Cesar Pereira de Andrade2008-12-031-0/+1
* Fix bios_reader build against old servers.Eric Anholt2008-10-061-0/+3
* Document more VBIOS functionalityJesse Barnes2008-10-061-11/+75
* Be more verbose about panel data in VBIOS dumperJesse Barnes2008-09-301-43/+114
* Fix compiler warnings in VBIOS utilsJesse Barnes2008-08-211-1/+1
* Add more panel debugging info to register dump & vbios readerJesse Barnes2008-08-201-1/+12
* Reorganize VBIOS codeJesse Barnes2008-08-051-85/+206
* Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt2008-03-111-2/+2
* Add i830_bios_get_aim_data_block to read AIM data from BIOSKeith Packard2007-05-161-7/+2
* Add a standalone program for parsing VBT.Eric Anholt2006-04-161-0/+163