summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-04-12 11:16:14 -0400
committerAlex Deucher <alexdeucher@gmail.com>2010-04-12 11:16:14 -0400
commit878814aeab7031ff6169fcaf2be869b7595c8699 (patch)
tree6ff771f843f65557c4086613ee6f6d01ecc31015 /src
parent276fe739f1caa95778213054375a65288b80f320 (diff)
Xv overlay: set scalerwidth to 1920 on r3xx/r4xx chips
reported on phoronix forums.
Diffstat (limited to 'src')
-rw-r--r--src/radeon_driver.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index b6276379..0aaf82bb 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: