summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2009-11-26conntest: Update PCI ID list.Egbert Eich1-9/+66
2009-10-26Add Fallback DAC Load Detection Method for chips >= RV620.Egbert Eich1-5/+107
2009-10-08Improve DAC load detection on RS780.Egbert Eich1-2/+2
2009-09-02silence some compiler warningsMarc Dietrich1-3/+3
2009-05-04utils: Only allow -e if pci_device_enable() is available.Matthias Hopf2-5/+20
2009-05-04Fix build on systems without pci_device_enable()Alex Deucher1-0/+2
2009-05-04Fix build on systems without pci_device_enable()Alex Deucher1-0/+2
2009-05-04rhd_dump: move pci_device_enable to correct case (pciaccess)Matthias Hopf1-2/+2
2009-04-29rhd_conntest: mmap() returns -1 on error, not NULLJakub Zawadzki2-2/+2
2009-04-23Nuke some trailing whitespace.Matthias Hopf2-5/+5
2009-04-23Updated Makefile in utils/conntest to enable link with libpciaccess.Michael Cree1-1/+14
2009-04-23Added code to use libpciaccess and access PCI ROMMichael Cree1-28/+340
2009-04-23Added code to use libpciaccessMichael Cree1-6/+83
2009-03-26rhd_dump: fix error introduced by LUT dump additionYang Zhao1-1/+1
2009-03-02Byebye novell.Luc Verhaegen2-2/+2
2009-02-19rhd_dump: add LUT printing supportYang Zhao1-3/+35
2008-11-16rhd_conntest: Make rhd_conntest work on FreeBSD.Jung-uk Kim1-6/+12
2008-11-06Add RV730/710 PCI Ids.Egbert Eich2-0/+4
2008-09-01Dumper: Add new PCI Ids to dumper.Egbert Eich1-0/+24
2008-08-17ID: Add missing PCI ID for HD 4870 X2 (RV770).Egbert Eich1-0/+1
2008-08-12conntest: Add support for RV770 to rhd_conntest.Egbert Eich1-0/+1
2008-08-02Conntest/RS690: Set number of DDC lines to 3, increase timeout loop counter f...Egbert Eich1-5/+12
2008-07-29Conntest: Add additional HPD pin and some more devices.Egbert Eich1-4/+17
2008-07-12conntest: Add support for RV770 to rhd_conntest.Egbert Eich1-25/+77
2008-07-12conntest: test more error conditions.Egbert Eich1-1/+12
2008-06-23rhddump: bail out correctly when no pci-tag is provided.Luc Verhaegen1-0/+5
2008-06-22CONNTEST: Added new PCI Ids.Egbert Eich1-0/+10
2008-05-26Add full list of RS780 PCI device IDs.Egbert Eich2-0/+8
2008-04-30Some random pedantic cleanups: 2 compiler warnings and a gitignore addition.Luc Verhaegen1-0/+1
2008-04-28Add fallback to rhd_conntest to work when AtomBIOS isn't available.Egbert Eich1-27/+37
2008-04-21Add register write to dumper.Egbert Eich1-7/+44
2008-04-17Improve DAC load detection.Egbert Eich1-3/+92
2008-04-16Remove call to alloca().Egbert Eich1-2/+2
2008-04-16Include alloca.h in rhd_conntest.c, fix messages in rhd_dump.Egbert Eich2-2/+3
2008-04-14Add build rule for rhd_dump to Imakefile for backward compatibility.Egbert Eich1-3/+7
2008-04-10Add a very basic register dump utility.Egbert Eich1-1/+1
2008-04-10Add a very basic register dump utility.Egbert Eich2-2/+463
2008-04-10Minor cleanups.Egbert Eich1-6/+8
2008-03-12Fix issues with DAC load detection and erronous DDC detection on RV620/635.Egbert Eich1-6/+10
2008-03-12Fix copy-over artefacts from rhd_conntest.Egbert Eich1-7/+6
2008-03-12Fix GPIO routing for DDC for RV620/635 in rhd_conntest.c.Egbert Eich1-6/+130
2008-03-12Consolidate load detection for R5xx/r6xx in rhd_conntest.Egbert Eich1-133/+54
2008-03-12Add support for DAC load detection and I2C for RV620/RV635 to rhd_conntest.Egbert Eich1-16/+404
2008-03-12Add TV detection do DAC load detection.Egbert Eich1-15/+97
2008-02-29conntest: add new ids.Luc Verhaegen1-0/+17
2008-02-25Add debugging to rhd_conntest.cEgbert Eich1-1/+6
2008-02-25Set up GPIO pin HW access for DDC testing in rhd_conntest.Egbert Eich1-0/+31
2008-01-29Add support for R680 (HD3870 X2).Joachim Deguara1-0/+1
2008-01-08Add I2C data dump code.Egbert Eich2-15/+393
2007-12-22conntest: fix warning (uninitialised value).Luc Verhaegen1-1/+1