Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-15 | radeon: move macros into radeon.h | Dave Airlie | |
Drop separate header file, there isn't many separate macros now. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2012-06-15 | radeon: drop FUNC_NAME macro and ONCE_ONLY stuff | Dave Airlie | |
Drop all the CP vs MMIO macros that name functions. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2012-06-15 | radeon: drop all UMS/DRI1/XAA/overlay support. | Dave Airlie | |
This overhauls the radeon driver and removes all the old UMS-only code, it drops all the UMS, DRI1, XAA, overlay Xv, video capture, tv tuners There are probably a lot more cleanups that will fall out of this afterwards. So far this is compile/build tested. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2009-07-15 | radeon: emit colorpitch relocs. | Dave Airlie | |
This causes relocs to be emitted for the colorpitch. Shouldn't have no effect on current kernels, but will keep DDX going on kms kernels when tiling lands Also contains a missing reloc space for r200 | |||
2009-07-08 | Fix RADEON_TRACE_FALL build. | Michel Dänzer | |
2009-07-08 | Pass on CS relocation offset values. | Michel Dänzer | |
Not actually used ATM, but just in case... | |||
2009-06-30 | radeon: initial preparation for kms patch. | Dave Airlie | |
This patch contains most of the changes to the EXA and texture video accel code. It adds a few bits of pixmap support but doesn't actually do anything useful KMS yet. Testing this should not have any regressions over what we have already, biggest worries are r6xx, I've fixed a textured video one, but no idea what other might lurk It won't build against libdrm radeon yet either | |||
2009-04-15 | Add support for setting the number PCIE lanes | Alex Deucher | |
2009-04-07 | Fix missing ')' in PCIE macro | Alex Deucher | |
2009-03-31 | Add PCIE register accessors | Alex Deucher | |
2009-03-13 | radeon: add support for 30 bit LUTs | Alex Deucher | |
All radeons have them. Thanks to Yang Zhao for figuring this out. | |||
2008-07-08 | atombios: add support for other endians. | Benjamin Herrenschmidt | |
This is a cleaned up (in as much as atombios can be..) of benh's patch. airlied - removed benh's debugging for now, it might need to be put back later.. | |||
2008-06-25 | ati: hopefully fix byteswap mess for those other OSes. | Dave Airlie | |
2008-06-11 | radeon: add lots of endian bits into the atombios parser | Dave Airlie | |
2008-05-12 | Replace CARD{8,16,32} with uint{8,16,32}_t | Matt Turner | |
As has been done with xf86-video-intel, replace all CARD* datatypes with uint*_t datatypes available from stdint.h. | |||
2007-11-29 | RADEON: implement CLUT adjust support | Alex Deucher | |
2007-11-03 | Initial support for r4xx | Alex Deucher | |
- add r3xx/r4xx MC access macros and functions | |||
2006-09-25 | remove all CVS annotations from the ATI driver files | Dave Airlie | |
2006-03-22 | Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libc | Kristian Høgsberg | |
symbols directly. The xf86* versions aren't supposed to be used directly. Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. | |||
2005-05-23 | Explicitely disable DPMS power states during close screen. Fix macro that | Egbert Eich | |
takes a value and a mask of bits to modify to be behave evquvalently if the bits that should remain unchanged are set or unset in the value (Bugzilla #3369). | |||
2005-03-29 | bugzilla #2840 (https://bugs.freedesktop.org/show_bug.cgi?id=2840) | Kevin E Martin | |
attachment #2227 (https://bugs.freedesktop.org/attachment.cgi?id=2227) Fix build problems introduced by previous Radeon PLL errata workarounds. | |||
2005-03-24 | - radeon PLL access errata workarounds (Benjamin Herrenschmidt, acked by | Alex Deucher | |
Hui Yu) | |||
2004-07-30 | Support for New radeon chips: R420/M18, R423, RV370/M22, RV380/M24, RS300. | Hui YU | |
Add special handlings for DELL triple-head server (RV100). Misc. bug fixes for flat panel, host aperture, etc (Bug #946) | |||
2004-06-16 | DRI XFree86-4_3_99_12-merge importDRI-XFree86-4_3_99_12-merge | Eric Anholt | |
2004-04-23 | Merging XORG-CURRENT into trunkXACE-SELINUX-MERGE | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENT | Egbert Eich | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16 | Kaleb Keithley | |
2003-11-14 | Initial revision | Kaleb Keithley | |