summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2008-01-16atimisc: rename to mach64George Sapountzis4-14/+14
2008-01-14ATOMBIOS: disable the scaler by default on avivo cardsAlex Deucher1-11/+7
Fixes bug 14001
2008-01-14Merge branch 'master' of ↵Alex Deucher30-1420/+241
ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati
2008-01-11ati wrapper: use pci idsGeorge Sapountzis3-541/+147
2008-01-11radeon: remove stray includeGeorge Sapountzis1-1/+0
2008-01-11radeon: remove stray _X_EXPORTGeorge Sapountzis1-1/+1
2008-01-11r128: pci-rework conversionGeorge Sapountzis6-28/+82
compile-tested only
2008-01-11Drop symbol lists from r128, radeon, theatre.George Sapountzis12-504/+3
compile-tested only
2008-01-11[mach64] Drop symbol lists.George Sapountzis11-345/+8
egrep LOADER\|SymLists\|Symbols src/*.[hc] not needed after server commit bca9364f3f4a2376edbcf57a34f704ce28be21ba, i.e. xserver 1.2 compile-tested only
2008-01-10RADEON: clean up output handlingAlex Deucher5-157/+84
2008-01-09RADEON: fix crtc routing on r4xx cards when using atom to init DVO chipKristian Høgsberg1-3/+16
2008-01-09RADEON: restore FP2 regs before external encodersAlex Deucher1-1/+1
This may fix krh's dvi problem
2008-01-08RADEON: Make default output actually work...Alex Deucher3-26/+28
2008-01-07RADEON: add default outputs if no connected devicesAlex Deucher2-11/+45
If no connected devices found at server startup, default to something so the server comes up. LVDS on mobility chips, DAC or TMDS on others.
2008-01-05RADEON: Fix TVStandard optionAlex Deucher2-27/+30
2008-01-05R128: Like powerpc, don't use VGA by default on sparcAlex Deucher1-3/+3
2008-01-04RADEON: fix tvdac load detection at server start upAlex Deucher1-6/+4
2008-01-04RADEON: further fixup for pScrn->pScreen issueAlex Deucher1-10/+33
the previous fix seems to cause the driver to hang on some cards.
2008-01-04RADEON: improve ntsc image centeringAlex Deucher1-0/+2
2008-01-04RADEON: fix compileAlex Deucher1-1/+0
2008-01-05i2c: a line mux of 0 is validDave Airlie1-11/+8
2008-01-04atombios: i2c lines are all done with sw so we can accept any of them.Dave Airlie1-6/+1
hch reported this working on his laptop with 0x7e60 as EDID for LVDS
2008-01-03RADEON: fix crash when setting rotation in the config fileAlex Deucher2-27/+12
xf86CrtcRotate() accesses pScrn->pScreen which is not set during ScreenInit(). This should also be fixed in the server. See bug 12129
2008-01-03radeon: Miscellaneous warning fixes.Michel Dänzer6-9/+19
2008-01-03r500: tvout avoid doing dpms here it makes my tv mode go all crappyDave Airlie1-2/+1
need to investigate further
2008-01-03r600: change devices list depending on connectorDave Airlie1-1/+6
2008-01-03r600: fixup crash on unknown output typeDave Airlie1-1/+1
not sure this is 100% the correct approach
2008-01-02RADEON: various avivo tv-out related clean-upsAlex Deucher6-83/+172
2008-01-02Merge branch 'master' of ↵Alex Deucher2-28/+28
git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati
2008-01-02RADEON: preliminary support for ATOM RMXAlex Deucher2-2/+42
not functional yet.
2008-01-02RADEON: add support for ATOM component video tableAlex Deucher6-26/+173
Component output is still not working.
2008-01-02RADEON: Make sure all old IGP chips have HasSingleDac setAlex Deucher2-28/+28
fix the csv file and re-gen the headers.
2008-01-02PLL/r600: tweak pll to pick first one found instead of keeping goingDave Airlie1-0/+2
2008-01-02r600: fix tv-out output namingDave Airlie1-0/+1
2007-12-31atombios: initial rs690 patchesMaciej Cencora2-5/+38
2007-12-30atombios: enable TV-out detection code - tv out works for me with thisDave Airlie2-1/+4
2007-12-30atombios: enable support for using tv timingsDave Airlie3-14/+80
enable support for the atombios tv timings selection by programming the crtc with the tv timings if a tv is detected on the output
2007-12-30atombios: add support for reading tv standard from atombiosDave Airlie4-2/+74
fix typo in atombios header file
2007-12-26RADEON: fix typo that broke tv load detectionAlex Deucher1-4/+4
2007-12-26[RADEON]: Add missing break in SCLK calculation.David Miller1-1/+1
2007-12-26[RADEON]: Like powerpc, don't use VGA by default on sparc.David Miller1-3/+3
2007-12-26RADEON: fix PAL tv-outAlex Deucher2-4/+4
Many thanks to Andrew Randrianasulu for providing me with pll reg dumps
2007-12-24RADEON: default "IgnoreLidStatus" to TRUEAlex Deucher1-1/+1
Seems there are lots of busted ACPI lid status and people starting X with the lid closed.
2007-12-24RADEON: restore crtc regs before VGA regs.Alex Deucher1-11/+12
It seems some radeons don't restore text console properly if the crtc regs are restored after the VGA regs. Thanks to Sverre Froyen for helping me track this down
2007-12-23RADEON: Add "IgnoreLidStatus" optionAlex Deucher3-3/+9
Generally, users that start X with the laptop lid closed want to use one or more external monitors rather than the internal panel and do not want the internal panel to be on by default. Others, it seems, want to always have the internal panel on, regardless of the lid. I can't win. Enable this option to force the latter.
2007-12-23RADEON: fix pll input setup on mac cardsAlex Deucher1-11/+10
the function was exiting before the complete setup was finished.
2007-12-21RADEON: various cleanupsArkadiusz Miskiewicz9-35/+45
2007-12-21RADEON: clean up prototypesAlex Deucher5-19/+36
2007-12-21RADEON: more re-orgAlex Deucher5-1104/+1138
move save/restore routines into legacy_crtc/output
2007-12-21RADEON: more re-org. move XAA Mem init to radeon_accel.cAlex Deucher2-342/+337