summaryrefslogtreecommitdiff
path: root/xorg
AgeCommit message (Expand)AuthorFilesLines
2007-10-04Mobility Radeon X2300 seems to work, so let's add the PCI IDs.HEADmasterKristian Høgsberg1-0/+7
2007-09-30Corrected missing AVIVO_CRTC1_BLANK_STATUS write in avivo_crtc_mode_set.George Wu1-0/+1
2007-09-15Demagicafy DAC registersMatthew Garrett2-26/+26
2007-09-15Clarify shift nameMatthew Garrett1-1/+1
2007-09-13make LVTMA power management constants match spec betterDafydd Harries1-2/+9
2007-09-13Merge branch 'master' of ssh://git.freedesktop.org/git/avivo/xf86-video-avivoMatthew Garrett5-14/+7
2007-09-13Avoid having multiple defines with the same name, as it tends to cause thingsMatthew Garrett1-1/+1
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 Harries2-5/+3
2007-09-13don't write to stereoscopic display status registerDafydd Harries2-2/+0
2007-09-130x60c0 is stereoscopic display statusDafydd Harries2-3/+3
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 Garrett2-12/+29
2007-09-13Get rid of more random constantsMatthew Garrett1-2/+2
2007-09-13Remove more unknown numbers, marvel at the fact that this code ever displayedMatthew Garrett1-2/+6
2007-09-13Remove more magic numbersMatthew Garrett1-2/+2
2007-09-13Define TMDS*MYSTERY3. How does this driver work?Matthew Garrett2-17/+20
2007-09-12TMDS_MYSTERY2 is actually TMDS_MYSTERY_BONGHITSMatthew Garrett2-10/+16
2007-09-12Mark up dithering control registers. Attempt to make it work with LVDS. Fail.Matthew Garrett2-4/+9
2007-09-12Fix TMDS register namesMatthew Garrett2-59/+59
2007-09-12Replace AVIVO_VGA_MYSTERY registers with real names and valuesMatthew Garrett2-6/+10
2007-08-29avivo: finish porting driver too new pci infrastructure.Dodji Seketeli4-15/+92
2007-08-28avivo: always return LVDS as connected and check if we read a valid EDID.Jerome Glisse1-3/+15
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 Glisse1-37/+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 Glisse1-228/+326
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 Glisse2-1/+257
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 Glisse1-29/+8
2007-07-18avivo: If EDID fails for LFP use timings from bios.Jerome Glisse4-54/+144
2007-07-14avivo: fix 16 & 15 bits screen color depth.Jerome Glisse1-1/+4
2007-07-14avivo: add shadow framebuffer support.Alexander Larsson1-1/+109
2007-07-11avivo: fix framebuffer offset handling.Jerome Glisse3-8/+26
2007-07-10avivo: properly use avivo scaler.Jerome Glisse2-6/+4
2007-07-10avivo: remap frame buffer & mmio if necessary in screen init.Jerome Glisse1-2/+24
2007-07-10avivo: adjust mode to match lfp fixed mode constraint.Jerome Glisse2-5/+62
2007-07-10avivo: make sure LFP overwritte second DVI output if one exist.Jerome Glisse1-3/+4
2007-07-10avivo: initialization code cleanup.Jerome Glisse1-19/+31
2007-07-10avivo: remove fb manager, might be reintroduced latter.Jerome Glisse1-49/+0
2007-07-10avivo: add all known pci id.Jerome Glisse1-37/+474