diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-01-28 01:19:23 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-01-28 01:19:23 -0500 |
commit | 872a11fa9efb0b76cef83089ea1bb80792b94930 (patch) | |
tree | 06a95e23a9e8e5021a5dc5c58b0635a2abc69809 /src/radeon_probe.h | |
parent | c1a73ff51b371ecc6f57a81a33f644344b4e3f70 (diff) |
radeon: clean up dig encoder handling
- switch the var name to dig_encoder
- quiet coherent messages
- clean up dig encoder selection
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index 8007a009..43cf31d2 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -283,7 +283,7 @@ typedef struct _RADEONOutputPrivateRec { /* dce 3.x dig block */ int igp_lane_info; - int dig_block; + int dig_encoder; int pixel_clock; |