diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-02-26 17:31:13 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-02-26 17:31:13 -0500 |
commit | 3285a4af17b19f2d1c24eebfb6aa51cddcf3ca50 (patch) | |
tree | 00861df6ae6e2fd55a0d1d344be47b7f72480d1a /src/radeon_probe.h | |
parent | 4fc978f3d83ef6370c9715e7ca5350640ccbfe10 (diff) |
DCE3.2: fix up Save()/Restore()
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index eb2e82f6..49044e36 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -370,7 +370,7 @@ struct avivo_state /* dvoa */ uint32_t dvoa[16]; - /* DCE3 chips */ + /* DCE3+ chips */ uint32_t fmt1[18]; uint32_t fmt2[18]; uint32_t dig1[19]; @@ -381,9 +381,15 @@ struct avivo_state uint32_t aux_cntl2[14]; uint32_t aux_cntl3[14]; uint32_t aux_cntl4[14]; + uint32_t aux_cntl5[14]; + uint32_t aux_cntl6[14]; uint32_t phy[10]; uint32_t uniphy1[8]; uint32_t uniphy2[8]; + uint32_t uniphy3[8]; + uint32_t uniphy4[8]; + uint32_t uniphy5[8]; + uint32_t uniphy6[8]; }; |