Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge tag 'xf86-video-ati-6.7.193' into debian-experimental | Brice Goglin | |
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 | Merge branch 'master' of ↵ | Brice Goglin | |
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental | |||
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-01 | RADEON: automatically disable tiling if requested virtual desktop exceeds ↵ | Alex Deucher | |
surface limits Also, tweak default desktop sizes and add some informational messages | |||
2007-08-30 | radeon: Fix Option "MacModel". | Sjoerd Simons | |
2007-08-30 | radeon: Don't build currently unused RADEONSavePalette. | Michel Dänzer | |
2007-08-29 | RADEON: Add quirk and connector tables for apple laptops | Alex Deucher | |
As far as I can tell there are three apple laptop variants: ibook - LVDS, TVDAC drives TV or VGA via dongle powerbook-duallink - LVDS, TV, External TMDS/Primary DAC powerbook - LVDS, TV, Internal TMDS/Primary DAC use Option "MacModel" "<string>" to enable the appropriate quirks where string is one of the above We can't yet init the external TMDS directly, but if OF inits it, it should work. This should also fix bug 9955. Please test! | |||
2007-08-28 | RADEON: add option to force tmds pll to default table | Alex Deucher | |
Also rework the tmds pll output attribute handling a bit | |||
2007-08-28 | RADEON: remove some cruft forgotten in a previous commit | Alex Deucher | |
2007-08-28 | [mach64] Convert to pci-rework, keeping source-code compatibility. | George Sapountzis | |
It still uses the old probe method though, this is due to the ati wrapper. | |||
2007-08-28 | Merge branch 'master' into pci-rework | George Sapountzis | |
Conflicts: src/ati.c | |||
2007-08-28 | RADEON: Update tv attributes immediately | Alex Deucher | |
2007-08-28 | RADEON: remove the "default" tv_standard option | Alex Deucher | |
2007-08-27 | RADEON: enable load detection for tvdac if output count for tvdac < 2 | Alex Deucher | |
2007-08-27 | RADEON: make load detection an output attribute for analog outputs | Alex Deucher | |
Since TV/VGA/DVI-I can share the TV DAC, we often get false detection of all inputs that share that DAC. Make load detection an output attribute. Enabled by default on primary dac and on cards where tv dac is (usually) dedicated to tv (non-IGP mobilities). | |||
2007-08-27 | RADEON: make tmds pll an output attribute | Alex Deucher | |
sometimes the bios tmds plls are busted for certain monitors. sometimes the dirver tables are. Let the user pick at run time. | |||
2007-08-27 | Merge tag 'xf86-video-ati-6.7.192' into debian-experimental | Brice Goglin | |
2007-08-26 | RADEON: Fix rotation. works now | Alex Deucher | |
2007-08-26 | RADEON: minor tweak to tv out | Alex Deucher | |
2007-08-26 | RADEON: fix depth 16 palette for real this time | Alex Deucher | |
2007-08-26 | RADEON: Only update pixclks_cntl when updating tv routing | Alex Deucher | |
No need to re-set all of the pll2 stuff | |||
2007-08-25 | RADEON: fix crtc clipping for Xv | Alex Deucher | |
2007-08-25 | RADEON: remove fbdev option | Alex Deucher | |
FBDev support is currently broken, and it not really compatible with randr | |||
2007-08-24 | RADEON: add extra green data in depth 16 | Alex Deucher | |
Apparently some radeons need this? | |||
2007-08-24 | 64 bit warning fixes. | Michel Dänzer | |
For printf vs. CARD32, use %u or %x and and a cast to unsigned. | |||
2007-08-24 | radeon: don't disable dac if either tv or vga is using it | Dave Airlie | |
On my rs480 I had to vt switch to get hotplug VGA working due to the tv-out code turning off the dac when the vga code was actually using it. | |||
2007-08-23 | RADEON: NONE to None to match other port info | Alex Deucher | |
2007-08-23 | RADEON: set (hopefully) reasonable default max desktop sizes | Alex Deucher | |
Based on the amount of vram. We really need ttm... | |||
2007-08-23 | RADEON: clean up the logic in crtc_mode_set() | Alex Deucher | |
2007-08-23 | RADEON: Always assume LVDS is connected | Alex Deucher | |
Not all bioses seem to set the right scratch bits. If we have LVDS (via bios table or otherwise) assume it's connected. | |||
2007-08-23 | radeon: Remove unnecessary #include <time.h>. | Michel Dänzer | |