Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-13 | Add quirk for asus hd3450 board | Markus Gapp | |
Fixes bug 22266 | |||
2009-06-04 | atom: connector quirk | Alex Deucher | |
Some r6xx cards have a VGA and an HDMI port with a shared ddc line listed as an HDMI port with both analog and digital encoders. Fixes bug 19943 | |||
2009-06-04 | Add RV740 (HD4770) support | Alex Deucher | |
Verified by ernstp on IRC | |||
2009-05-18 | r4xx: Add some missing pci ids | Alex Deucher | |
Noticed by Romain in bug 21798 | |||
2009-05-14 | radeon: try harder when checking if a card is posted | Alex Deucher | |
fixes debian bug 524280, possibly others. | |||
2009-05-14 | Pre-R600 EXA: Fix coordinate limits off-by-one error. | Michel Dänzer | |
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=21598 . (cherry picked from commit 22e39392297fa11003df90c175db3c449d8f9853) | |||
2009-05-13 | RV770: add missing pci id | Alex Deucher | |
Fixes bug 21209 | |||
2009-05-08 | R3xx/R4xx tex vid: increase the guardband limit for rendering with a tri | Alex Deucher | |
limit goes from 2880 to 4021 now that we've switched to 1/12 subpixel mode. This allows us to render with a clipped tri at higher resolutions preventing diagonal tearing. | |||
2009-05-08 | r3xx-r5xx: switch to 1/12 subpixel precision | Alex Deucher | |
- based on similar patch in Jerome's cs ddx tree - also fix clipping offsets - should eventually allow for 4k render targets - mesa driver uses 1/12 mode, this avoids changing the subpixel mode when switching between ddx and mesa | |||
2009-05-08 | R3xx-R5xx: don't set TX_OFFSET_RS in RS_INST_COUNT | Alex Deucher | |
Isn't necessary and seems to cause problems for RS690 users | |||
2009-05-08 | RS690: gpio/connector fixes | Alex Deucher | |
Fixes bug 21521 | |||
2009-05-08 | RS690/RS740: fix connector enumeration in some cases | Alex Deucher | |
Should fix Masta-G's issue reported on IRC. | |||
2009-05-08 | AVIVO: set default cursor mode in cursor init | Alex Deucher | |
Should fix bug 21557 | |||
2009-05-08 | AVIVO: fix cursor corruption bands for real | Alex Deucher | |
Don't have to leave both cursors enabled, just have to use the same mode for both cursors whether or not they are enabled. | |||
2009-05-08 | AVIVO: move cusor offscreen when disabling | Alex Deucher | |
Adapted from Yang's patch. Setting size to zero is actually a 1x1 cursor. | |||
2009-05-08 | r2xx-r4xx: fix typo in last i2c fix and clarify hw i2c pin sel | Alex Deucher | |
2009-05-08 | radeon: fix several dpms issues | Alex Deucher | |
- atom dpms was unblanking for standby/suspend - return if r600+ in radeon_crtc_modeset_ioctl() - remove seprate standby/suspend handling in legacy crtc dpms. we turn the outputs off, so turn the crtcs off too. - disable the crtcs in legacy crtc dpms - move radeon_crtc_modeset_ioctl() calls to radeon_crtc_dpms() so they will get called for both atom and legacy paths Should fix bug 21321 | |||
2009-05-08 | AVIVO: better fix for cursor flickering/corruption issues | Alex Deucher | |
Should prevent ghost cursor from being left on screen. | |||
2009-05-08 | R6xx/r7xx: fix CURSOR_SWAPPING_* macros | Alex Deucher | |
r6xx/r7xx have different swapper regs | |||
2009-05-08 | AVIVO: fix cursor corruption/flickering issues | Alex Deucher | |
When both crtcs are enabled, both cursors need to be enabled or you get corruption bands. Thanks to Yang Zhao for figuring this out. | |||
2009-05-08 | RV410: SE variants only have 1 quad pipe | Alex Deucher | |
Should fix EXA corruption with the 3D engine. Mesa and drm patches forthcoming. Reported by Kano on IRC. | |||
2009-05-08 | AVIVO: make sure cursor width isn't negative | Alex Deucher | |
2009-05-08 | r2xx/r3xx/r4xx: further i2c fixups | Alex Deucher | |
- hw i2c engine has pin selection on r2xx/r2xx/r3xx chips - also switch hw i2c pin sel for external tmds | |||
2009-05-08 | AVIVO: fix for cursor corruption issue | Alex Deucher | |
2009-05-08 | RS690: add quirk for acer board | Alex Deucher | |
thanks to Gino Badouri for testing | |||
2009-05-08 | Endian fixes for object table | Alex Deucher | |
2009-05-08 | Remove old messages | Alex Deucher | |
R5xx/r6xx support isn't really experimental anymore | |||
2009-05-08 | radeon: tweak ddc fix for all r300s. | Dave Airlie | |
Alex seems to think this might affect some other chips | |||
2009-05-08 | radeon: fix DDC on rv410 VGA ports for non-atom use. | Dave Airlie | |
The rv410 hw i2c block appears to hold down whatever i2c lines it is connected to when in reset, so when doing DDC change hw i2c to point at different i2c lines. | |||
2009-05-08 | Revert "DCE3/3.2: cleanup dpms after previous changes" | Alex Deucher | |
This reverts commit f8c7d6a6162196a743f6885ecaf63ba50de1722a. This is apparently still needed for some setups, however, I can't reproduce this locally anymore. | |||
2009-05-08 | radeon: fix tmds_pll randr property | Alex Deucher | |
2009-05-08 | radeon: remove old crtc size heuristics | Alex Deucher | |
IIRC, the old randr code used to use this to use for front buffer sizing, but it has since been changed. | |||
2009-05-08 | R6xx/R7xx: cleanup macro | Alex Deucher | |
2009-05-08 | Clear the framebuffer before initializing modes. | Michel Dänzer | |
Fixes garbage being visible shortly on server startup or when VT switching back to X. | |||
2009-05-08 | radeon: chip family typo | Alex Deucher | |
2009-05-08 | R6xx/R7xx: set proper 3D client driver name for r600 | Alex Deucher | |
2009-04-07 | ATOM: code cleanup | Alex Deucher | |
- remove cases that aren't possible (e.g., no TMDSA on DCE3 cards) - condense duplicate cases | |||
2009-04-07 | DCE3/3.2: further fixes | Alex Deucher | |
disable the dig transmitter and encoder before setup and enable | |||
2009-04-07 | Cast info->sclk to int | Alex Deucher | |
2009-04-07 | Fix missing ')' in PCIE macro | Alex Deucher | |
2009-04-07 | radeon: fix Xv vsync for multi-head | Alex Deucher | |
2009-04-04 | DCE3/3.2: cleanup dpms after previous changes | Alex Deucher | |
2009-04-04 | DCE3/3.2: fix up transmitter/encoder setup | Alex Deucher | |
Should fix bug 21050 | |||
2009-04-02 | Enable byte swapping for r6xx/r7xx Hardware | Eduard Fuchs | |
Patch from Eduard Fuchs with some cleanup from me. Tested at 32 bpp on MPC8641HPCN board (PowerPC) with HD2400 PCIe card | |||
2009-04-02 | Add RV790 (HD 4890) support | Alex Deucher | |
2009-03-31 | Add PCIE register accessors | Alex Deucher | |
2009-03-31 | Unify mc_idle() | Alex Deucher | |
2009-03-31 | COMBIS: Clarify case 0 for LCD DDC table | Alex Deucher | |
2009-03-31 | COMBIOS: fix default sclk/mclk from bios | Alex Deucher | |
2009-03-31 | mac mini: 3rd time's the charm | Alex Deucher | |
fixes 10fbbac4bed59e12ad794ac873dd415d9ee4e340 fixes bugs 20796 and 20979 |