summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-04Mobility Radeon X2300 seems to work, so let's add the PCI IDs.HEADmasterKristian Høgsberg2-0/+9
2007-09-30Corrected missing AVIVO_CRTC1_BLANK_STATUS write in avivo_crtc_mode_set.George Wu1-0/+1
2007-09-15Minor include file cleanupMatthew Garrett1-19/+18
2007-09-15Demagicafy DAC registersMatthew Garrett4-67/+86
2007-09-15Clarify shift nameMatthew Garrett2-2/+2
2007-09-13make LVTMA power management constants match spec betterDafydd Harries3-11/+30
2007-09-13Merge branch 'master' of ssh://git.freedesktop.org/git/avivo/xf86-video-avivoMatthew Garrett8-31/+21
2007-09-13Avoid having multiple defines with the same name, as it tends to cause thingsMatthew Garrett2-2/+2
2007-09-13No more Pimms for Matthew.Dafydd Harries1-2/+1
2007-09-13avivo_output_init: initialize output to 0 to shut up compiler warningsDafydd Harries1-1/+1
2007-09-13remove unused variableDafydd Harries1-1/+0
2007-09-136*84 is blank status, not mode (and is read only)Dafydd Harries5-18/+14
2007-09-13avivotool: don't set irrelevant CRTC control flagsDafydd Harries1-1/+1
2007-09-13don't write to stereoscopic display status registerDafydd Harries3-3/+0
2007-09-130x60c0 is stereoscopic display statusDafydd Harries5-6/+6
2007-09-13don't turn on unnecessary flags when enabling CRTCDafydd Harries1-1/+1
2007-09-13remove redundant memset to 0 after callocDafydd Harries1-1/+0
2007-09-13Even less magic :(((Matthew Garrett1-1/+1
2007-09-13Magic? No, less magic.Matthew Garrett4-23/+64
2007-09-13Get rid of more random constantsMatthew Garrett2-2/+10
2007-09-13Remove more unknown numbers, marvel at the fact that this code ever displayedMatthew Garrett3-13/+25
2007-09-13Remove more magic numbersMatthew Garrett2-2/+14
2007-09-13Define TMDS*MYSTERY3. How does this driver work?Matthew Garrett4-33/+59
2007-09-12TMDS_MYSTERY2 is actually TMDS_MYSTERY_BONGHITSMatthew Garrett4-19/+28
2007-09-12Mark up dithering control registers. Attempt to make it work with LVDS. Fail.Matthew Garrett4-71/+77
2007-09-12Fix TMDS register namesMatthew Garrett3-75/+75
2007-09-12Replace AVIVO_VGA_MYSTERY registers with real names and valuesMatthew Garrett3-8/+24
2007-08-29avivo: finish porting driver too new pci infrastructure.Dodji Seketeli6-24/+107
2007-08-28avivo: always return LVDS as connected and check if we read a valid EDID.Jerome Glisse1-3/+15
2007-08-22avivotool: fix build since register change.Jerome Glisse1-4/+4
2007-08-21avivo: improve TMDS 0x7880 (know as CNTL) knowledgeJerome Glisse1-11/+34
2007-08-21avivo: keep some bios initialized bit for TMDS_CNTL.Jerome Glisse1-2/+2
2007-08-21avivo: remove obsolete comment about lack of knowledge on PLL.Jerome Glisse1-3/+0
2007-08-21avivo: differentiate digital from analog connected monitor & misc cleanup.Jerome Glisse2-38/+58
2007-08-21avivo: correct paste & cute error.Jerome Glisse1-11/+11
2007-08-20avivo: avoid mapping more than 256Mo of video ram.Jerome Glisse1-0/+4
2007-08-20avivo: update pci id list with AMD list (so we shouldn't miss any PCIID).Jerome Glisse2-316/+425
2007-08-20avivo: trivial fix to include avivo_chipset.h in tarballRoland Dreier1-0/+1
2007-08-20avivo: fix way TMDS are programmed hopefully this should work for all cards.Jerome Glisse1-130/+29
2007-07-24avivo: rework output dpms handling.Jerome Glisse4-2/+261
2007-07-19avivo: fix previous commit on PLL (usual cut & paste bug introduction).Jerome Glisse1-12/+10
2007-07-19avivo: change pll values computation algorithm.Jerome Glisse1-51/+39
2007-07-18avivo: push missing bits from last commit.Jerome Glisse1-0/+56
2007-07-18avivo: properly handle GPIO 0 (0x7E30) for i2c.Jerome Glisse4-36/+28
2007-07-18avivotool: fix handling of gpio 0x7e30.Jerome Glisse1-4/+4
2007-07-18avivo: If EDID fails for LFP use timings from bios.Jerome Glisse5-57/+159
2007-07-18avivotool: add i2c bus initialization should make i2c more reliable.Jerome Glisse1-3/+53
2007-07-17avivotool: add missing arg to printf.Jerome Glisse1-1/+1
2007-07-17avivotool: verbose i2c transaction.Jerome Glisse1-4/+6
2007-07-17avivotool: 0x7e30 i2c line does not seems to work like other.Jerome Glisse1-4/+14