Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-23 | radeon: Don't synchronize DRI windows between pages when possible. | Michel Dänzer | |
2007-08-23 | radeon: Restore memmap registers even if only AGP location changed. | Michel Dänzer | |
2007-08-23 | radeon: Change a test to info->IsIGP from several IGP families. | Michel Dänzer | |
2007-08-23 | radeon: Wait for pending overlay flip to finish before emitting new one. | Michel Dänzer | |
2007-08-23 | radeon: Don't call RADEONDRIRefreshArea when the damaged region is empty. | Michel Dänzer | |
2007-08-23 | radeon: bug 11899 + debian 435040 - test for usefbdev before calling int10 | Dave Airlie | |
(cherry picked from commit 3334c247540b113f9c4a5ce1879d8648a45a959a) | |||
2007-08-23 | radeon: bug 11860 fix some mem leaks | Roland Bär | |
2007-08-23 | radeon: bug 11861 - dead code removal in radeon_video.c | Roland Bär | |
(cherry picked from commit 8e3a6f83016cd8c4cfd43ceee4cbf0a8dc018b2a) | |||
2007-08-23 | radeon: cleanup some warningsxf86-video-ati-6.7.191 | Dave Airlie | |
2007-08-23 | updated release numbering for randr 1.2 | Dave Airlie | |
2007-08-23 | Merge remote branch 'origin/randr-1.2' | Dave Airlie | |
2007-08-23 | Merge branch 'master' into randr-merge | Dave Airlie | |
Conflicts: src/radeon.h src/radeon_bios.c src/radeon_display.c src/radeon_dri.c src/radeon_driver.c src/radeon_modes.c src/radeon_probe.h src/radeon_video.c | |||
2007-08-21 | RADEON: Fix color problem on pre-R3xx chips tv-outrandr-1.2 | Alex Deucher | |
2007-08-21 | RADEON: more tv out fixes and clean up | Alex Deucher | |
2007-08-21 | RADEON: fix tv-out on R3xx | Alex Deucher | |
R3xx apparently needs the tv clock forced on. | |||
2007-08-20 | RADEON: Add DefaultConnectorTable option | Alex Deucher | |
This option skips the parsing the BIOS connector table and falls back to chip specific defaults. Also remove man page section for the now gone bioshotkeys option. | |||
2007-08-20 | Fix crash with no valid mode in xorg.conf's modelist and empty Virtual | iLisa Wu | |
If the resolution defined in xorg.conf failed to find a matching mode in the supported modelist, and no virtual desktop dimensions are defined the xorg.conf either, virtual X and Y dimension will be set to 0 which will cause Xserver crash. (Novell bugzilla #296856, closed) | |||
2007-08-19 | RADEON: turn off TVCLK when blanking tv encoder | Alex Deucher | |
2007-08-16 | RADEON: fix Xv clipping and overlay sourcing | Alex Deucher | |
- Basically just copied from the intel driver. I'm planning to push this to the server soon, but add it now to get things working and to provide compat for older servers. - Overlay crtc source control attribute now called XV_CRTC The old attribute XV_SWITCHCRT has been removed. If anyone cares, we can add it back as an alias to XV_CRTC XV_CRTC: -1 auto, 0 crtc0, 1 crtc1 | |||
2007-08-15 | RADEON: Remove RADEONRestoreMode() | Alex Deucher | |
Since we no longer use it to write modes all it did was restore some of the regs for a console restore. Just move the relevant bits into RADEONRestore() and remove it. | |||
2007-08-15 | RADEON: fix console restore on r3xx and r4xx | Lisa Wu | |
When restoring the console we need to: 1) we need to restore DAC registers after all other registers are restored and CRTCs are enabled. 2) we need to enable CRTC2 registers before CRTC1 registers | |||
2007-08-15 | RADEON: make sure crtc routing is correct in r300_detect_tv() | Alex Deucher | |
Also remove some unused variable | |||
2007-08-14 | RADEON: minor cleanup | Alex Deucher | |
2007-08-14 | RADEON: Implement improved tv load detection for r300 | Alex Deucher | |
The previous implementation resulted in false positives on occasion. This method works much more reliably. Based on beos code by Thomas Kurschel | |||
2007-08-14 | RADEON: Turn off tv encoder in disableoutputs() | Alex Deucher | |
2007-08-14 | RADEON: Make sure RMX is always programmed for crtc1 | Alex Deucher | |
If the RMX registers are left as programmed by the bios this can lead to a blank screen when crtc1 is feeding a DAC. Fix found and reported by Lisa Wu <liswu@ati.com> Fixes bug 11985 | |||
2007-08-14 | RADEON: Add load detection | Alex Deucher | |
Based on the beos driver by Thomas Kurschel and the existing load detection code in this driver. | |||
2007-08-12 | RADEON: order the VGA and DVI ports correctly | Alex Deucher | |
2007-08-11 | RADEON: fix connector setup when there's no bios tables | Alex Deucher | |
2007-08-09 | AGPFastWrite risk reduction. | Luc Verhaegen | |
Actively warn the user in the log about the effects of AGPFastWrite and sanitise AGPFastWrite handling while we're here. | |||
2007-08-08 | RADEON: fix typo in comment | Alex Deucher | |
2007-08-08 | RADEON: make sure RADEON_CRTC2_CRT2_ON bit state is properly accounted for | Lisa Wu | |
- when the TV DAC is used for crtc1 make sure to keep this bit set when initializing crtc2. - fixes bug 11894 | |||
2007-08-07 | RADEON: fix ConnectorTable option after connector table re-work | Alex Deucher | |
We may want to add the possiblity of more connectors to this option | |||
2007-08-07 | RADEON: Make sure the default TV standard is supported | Alex Deucher | |
2007-08-07 | RADEON: minor fix to legacy bios connector table | Alex Deucher | |
2007-08-05 | RADEON: Always set MonType in radeon_detect() | Alex Deucher | |
- Always set the the MonType in radeon detect even if no monitor is detected so users can still force disconnected outputs on. For DVI-I users will have to set the dvi_monitor_type attribute to force digital or analog, everything else should just work. | |||
2007-08-05 | RADEON: add tv out properties | Alex Deucher | |
2007-08-05 | RADEON: switch DVI-I monitor type attribute to string | Alex Deucher | |
2007-08-05 | RADEON: make backlight attribute lower case | Alex Deucher | |
2007-08-05 | RADEON: switch RMX attribute to string type | Alex Deucher | |
Still not actually hooked up. | |||
2007-08-05 | RADEON: typo | Alex Deucher | |
2007-08-05 | RADEON: fixes | Alex Deucher | |
- fix output ordering - set tv-out to return un-connected for now in radeon_detect() | |||
2007-08-05 | RADEON: Fix DVI-I support in ATOM bios connector table parsing | Alex Deucher | |
2007-08-05 | RADEON: refactor output init to handle multiple DVI or VGA | Alex Deucher | |
- refactor output init to handle multiple DVI or VGA with the new bios table parsing | |||
2007-08-05 | RADEON: attempt to do the right thing for standards other than PAL or NTSC | Alex Deucher | |
2007-08-05 | RADEON: Major rework of BIOS table parsing | Alex Deucher | |
- greatly simplify ATOM and legacy connector table parsing - use bios tables to detect LVDS and TV outputs - add support for TV table parsing (legacy only) | |||
2007-08-04 | update configure.ac for 6.6.193 releaseati-6.6.193 | Dave Airlie | |
2007-08-04 | radeon: remove unused variables | Dave Airlie | |
2007-08-04 | ati: add -Wall for gcc | Dave Airlie | |
As per luc's "suggestion" in Novell bug. This may generate warnings on 64-bit until we get rid of CARD32 | |||
2007-08-04 | radeon: cleanup some pieces of the dpms/blank register programming | Dave Airlie | |