Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-22 | radeon: move comment | Dave Airlie | |
2006-09-22 | radeon: refactor blank/unblank | Dave Airlie | |
2006-09-22 | radeon: make DVI_I default connector | Alex Deucher | |
2006-09-22 | radeon: add enable display function | Dave Airlie | |
2006-09-22 | Merge branch 'master' into radeon-spm1 | Dave Airlie | |
Conflicts: src/radeon_driver.c | |||
2006-09-19 | Provide all resolutions (instead only the largest one) in MergedFB clone | Alex Deucher | |
mode without config file (Henry Zhao) | |||
2006-09-19 | fix large negative refresh rates with mergedfb (Henry Zhao) | Alex Deucher | |
fixes bug 6966 | |||
2006-09-18 | radeon: fix rn50 memmap | Dave Airlie | |
This should fixup the rn50/m6/m7 memory map problem that has been reported since BenH's memory mapping changes | |||
2006-09-18 | radeon; put back old TV DAC code for now | Dave Airlie | |
2006-09-18 | radeon: move code around in InitCrtcRegisters | Dave Airlie | |
2006-09-18 | radeon: cleanup DPMS set on/off code to use new controller structure | Dave Airlie | |
2006-09-18 | radeon: cleanup DacPowerSet | Dave Airlie | |
2006-09-18 | radeon: fixup InitFPRegisters function call to not pass info | Dave Airlie | |
2006-09-18 | radeon: copy of overupdated bios hotkeys code from Alex | Dave Airlie | |
2006-09-18 | radeon: minor cleanup of masking for crtc registers | Dave Airlie | |
2006-09-18 | radeon: initialise controller structures | Dave Airlie | |
2006-09-18 | radeon: move InitFPRegisters up to align with superpatch | Dave Airlie | |
2006-09-18 | radeon: add tv dac adj lookup | Dave Airlie | |
2006-09-18 | radeon: re-add ATI patch for rn50 modes | Dave Airlie | |
2006-09-18 | radeon: re-add DAC power on/off code around detect | Dave Airlie | |
2006-09-18 | radeon: restore secondary head behaviour | Dave Airlie | |
2006-09-18 | radeon: move to using Alex's controller structure | Alex Deucher | |
2006-09-18 | radeon: add save/restore of some new registers | Alex Deucher | |
move some registers about | |||
2006-09-18 | radeon: add pre init controller function | Alex Deucher | |
2006-09-18 | radeon: add missing tv-out registers to register list | Alex Deucher | |
2006-09-18 | radeon: restructure files along lines of Alex's superpatch | Alex Deucher | |
2006-09-18 | Power up DAC around check for CRT connectedness | Henry Zhao | |
2006-09-18 | Bump up clock rate for ES1000 to allow higher resolutions | Henry Zhao | |
2006-09-12 | radeon: this stops mergedfb working on my ATI M7 development board | Dave Airlie | |
I've no idea what this is for, it came from an ATI codedrop and it may fix some laptop or production system, but it looks to me more like a dirty hack than a true fix, as I have an M7 which I need to specify CRT for the second head and it breaks mergedfb for me. | |||
2006-09-10 | Revert "* [ Bug 6966 ] large negative refresh rates reported" | Michel Dänzer | |
This reverts caaed927a07ffbac68b08246185ef93c1e7bb98c commit. See https://bugs.freedesktop.org/show_bug.cgi?id=8137 . | |||
2006-09-03 | Removed the warning re. the r300 DRI driver status. | Tilman Sauerbeck | |
2006-08-31 | * [ Bug 6966 ] large negative refresh rates reported | Henry Zhao | |
* [ Bug 6309 ] radeon/r128 fails to read hsync/vsync rates when rang * descriptor is missing * [ Bug 5473 ] Blank screen with Radeon Mobility X700 (Acer Ferrari 4005) * Reboot should not be needed for external CRT to function when connected later on Ferrari 4000 * Modes need to be sorted, and sorted correctly * Provide all resolutions (instead only the largest one) in MergedFB clone mode without config file * Bump up clock rate for ES1000 to allow higher resolution | |||
2006-08-24 | Disable DRI on xpress 200{,m} since we know it's broken. | Adam Jackson | |
2006-08-24 | Disable DRI on RN50 in a more pleasant way. | Adam Jackson | |
Rather than publish a non-existant driver name for RN50, just don't bother initializing it in the first place. | |||
2006-08-25 | update version numbers for release | Dave Airlie | |
2006-08-25 | make colortiling default to on all cards | Dave Airlie | |
2006-08-12 | [mach64] RENDER support: drop caching DP_WRITE_MASK. | George Sapountzis | |
Caching DP_WRITE_MASK causes artifacts, e.g. with evas_xrender_x11_test. | |||
2006-08-12 | [mach64] RENDER support: save/restore, cache texture registers. | George Sapountzis | |
2006-08-12 | [mach64] RENDER support (bug #6877). | George Sapountzis | |
RENDER accleration is disabled by default. It is strongly recommended that the patch from bug #6772 and the 'exa-damagetrack branch' are merged in the xserver before enabling RENDER acceleration. To enable RENDER acceleration, add the following in xorg.conf: Section "Device" [...] Option "AccelMethod" "exa" Option "RenderAccel" "true" EndSection | |||
2006-08-12 | radeon: make some local data static | Dave Airlie | |
This is inspired by a patch in XFree86 from David Dawes, it isn't the same as we have different gamma curves. | |||
2006-08-05 | [mach64] Halve max w/h for hardware-accelerated operations. | George Sapountzis | |
EXA hits these limits for some operations on offscreen pixmaps and GTPRO seems to support the reduced limits. | |||
2006-08-05 | [mach64] EXA: add memcpy-based UTS/DFS. | George Sapountzis | |
EXA hits more optimized paths when it does not have to fallback because of missing UTS/DFS. | |||
2006-08-05 | [mach64] XAA: minor refactoring of memory manager setup. | George Sapountzis | |
- DRI: factor out to separate function and add comments on layout - no DRI: factor out to separate function, maxScanlines is always equal to ATIMach64MaxY | |||
2006-08-05 | [mach64] EXA support. | George Sapountzis | |
2006-07-29 | Bug #6623: Fix I2C bus Mach64 initialisation failure. | Samuel Thibault | |
2006-07-29 | Fix warnings for Option:1 bit fields. | Marc Aurele La France | |
2006-07-29 | Bug #807: copy throttling. | Marc Aurele La France | |
Fix corruption associated with the engine randomly not waiting for a copy operation to commit its results. | |||
2006-07-29 | Bug #807: invalidate read-back cache. | Marc Aurele La France | |
Fix corruption when scaling 1-pixel wide pixmaps, in which case the first CPU read of the framebuffer will return stale data. This bug always manifests itself in mach64 EXA (to be committed soon), with this patch mach64 EXA passes rendercheck. | |||
2006-07-29 | Bug #807: split out TestRegisterCaching block for DP regs. | George Sapountzis | |
2006-07-29 | Bug #807: split out TestRegisterCaching block for DP regs. | George Sapountzis | |