Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-02 | RADEON/R600: small code cleanup | George Wu | |
2007-12-01 | RADEON: move GPIO lookup to a separate function | Alex Deucher | |
2007-12-01 | RADEON: fix typo in previous commit | Alex Deucher | |
check gpio table revision before connector table revision | |||
2007-12-01 | RADEON: convert atombios connector table parsing to use ATOM structs | Alex Deucher | |
convert and add hpd info | |||
2007-11-30 | RADEON: remove unused cruft from last atom import | Alex Deucher | |
2007-11-30 | RADEON: save/restore avivo crtc cursor control | Alex Deucher | |
this should prevent the cursor from showing up on in text mode or vesafb etc. after running the driver. | |||
2007-11-30 | Merge branch 'master' of ↵ | Alex Deucher | |
ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support merge master and fix conflicts | |||
2007-12-01 | radeon: add in pll spread spectrum workaround | Dave Airlie | |
2007-11-30 | RADEON: rework MacModel option | Alex Deucher | |
this brings in some previous research from Michel Dänzer, Sjoerd Simons, and myself. Hopefully, the driver will pick the correct MacModel in more cases. This also changes the default connector table for desktop Macs to dual DVI rather than DVI+VGA as that seems to be the case more often than not. External TMDS chips are handled separately now as well. Eventually we should add an option to allow the user to specify what external TMDS chip they need, but we don't have enough info yet, so we'll rely on OF to init the external chip in most cases for now. | |||
2007-11-30 | Merge branch 'atombios-support' of ↵ | Alex Deucher | |
ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support | |||
2007-11-30 | RADEON: disable atom pll set for r4xx cards | Alex Deucher | |
the clocks do not get set correctly in all cases. this needs further investigation. | |||
2007-11-30 | RADEON: small cleanup of pll code | Alex Deucher | |
2007-11-30 | Add LVTMA PWRSEQ registers to fix VT switching for LVDS | George Wu | |
2007-11-29 | RADEON: add MacModel "mini-internal" for minis with internal TMDS | Alex Deucher | |
Some macs (minis and powerbooks) use internal tmds, others use external tmds and not just for dual-link TMDS, it shows up with single-link as well. Unforunately, there doesn't seem to be any good way to figure it out. | |||
2007-11-29 | RADEON: implement CLUT adjust support | Alex Deucher | |
2007-11-29 | RADEON: fix cursor offset on avivo chips | Alex Deucher | |
2007-11-27 | RADEON: switch r4xx to atombios load detection | Alex Deucher | |
works great | |||
2007-11-27 | RADEON: re-org load detection for legacy chips | Alex Deucher | |
2007-11-28 | legacy: fix fb/agp read/writes | Dave Airlie | |
2007-11-26 | RADEON: first pass at TV/Component video | Alex Deucher | |
Untested and not likely to work just yet. | |||
2007-11-26 | RADEON: move crtc output source selection into atombios_output.c | Alex Deucher | |
The function fits better as an output function and should now work with clones as well. | |||
2007-11-26 | RADEON: add default connector table for avivo chips | Alex Deucher | |
2007-11-26 | RADEON: fix backlight control on some laptops | Arkadiusz Miskiewicz | |
It seems the bios scratch regs are involved in backlight control on some laptops. This patch fixes the problematic laptops and doesn't seem to break the previous bios lid and output control fixes. | |||
2007-11-26 | RADEON: only return status unknown for XPRESS chips | Alex Deucher | |
this seems to cause more issues than it attempted to fix so limit it to XPRESS chips for now. | |||
2007-11-26 | RADEON: fix typo in man page | Alex Deucher | |
2007-11-23 | r500: set default minimum pll freq | Dave Airlie | |
2007-11-23 | r5xx: cleanup pll code.. | Dave Airlie | |
Clean the PLL code to use the radeon pll structs. | |||
2007-11-23 | radeon: fix up memory mapping issues for vt switch | Dave Airlie | |
2007-11-23 | fix silly spaces | Dave Airlie | |
2007-11-23 | r600: add hi agp address for mc | Dave Airlie | |
2007-11-23 | atombios: use values from object header | Dave Airlie | |
2007-11-23 | atombios: add initial object header parsing for r600 cards | Dave Airlie | |
2007-11-23 | r500: make vt switch work again for me | Dave Airlie | |
2007-11-23 | avivo: fix typo in register saving | Dave Airlie | |
2007-11-22 | radeon: fix openoffice/render bug on r100 chips | Adam Jackson | |
2007-11-22 | Revert "Disable RENDER acceleration by default on some RV200 chips." | Dave Airlie | |
This reverts commit 145da701bf4fb9c0ad9f95620b20914ae0126852. pull in fix from ajax next commit | |||
2007-11-22 | Disable RENDER acceleration by default on some RV200 chips. | Stefan Dirsch | |
Novell Bug #341699: Render acceleration is known to be broken on at least "Radeon 7500 QW" and "Radeon Mobility M7 LW". | |||
2007-11-22 | really do not set up surface regs for depth buf on r100-class igps (bug #13080) | Roland Scheidegger | |
fix the if condition testing for these chips... | |||
2007-11-21 | RADEON: reorder crtc/pll setup | Alex Deucher | |
2007-11-21 | RADEON: fix crtc to output routing | Alex Deucher | |
Thanks to AMD for the information | |||
2007-11-21 | Merge branch 'atombios-support' of ↵ | Alex Deucher | |
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support | |||
2007-11-21 | RADEON: attempt to fix crtc to output routing | Alex Deucher | |
The output routing seems to be based on the output ids from the bios connector tables and the connected status in the bios scratch regs. I don't fully understand this yet, but this seems to work for the most part, however changing modes can sometimes lead to a blanked head. This can be remedied by forcing a dpms off cycle. | |||
2007-11-21 | RADEON: provide clearer debugging info | Alex Deucher | |
2007-11-21 | re-enable mobility chips | Dave Airlie | |
2007-11-21 | RADEON: major re-org and clean up of atom output control | Alex Deucher | |
- use radeon_output->devices to determine output - clean up and simplify dpms and mode set | |||
2007-11-21 | RADEON: make naming consistent and remove some cruft | Alex Deucher | |
2007-11-21 | RADEON: store devices ids from bios for each driver output | Alex Deucher | |
2007-11-20 | Merge branch 'atombios-support' of ↵ | Alex Deucher | |
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support | |||
2007-11-20 | RADEON: add LVDS atom support | Alex Deucher | |
2007-11-20 | RADEON: enable/disable the right TMDS controller | Alex Deucher | |