diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-08-28 23:47:19 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-08-28 23:47:19 -0400 |
commit | 61c1fdaa8553581944f78a11e6f9aa76163a468a (patch) | |
tree | a451550f63b1240a77a227e730c536b19480d6ad /src/radeon.h | |
parent | 0d9087bc60bb95c770b899cfed29699c02bdac49 (diff) |
RADEON: add option to force tmds pll to default table
Also rework the tmds pll output attribute handling a bit
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 fa2bccdf..b7a69bd7 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -152,7 +152,8 @@ typedef enum { OPTION_CONSTANTDPI, OPTION_CONNECTORTABLE, OPTION_DRI, - OPTION_DEFAULT_CONNECTOR_TABLE + OPTION_DEFAULT_CONNECTOR_TABLE, + OPTION_DEFAULT_TMDS_PLL } RADEONOpts; |