Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-01 | radeon: fix powerpc build | Dave Airlie | |
2007-09-30 | RADEON: add support for ext tmds table and ext tmds chip init | Alex Deucher | |
This probably won't work on all chips as the various gpio lines seem to need special magic to to actually talk to the i2c slave chips. | |||
2007-09-30 | RADEON: remove cruft | Alex Deucher | |
2007-09-30 | RADEON: more work on LVDS mode validation and fixups | Alex Deucher | |
Hopefully this will fix up the weird mode issues with LVDS and native and RMX modes, but I can't seem to get quite the right combo to fix everyone. | |||
2007-09-28 | rc410: disable DRI by default due to it not working | Dave Airlie | |
2007-09-27 | radeon: Fix build on little endian platforms. | Michel Dänzer | |
This was accidentally broken when moving away from using pixmap data pointers directly. | |||
2007-09-27 | radeon: EXA pitch fixes. | Michel Dänzer | |
The combined pitch/offset registers only support pitches up to 16320 bytes. With EXA >= 2.3, set the maxPitchBytes field accordingly. With older versions, limit maxX such that the pitch of 32bpp pixmaps doesn't exceed the limit. Also check the limit in RADEONGetOffsetPitch just in case. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=12551 . | |||
2007-09-27 | radeon: Don't use pixmap data pointer directly with EXA. | Michel Dänzer | |
Fixes segfault with current xserver master without AccelDFS. | |||
2007-09-24 | RADEON: more clean up of mode code | Alex Deucher | |
also print out LVDS mode info from bios for both legacy and atom bioses | |||
2007-09-24 | New upstream release candidate | Brice Goglin | |
2007-09-24 | Merge tag 'xf86-video-ati-6.7.194' into debian-experimental | Brice Goglin | |
2007-09-24 | bump for RC release | Alex Deucher | |
2007-09-23 | RADEON: Rework LVDS mode validation | Alex Deucher | |
The old validation code wasn't really well suited to randr. This fixes several issues: - missing display size for panels with edid - broken duplicate modes | |||
2007-09-23 | RADEON: properly set default RMX types | Alex Deucher | |
2007-09-23 | RADEON: fix up LVDS handling for r3xx and newer | Alex Deucher | |
2007-09-22 | Remove make-orig-tar-gz target | David Nusinow | |
This target wasn't kept up to date and was totally broken for the git world. The way we use git has made this target pretty well impossible to use in any form, so it's been supersceded by a script that is currently located at http://people.debian.org/~dnusinow/xsf_scripts/git-make-orig-tar-gz | |||
2007-09-22 | RADEON: Fix crash when Xv window is outside of either crtc | Alex Deucher | |
2007-09-22 | Revert "RADEON: fix crash when Xv window is outside of either crtc" | Alex Deucher | |
This reverts commit 9109e62e3be7f96b41b534ab517fdf1baf458806. This breaks ABI. better fix to come. | |||
2007-09-22 | RADEON: Don't make the entity as shareable | Alex Deucher | |
This should prevent people from mistakenly trying to run zaphod mode | |||
2007-09-22 | RADEON: preliminary support for mac mini | Alex Deucher | |
Option "MacModel" "mini" may not be 100% correct yet | |||
2007-09-22 | RADEON: Fix RMX on LVDS | Alex Deucher | |
LVDS + RMX doesn't seem to like having the crtc values tweaked. | |||
2007-09-22 | RADEON: fix crash when Xv window is outside of either crtc | Michel Dänzer | |
Should fix bug 12175 | |||
2007-09-22 | RADEON: RMX updates | Alex Deucher | |
- add option to turn off RMX - turn off RMX by default on DVI - add infrastructure to support more RMX modes | |||
2007-09-21 | RADEON: remove more old cruft | Alex Deucher | |
2007-09-20 | RADEON: fix video in on RV380 (tested on X600 VIVO) | Maciej Cencora | |
2007-09-20 | RADEON: fix up dvo support (still no external chip init) | Alex Deucher | |
2007-09-20 | RADEON: round 3 on the PLLs. should fix the LVDS issues | Alex Deucher | |
2007-09-20 | New upstream release candidate | Brice Goglin | |
2007-09-20 | Merge tag 'xf86-video-ati-6.7.193' into debian-experimental | Brice Goglin | |
2007-09-19 | bump for RC release | Alex Deucher | |
2007-09-19 | RADEON: add default connector setup for single crtc chips | Alex Deucher | |
2007-09-19 | RADEON: fix external TMDS parsing in legacy bios connector table | Alex Deucher | |
2007-09-19 | Revert "RADEON: initial pass at external TMDS support" | Alex Deucher | |
This reverts commit 4000a710c93dd2d82891e4082bc7fa922ba9c5f4. This needs to be reworked and needs more soak time. so revert for now. | |||
2007-09-18 | RADEON: fix plls again | Alex Deucher | |
previous fix seemed to break other chips. Lets see how this goes. | |||
2007-09-18 | RADEON: Remove more mergedfb cruft | Alex Deucher | |
2007-09-18 | RADEON: adjust pll restore | Alex Deucher | |
some chips seem to be pickier than others. fixes bug 12467 | |||
2007-09-18 | radeon: Remove declaration of unused variable. | Michel Dänzer | |
2007-09-18 | RADEON: note that MergedFB support has been replaced with randr 1.2 | Alex Deucher | |
2007-09-17 | RADEON: turn off load detection on tv dac by default | Alex Deucher | |
it's just too unreliable and even when it is most people don't want it. enable it via output attribute or force the outputs on with xrandr | |||
2007-09-17 | RADEON: XPRESS connector tables are crap | Alex Deucher | |
besides specifying the pimary DAC (which they don't have), most seem to specify DDC_CRT2 for DDC, which does not seem to ever work. Some have reported success with DDC_MONID so lets give that a try. | |||
2007-09-17 | RADEON: ignore edid digital bit on analog ports | Alex Deucher | |
Some monitors have this bit set even on analog ports | |||
2007-09-17 | RADEON: initial pass at external TMDS support | Alex Deucher | |
- Based on Dave Airlie's initial work and the dvo support in the intel driver. - Only sil164 is supported at the moment. - Once we get some testing and such, we ought to move the dvo drivers out of the drivers so they can be shared among all drivers - Doesn't seem to work on my card (r4xx ATOM) card ATM - Legacy bios table programming sequence not implemented yet | |||
2007-09-15 | RADEON: don't restore bios scratch regs | Alex Deucher | |
Leave them as programmed by the bios fixes bug 12424 | |||
2007-09-13 | Prepare changelog for upload | Brice Goglin | |
2007-09-13 | Pull upstream commits up to current master head | Brice Goglin | |
2007-09-13 | Merge branch 'master' of ↵ | Brice Goglin | |
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental | |||
2007-09-13 | Really build against xserver 2:1.4 | Brice Goglin | |
2007-09-11 | [mach64] Revert to multiple mappings per BAR. | George Sapountzis | |
libpciaccess added subrange mappings and mtrr handling. compile-tested only. | |||
2007-09-08 | radeon: Reinstate sync in radeon_crtc_show/hide_cursor. | Michel Dänzer | |
Make sure the DRI lock is held though, as these can be called asynchronously. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=12245 . | |||
2007-09-07 | Build against Xserver 2:1.4-1 | Brice Goglin | |