diff options
author | Alex Deucher <alex@samba.(none)> | 2008-03-21 15:24:36 -0400 |
---|---|---|
committer | Alex Deucher <alex@samba.(none)> | 2008-03-21 15:24:36 -0400 |
commit | fb1cffac05ae20c8365b25a2042b0ae961880faf (patch) | |
tree | dcc917b497533d73556f0d8810aaf5b66b11c642 /src/radeon_probe.h | |
parent | 5e3b21284482df9974c9a58f248f0100def2bb0c (diff) |
RS4xx: attempt to fix TMDS/DVO support
XPRESS chips added a second set of FP control registers.
I don't have the hw to test however.
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index 7dfce685..0096ce02 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -505,10 +505,16 @@ typedef struct { CARD32 palette[256]; CARD32 palette2[256]; - CARD32 rs480_unk_e30; - CARD32 rs480_unk_e34; - CARD32 rs480_unk_e38; - CARD32 rs480_unk_e3c; + CARD32 disp2_req_cntl1; + CARD32 disp2_req_cntl2; + CARD32 dmif_mem_cntl1; + CARD32 disp1_req_cntl1; + + CARD32 fp_2nd_gen_cntl; + CARD32 fp2_2_gen_cntl; + CARD32 tmds2_cntl; + CARD32 tmds2_transmitter_cntl; + /* TV out registers */ CARD32 tv_master_cntl; |