diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-05-29 16:29:50 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-05-29 16:29:50 -0400 |
commit | 7599dc40855c33a5fbd8e9bbc2b4cd62752fb7df (patch) | |
tree | 8e86b495321ba81f1268e676b4509d877c841fcd /src/r6xx_accel.c | |
parent | ee0424078a3ea26f58c2998c9e58e065fb63f1a0 (diff) |
Add RV740 (HD4770) support
Verified by ernstp on IRC
Diffstat (limited to 'src/r6xx_accel.c')
-rw-r--r-- | src/r6xx_accel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/r6xx_accel.c b/src/r6xx_accel.c index bce597b1..e9741cd6 100644 --- a/src/r6xx_accel.c +++ b/src/r6xx_accel.c @@ -784,6 +784,7 @@ set_default_state(ScrnInfoPtr pScrn, drmBufPtr ib) sq_conf.num_es_stack_entries = 0; break; case CHIP_FAMILY_RV730: + case CHIP_FAMILY_RV740: sq_conf.num_ps_gprs = 84; sq_conf.num_vs_gprs = 36; sq_conf.num_temp_gprs = 4; |