summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-11[mach64] Drop symbol lists.George Sapountzis
egrep LOADER\|SymLists\|Symbols src/*.[hc] not needed after server commit bca9364f3f4a2376edbcf57a34f704ce28be21ba, i.e. xserver 1.2 compile-tested only
2008-01-09RADEON: fix crtc routing on r4xx cards when using atom to init DVO chipKristian Høgsberg
2008-01-09RADEON: restore FP2 regs before external encodersAlex Deucher
This may fix krh's dvi problem
2008-01-08RADEON: Make default output actually work...Alex Deucher
2008-01-07RADEON: add default outputs if no connected devicesAlex Deucher
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 Deucher
2008-01-05R128: Like powerpc, don't use VGA by default on sparcAlex Deucher
2008-01-04RADEON: fix tvdac load detection at server start upAlex Deucher
2008-01-04RADEON: further fixup for pScrn->pScreen issueAlex Deucher
the previous fix seems to cause the driver to hang on some cards.
2008-01-04RADEON: improve ntsc image centeringAlex Deucher
2008-01-04RADEON: fix compileAlex Deucher
2008-01-05i2c: a line mux of 0 is validDave Airlie
2008-01-04atombios: i2c lines are all done with sw so we can accept any of them.Dave Airlie
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 Deucher
xf86CrtcRotate() accesses pScrn->pScreen which is not set during ScreenInit(). This should also be fixed in the server. See bug 12129
2008-01-03radeon: Adapt manpage to reality wrt AGP options.Michel Dänzer
2008-01-03radeon: Miscellaneous warning fixes.Michel Dänzer
2008-01-03r500: tvout avoid doing dpms here it makes my tv mode go all crappyDave Airlie
need to investigate further
2008-01-03r600: change devices list depending on connectorDave Airlie
2008-01-03r600: fixup crash on unknown output typeDave Airlie
not sure this is 100% the correct approach
2008-01-02RADEON: various avivo tv-out related clean-upsAlex Deucher
2008-01-02Merge branch 'master' of ↵Alex Deucher
git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati
2008-01-02RADEON: preliminary support for ATOM RMXAlex Deucher
not functional yet.
2008-01-02RADEON: add support for ATOM component video tableAlex Deucher
Component output is still not working.
2008-01-02RADEON: Make sure all old IGP chips have HasSingleDac setAlex Deucher
fix the csv file and re-gen the headers.
2008-01-02PLL/r600: tweak pll to pick first one found instead of keeping goingDave Airlie
2008-01-02r600: fix tv-out output namingDave Airlie
2007-12-31atombios: initial rs690 patchesMaciej Cencora
2007-12-30atombios: enable TV-out detection code - tv out works for me with thisDave Airlie
2007-12-30atombios: enable support for using tv timingsDave Airlie
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 Airlie
fix typo in atombios header file
2007-12-26RADEON: fix typo that broke tv load detectionAlex Deucher
2007-12-26[RADEON]: Add missing break in SCLK calculation.David Miller
2007-12-26[RADEON]: Like powerpc, don't use VGA by default on sparc.David Miller
2007-12-26RADEON: fix PAL tv-outAlex Deucher
Many thanks to Andrew Randrianasulu for providing me with pll reg dumps
2007-12-24RADEON: default "IgnoreLidStatus" to TRUEAlex Deucher
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 Deucher
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 Deucher
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 Deucher
the function was exiting before the complete setup was finished.
2007-12-21configure.ac fixesArkadiusz Miskiewicz
2007-12-21RADEON: various cleanupsArkadiusz Miskiewicz
2007-12-21RADEON: clean up prototypesAlex Deucher
2007-12-21RADEON: more re-orgAlex Deucher
move save/restore routines into legacy_crtc/output
2007-12-21RADEON: more re-org. move XAA Mem init to radeon_accel.cAlex Deucher
2007-12-21RADEON: fix rn50 reversion from last mergeAlex Deucher
2007-12-21RADEON: remove no longer used radeon_display.cAlex Deucher
2007-12-21RADEON: re-org legacy crtc/output code into separate filesAlex Deucher
2007-12-21fix mode bandwidth configure checkDave Airlie
2007-12-21fixup clip test include handlingDave Airlie
2007-12-21set ddc line correctly post-mergeDave Airlie
2007-12-21Merge remote branch 'origin/atombios-support'Dave Airlie
Conflicts: src/radeon_display.c src/radeon_driver.c