summaryrefslogtreecommitdiff
path: root/src/radeon_driver.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2006-09-23 07:16:10 +1000
committerDave Airlie <airlied@linux.ie>2006-09-23 07:16:10 +1000
commitc9f3ced3b1c194cacf1ab9436ee6c2d4efd3a8e9 (patch)
treeed02d771a9186796ce5d0e5bf55c175ab9872b82 /src/radeon_driver.c
parente752443c540d9a94522050c61ef7c33d912fece5 (diff)
radeon: add reverse display option to switch displays on non-mobility cards
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r--src/radeon_driver.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 72cb22a7..8b1ff9f1 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -201,7 +201,8 @@ static const OptionInfoRec RADEONOptions[] = {
{ OPTION_REVERSE_DDC, "ReverseDDC", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_LVDS_PROBE_PLL, "LVDSProbePLL", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_ACCELMETHOD, "AccelMethod", OPTV_STRING, {0}, FALSE },
- { OPTION_CONSTANTDPI, "ConstantDPI", OPTV_BOOLEAN, {0}, FALSE },
+ { OPTION_CONSTANTDPI, "ConstantDPI", OPTV_BOOLEAN, {0}, FALSE },
+ { OPTION_REVERSE_DISPLAY,"ReverseDisplay", OPTV_BOOLEAN, {0}, FALSE },
{ -1, NULL, OPTV_NONE, {0}, FALSE }
};