Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-19 | Merge branch 'master' into atombios-supportatombios-support | Dave Airlie | |
Conflicts: src/radeon_display.c | |||
2007-12-19 | more endian related fixage | Dave Airlie | |
2007-12-19 | fix big endian build since zaphod fixups | Dave Airlie | |
2007-12-18 | RADEON: fix fd leak in lid detect code | Arkadiusz Miskiewicz | |
2007-12-18 | RADEON: more cleanups and warning fixes | Arkadiusz Miskiewicz | |
2007-12-18 | RADEON: driver cleanups, warning fixes | Arkadiusz Miskiewicz | |
2007-12-18 | RADEON: fix another merge error | Alex Deucher | |
this broken legacy radeons | |||
2007-12-18 | RADEON: more PLL tweaks | Alex Deucher | |
2007-12-17 | RADEON: post div tweaks for legacy radeon | Alex Deucher | |
2007-12-17 | RADEON: fix typo from merge | Alex Deucher | |
2007-12-17 | Merge branch 'atombios-support' of ↵ | Alex Deucher | |
git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support | |||
2007-12-17 | Merge branch 'master' of ↵ | Alex Deucher | |
git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support merge master and fix conflicts | |||
2007-12-18 | fixup shadow setup on !r600 | Dave Airlie | |
2007-12-17 | RADEON: typo from last commit | Alex Deucher | |
2007-12-17 | RADEON: add output enable masks | Alex Deucher | |
add output enable masks for outputs that drive more than one connector. Make sure we don't turn off an output that's driving another connector. | |||
2007-12-17 | RADEON: whitespace clean-ups | Alex Deucher | |
2007-12-17 | RADEON: more PLL fixes | Alex Deucher | |
- reduce the calculation accuracy - certain LVDS panels seem to only like certain ref_divs - add pll flags to handle special cases - adjust the pll limits on legacy cards | |||
2007-12-17 | r600: add shadow support to r600 driver to at least make 2d useable | Dave Airlie | |
2007-12-17 | radeon: cleanup pitch calculation and make r600 work again | Dave Airlie | |
2007-12-17 | r600: might as well fix VT for R600 | George Wu | |
2007-12-16 | RADEON: fix sclock printout | Alex Deucher | |
2007-12-16 | RADEON: Make sure LVDS_EN bit is set when enabling LVDS | Alex Deucher | |
2007-12-15 | RADEON: clean up units in PLL calculation | Alex Deucher | |
2007-12-15 | radeon: Default to 1x again with non-v3 AGP cards. | Michel Dänzer | |
Seems more reliable in general than what was set up by firmware - fingers crossed... | |||
2007-12-15 | radeon: Warning fixes. | Michel Dänzer | |
The lid detection code probably wouldn't work on other non-x86 platforms though... | |||
2007-12-14 | RADEON: Fix the vertex coordinates for transformed pictures | Fredrik Höglund | |
This partially fixes transformed pictures on R100/R200 based cards. The texture still doesn't appear to be clamped correctly, but since that doesn't matter for rotations at perpendicular angles, I'm committing this now so randr rotation and reflection will work properly. | |||
2007-12-14 | RADEON: Fix PLL set up on certain notebooks | Alex Deucher | |
Some LVDS panels require specific PLL dividers as specified in the bios tables. Make sure to use them if the output is LVDS. | |||
2007-12-14 | RADEON: select fb_div0 for LVDS on RV410 (x700) mobility | Alex Deucher | |
Fixes bug 8038 I wonder if desktop RV410 need a similar fix. If your x700 laptop panel has problems after this let me know. | |||
2007-12-14 | RADEON: fix typo in previous cursor fix | Alex Deucher | |
2007-12-13 | RADEON: rework PLL calculation | Alex Deucher | |
- Take into account the limits from the bios tables - Unify the PLL calculation between legacy and avivo chips | |||
2007-12-12 | Merge branch 'master' of ↵ | Alex Deucher | |
git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support merge and fix conflicts | |||
2007-12-12 | RADEON: fix rotation on avivo chips | Alex Deucher | |
There are still some issues, but this is better than before. | |||
2007-12-12 | RADEON: only enable vblanks if we want them | Alex Deucher | |
should fix bug 13610 | |||
2007-12-12 | RADEON: use /proc/acpi to determine lid status | Alex Deucher | |
Linux only | |||
2007-12-12 | RADEON: fix cursors when using rotation | Alex Deucher | |
allocate separate cursor buffers for each crtc | |||
2007-12-11 | sparse fixes and cleanups from arekm | Arkadiusz Miskiewicz | |
2007-12-11 | RADEON: handle HMDI properly (untested) and fix some merge leftovers | Alex Deucher | |
2007-12-11 | Merge branch 'master' of ↵ | Alex Deucher | |
ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support fix conflicts | |||
2007-12-11 | RADEON: rewrite PLL computation | Alex Deucher | |
Algorithm adapted from BeOS radeon driver with some tweaks by me. Actually calulate and use the reference divider rather than using the bios default. Also, always calculate the PLL, rather than falling back to bios dividers. This should fix bugs 12913, 13590, 13533, possibly others. | |||
2007-12-11 | more zaphod fixes - some other work maybe needed | Dave Airlie | |
2007-12-10 | RADEON: only update crtc values when RMX is active | Alex Deucher | |
2007-12-10 | RADEON: bios PLL cleanup | Alex Deucher | |
2007-12-10 | fixup some warnings | Dave Airlie | |
2007-12-10 | add more to configure.ac for using out-of-tree mode src | Dave Airlie | |
2007-12-10 | add support for building against legacy servers similiar to Intel codepaths | Dave Airlie | |
2007-12-10 | Merge branch 'zaphod-lolz' of ↵ | Dave Airlie | |
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support Conflicts: src/radeon.h src/radeon_crtc.c src/radeon_driver.c src/radeon_output.c | |||
2007-12-10 | Merge branch 'master' into atombios-support | Dave Airlie | |
2007-12-07 | radeon: Use %u instead of %d for unsigned value. | LisaWu | |
2007-12-07 | radeon: Use gettimeofday instead of xf86getsecs. | Michel Dänzer | |
2007-12-07 | disable tiling for zaphod headszaphod-lolz | Dave Airlie | |