diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-11-29 13:27:37 -0500 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-11-29 13:27:37 -0500 |
commit | 9840a0fd4fc8c980533fcd4a02c55cd0d5634b6d (patch) | |
tree | ebf36d4c55f577ff3e8ae422e60e0b957a78f7d0 /src/radeon.h | |
parent | 6f080d00e6f4f84d5e0d6b4eff302bf42c230e81 (diff) |
RADEON: add MacModel "mini-internal" for minis with internal TMDS
Some macs (minis and powerbooks) use internal tmds, others use external tmds
and not just for dual-link TMDS, it shows up with single-link as well.
Unforunately, there doesn't seem to be any good way to figure it out.
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index 5b91d007..4180752e 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -433,7 +433,8 @@ typedef enum { RADEON_MAC_IBOOK = 0x00000001, RADEON_MAC_POWERBOOK_DL = 0x00000002, RADEON_MAC_POWERBOOK = 0x00000004, - RADEON_MAC_MINI = 0x00000008 + RADEON_MAC_MINI = 0x00000008, + RADEON_MAC_MINI_INTERNAL = 0x00000016 } RADEONMacModel; #endif |