diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-08-27 23:59:03 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-08-27 23:59:03 -0400 |
commit | 17e0f9e6cbfdb115034d327bd34d46339fd632b7 (patch) | |
tree | e4570d99b71b942bdd000b20e6aacb6283c061db /src/radeon.h | |
parent | 42839fb5a8584196e7b18375bff6c426ed0347d9 (diff) |
RADEON: enable load detection for tvdac if output count for tvdac < 2
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index 53fb5f7..fa2bccd 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -799,6 +799,7 @@ typedef struct { Bool crtc2_on; Bool InternalTVOut; + int tvdac_use_count; Rotation rotation; void (*PointerMoved)(int, int, int); |