diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-04-04 15:20:01 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-04-04 18:44:00 -0400 |
commit | a707d355c3c6ff92252c5a060a1fc32d97547552 (patch) | |
tree | 72e4c687e040ef05ba3aebfba1812b06dc267b8c /src/radeon_probe.h | |
parent | 215e12f9c0e8ac62c23af1add776ef88f9a0dc54 (diff) |
DCE3/3.2: fix up transmitter/encoder setup
Should fix bug 21050
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index a0c6b2c2..64799729 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -271,8 +271,10 @@ typedef struct _RADEONOutputPrivateRec { radeon_tvout_rec tvout; /* dce 3.x dig block */ - int transmitter_config; int igp_lane_info; + int dig_block; + + int pixel_clock; } RADEONOutputPrivateRec, *RADEONOutputPrivatePtr; struct avivo_pll_state { |