diff options
author | Alex Deucher <alex@cube.(none)> | 2008-05-14 13:36:38 -0400 |
---|---|---|
committer | Alex Deucher <alex@cube.(none)> | 2008-05-14 13:36:38 -0400 |
commit | 71fa57f871dba03260dba2180ce1dab44048ac1a (patch) | |
tree | e403c73f05d7ce87c4e5265cb18eb654b23f7934 /src/radeon_commonfuncs.c | |
parent | 582c1a1b2c7b1032e9f9f54ca36100c57f580c5c (diff) |
Add RS600 support
Diffstat (limited to 'src/radeon_commonfuncs.c')
-rw-r--r-- | src/radeon_commonfuncs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/radeon_commonfuncs.c b/src/radeon_commonfuncs.c index 631c3509..b1dd6e87 100644 --- a/src/radeon_commonfuncs.c +++ b/src/radeon_commonfuncs.c @@ -590,7 +590,9 @@ static void FUNC_NAME(RADEONInit3DEngine)(ScrnInfoPtr pScrn) OUT_ACCEL_REG(R300_SC_SCISSOR1, ((8191 << R300_SCISSOR_X_SHIFT) | (8191 << R300_SCISSOR_Y_SHIFT))); - if (IS_R300_VARIANT || (info->ChipFamily == CHIP_FAMILY_RS690) || + if (IS_R300_VARIANT || + (info->ChipFamily == CHIP_FAMILY_RS600) || + (info->ChipFamily == CHIP_FAMILY_RS690) || (info->ChipFamily == CHIP_FAMILY_RS740)) { /* clip has offset 1440 */ OUT_ACCEL_REG(R300_SC_CLIP_0_A, ((1088 << R300_CLIP_X_SHIFT) | |