xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Mon Apr 12 08:17:33 PDT 2010


 src/radeon_driver.c |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 878814aeab7031ff6169fcaf2be869b7595c8699
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Apr 12 11:16:14 2010 -0400

    Xv overlay: set scalerwidth to 1920 on r3xx/r4xx chips
    
    reported on phoronix forums.

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index b627637..0aaf82b 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -2701,7 +2701,11 @@ static Bool RADEONPreInitXv(ScrnInfoPtr pScrn)
 	switch(info->ChipFamily){
 	case CHIP_FAMILY_R200:
 	case CHIP_FAMILY_R300:
+	case CHIP_FAMILY_R350:
 	case CHIP_FAMILY_RV350:
+	case CHIP_FAMILY_RV380:
+	case CHIP_FAMILY_R420:
+	case CHIP_FAMILY_RV410:
 		info->overlay_scaler_buffer_width = 1920;
 		break;
 	default:


More information about the xorg-commit mailing list