summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-01-19RADEON: get dac2 adj values from the bios tablesAlex Deucher
2008-01-19RADEON: grab pll_in_min/pll_in_max from bios tables if availableAlex Deucher
2008-01-19ATOM: Use LVDS edid from bios if availableAlex Deucher
2008-01-19radeon: Partial fix for XVideo RGB image distortions.Kusanagi Kouichi
2008-01-18RADEON: print the name of the output when printing the EDIDBrice Goglin
2008-01-18mach64: workaround for corruption at upper-leftGeorge Sapountzis
commit possible workaround, it's reported multiple times ...
2008-01-18use stand-alone drivers for each chip family.George Sapountzis
Do not load the ati wrapper when the user specifies the sub-driver name in the Driver line of xorg.conf. Also, for -configure cause the wrapper to fail and let each sub-driver speak for themselves.
2008-01-18RADEON: make sure EXA Composite is actually disabled on XPRESS chips.Alex Deucher
2008-01-18fixup register 6594 save/restoreDave Airlie
2008-01-17RADEON: use radeon_output->Flags for tracking RMX rather than mode->FlagsAlex Deucher
2008-01-17AVIVO: Add support for RMXAlex Deucher
Both centered and expansion modes are supported. Select using output attributes.
2008-01-16RADEON: add a message about render accel on newer cardsAlex Deucher
2008-01-16R300: only init3d on r3xxAlex Deucher
2008-01-16R300: only enable render accel on non-IGP r3xx/r4xx chips for nowAlex Deucher
2008-01-16R300: First pass at render accelAlex Deucher
This first pass is pretty limited. All it currently supports is transforms for rotation. No blending yet. Based on inital implementation from Wolke Liu with additional lock-up fixes by Dave Airlie.
2008-01-16ati wrapper: xf86PciInfo.h is enoughGeorge Sapountzis
2008-01-16ati wrapper: add DriverRec's and use themGeorge Sapountzis
2008-01-16mach64: load for both "ati" and "mach64" as driver namesGeorge Sapountzis
similar to r128/radeon
2008-01-16mach64: add version (need not match with ati)George Sapountzis
similar to r128/radeon
2008-01-16atimisc: rename to mach64George Sapountzis
2008-01-14ATOMBIOS: disable the scaler by default on avivo cardsAlex Deucher
Fixes bug 14001
2008-01-14Merge branch 'master' of ↵Alex Deucher
ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati
2008-01-11ati wrapper: use pci idsGeorge Sapountzis
2008-01-11radeon: remove stray includeGeorge Sapountzis
2008-01-11radeon: remove stray _X_EXPORTGeorge Sapountzis
2008-01-11r128: pci-rework conversionGeorge Sapountzis
compile-tested only
2008-01-11Drop symbol lists from r128, radeon, theatre.George Sapountzis
compile-tested only
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-10RADEON: clean up output handlingAlex Deucher
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: 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.