diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-05-13 19:49:10 -0400 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-05-13 19:49:10 -0400 |
commit | e187321ab8dd58d2b2fe92c062d070ba4820a2bf (patch) | |
tree | 636bbc7c9f6d902767faa88abd42ec2c4278cdae /src/radeon.h | |
parent | e60a7bcaf5611ad4706b1d1442ce4cae49145f42 (diff) |
RADEON: add new ConnectorTable option and re-add PanelSize option
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 7922f1a2..2a2a6728 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -147,6 +147,7 @@ typedef enum { OPTION_LVDS_PROBE_PLL, OPTION_ACCELMETHOD, OPTION_CONSTANTDPI, + OPTION_CONNECTORTABLE, OPTION_DRI } RADEONOpts; |