Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 heads | Dave Airlie | |
2007-12-07 | don't add fboffset to info->FB it already is mapped at the offset | Dave Airlie | |
2007-12-07 | radeon: bring back zaphod all is forgiven. | Dave Airlie | |
You've whined, you've cried, you've nagged, and you're guilt trippin has made me do it... It actually wasn't as hard as I thought it would be. Still not perfect, couple of things to fix yet | |||
2007-12-07 | radeon: move savedreg/modereg into entity instead of info | Dave Airlie | |
2007-12-06 | Add missing PHONY line for automatic ChangeLog generation | James Cloos | |
2007-12-06 | powerpc: build fixes from last merge | Dave Airlie | |
2007-12-06 | Merge branch 'master' into atombios-support | Dave Airlie | |
Conflicts: src/radeon_output.c | |||
2007-12-04 | RADEON: add MacModel imac-g5-isight for iMac G5 iSight | Alex Deucher | |
Thanks to Étienne Bersac for helping to figure this out. | |||
2007-12-04 | RADEON: fix typo | Étienne Bersac | |
2007-12-03 | Prepare changelog for uploade | Brice Goglin | |
2007-12-03 | New upstream snapshot | Brice Goglin | |
2007-12-03 | Merge branch 'master' of ↵ | Brice Goglin | |
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental | |||
2007-12-02 | radeon: Further XVideo fixes. | Michel Dänzer | |
* Make sure pitch constraints are always met for DMA upload blits. * RGB24 is not affected by endianness. | |||
2007-12-02 | radeon: Fix crash with XVideo 24bit RGB images. | Kusanagi Kouichi | |
See https://bugs.freedesktop.org/show_bug.cgi?id=13274 . | |||
2007-12-02 | Fix build against xserver master. | Michel Dänzer | |
(DE)ALLOCATE_LOCAL are gone. | |||
2007-12-02 | RADEON/R600: small code cleanup | George Wu | |
2007-12-01 | RADEON: add options for force TV out as detected and to set TV standard | Alex Deucher | |
Also fix a typo in internal tv-out parsing | |||
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 | |