summaryrefslogtreecommitdiff
path: root/src/radeon_driver.c
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.(none)>2007-08-28 23:47:19 -0400
committerAlex Deucher <alex@botch2.(none)>2007-08-28 23:47:19 -0400
commit61c1fdaa8553581944f78a11e6f9aa76163a468a (patch)
treea451550f63b1240a77a227e730c536b19480d6ad /src/radeon_driver.c
parent0d9087bc60bb95c770b899cfed29699c02bdac49 (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_driver.c')
-rw-r--r--src/radeon_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 158e1e46..fc0f40bf 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -187,6 +187,7 @@ static const OptionInfoRec RADEONOptions[] = {
{ OPTION_DRI, "DRI", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_CONNECTORTABLE, "ConnectorTable", OPTV_STRING, {0}, FALSE },
{ OPTION_DEFAULT_CONNECTOR_TABLE, "DefaultConnectorTable", OPTV_BOOLEAN, {0}, FALSE },
+ { OPTION_DEFAULT_TMDS_PLL, "DefaultTMDSPLL", OPTV_BOOLEAN, {0}, FALSE },
{ -1, NULL, OPTV_NONE, {0}, FALSE }
};