summaryrefslogtreecommitdiff
path: root/src/radeon_driver.c
diff options
context:
space:
mode:
authorAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-05-13 19:49:10 -0400
committerAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-05-13 19:49:10 -0400
commite187321ab8dd58d2b2fe92c062d070ba4820a2bf (patch)
tree636bbc7c9f6d902767faa88abd42ec2c4278cdae /src/radeon_driver.c
parente60a7bcaf5611ad4706b1d1442ce4cae49145f42 (diff)
RADEON: add new ConnectorTable option and re-add PanelSize option
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 8626b896..ceea69d0 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -189,6 +189,7 @@ static const OptionInfoRec RADEONOptions[] = {
{ OPTION_ACCELMETHOD, "AccelMethod", OPTV_STRING, {0}, FALSE },
{ OPTION_CONSTANTDPI, "ConstantDPI", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_DRI, "DRI", OPTV_BOOLEAN, {0}, FALSE },
+ { OPTION_CONNECTORTABLE, "ConnectorTable", OPTV_STRING, {0}, FALSE },
{ -1, NULL, OPTV_NONE, {0}, FALSE }
};