Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-18 | RADEON: make sure EXA Composite is actually disabled on XPRESS chips. | Alex Deucher | |
2008-01-18 | fixup register 6594 save/restore | Dave Airlie | |
2008-01-17 | RADEON: use radeon_output->Flags for tracking RMX rather than mode->Flags | Alex Deucher | |
2008-01-17 | AVIVO: Add support for RMX | Alex Deucher | |
Both centered and expansion modes are supported. Select using output attributes. | |||
2008-01-16 | RADEON: add a message about render accel on newer cards | Alex Deucher | |
2008-01-16 | R300: only init3d on r3xx | Alex Deucher | |
2008-01-16 | R300: only enable render accel on non-IGP r3xx/r4xx chips for now | Alex Deucher | |
2008-01-16 | R300: First pass at render accel | Alex 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-16 | ati wrapper: xf86PciInfo.h is enough | George Sapountzis | |
2008-01-16 | ati wrapper: add DriverRec's and use them | George Sapountzis | |
2008-01-16 | mach64: load for both "ati" and "mach64" as driver names | George Sapountzis | |
similar to r128/radeon | |||
2008-01-16 | mach64: add version (need not match with ati) | George Sapountzis | |
similar to r128/radeon | |||
2008-01-16 | atimisc: rename to mach64 | George Sapountzis | |
2008-01-14 | ATOMBIOS: disable the scaler by default on avivo cards | Alex Deucher | |
Fixes bug 14001 | |||
2008-01-14 | Merge branch 'master' of ↵ | Alex Deucher | |
ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati | |||
2008-01-11 | ati wrapper: use pci ids | George Sapountzis | |
2008-01-11 | radeon: remove stray include | George Sapountzis | |
2008-01-11 | radeon: remove stray _X_EXPORT | George Sapountzis | |
2008-01-11 | r128: pci-rework conversion | George Sapountzis | |
compile-tested only | |||
2008-01-11 | Drop 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-10 | RADEON: clean up output handling | Alex Deucher | |
2008-01-09 | RADEON: fix crtc routing on r4xx cards when using atom to init DVO chip | Kristian Høgsberg | |
2008-01-09 | RADEON: restore FP2 regs before external encoders | Alex Deucher | |
This may fix krh's dvi problem | |||
2008-01-08 | RADEON: Make default output actually work... | Alex Deucher | |
2008-01-07 | RADEON: add default outputs if no connected devices | Alex 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-05 | RADEON: Fix TVStandard option | Alex Deucher | |
2008-01-05 | R128: Like powerpc, don't use VGA by default on sparc | Alex Deucher | |
2008-01-04 | RADEON: fix tvdac load detection at server start up | Alex Deucher | |
2008-01-04 | RADEON: further fixup for pScrn->pScreen issue | Alex Deucher | |
the previous fix seems to cause the driver to hang on some cards. | |||
2008-01-04 | RADEON: improve ntsc image centering | Alex Deucher | |
2008-01-04 | RADEON: fix compile | Alex Deucher | |
2008-01-05 | i2c: a line mux of 0 is valid | Dave Airlie | |
2008-01-04 | atombios: 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-03 | RADEON: fix crash when setting rotation in the config file | Alex Deucher | |
xf86CrtcRotate() accesses pScrn->pScreen which is not set during ScreenInit(). This should also be fixed in the server. See bug 12129 | |||
2008-01-03 | radeon: Adapt manpage to reality wrt AGP options. | Michel Dänzer | |
2008-01-03 | radeon: Miscellaneous warning fixes. | Michel Dänzer | |
2008-01-03 | r500: tvout avoid doing dpms here it makes my tv mode go all crappy | Dave Airlie | |
need to investigate further | |||
2008-01-03 | r600: change devices list depending on connector | Dave Airlie | |
2008-01-03 | r600: fixup crash on unknown output type | Dave Airlie | |
not sure this is 100% the correct approach | |||
2008-01-02 | RADEON: various avivo tv-out related clean-ups | Alex Deucher | |
2008-01-02 | Merge branch 'master' of ↵ | Alex Deucher | |
git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati | |||
2008-01-02 | RADEON: preliminary support for ATOM RMX | Alex Deucher | |
not functional yet. | |||
2008-01-02 | RADEON: add support for ATOM component video table | Alex Deucher | |
Component output is still not working. | |||
2008-01-02 | RADEON: Make sure all old IGP chips have HasSingleDac set | Alex Deucher | |
fix the csv file and re-gen the headers. | |||
2008-01-02 | PLL/r600: tweak pll to pick first one found instead of keeping going | Dave Airlie | |
2008-01-02 | r600: fix tv-out output naming | Dave Airlie | |
2007-12-31 | atombios: initial rs690 patches | Maciej Cencora | |
2007-12-30 | atombios: enable TV-out detection code - tv out works for me with this | Dave Airlie | |
2007-12-30 | atombios: enable support for using tv timings | Dave 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 |