diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2006-09-23 07:16:10 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-09-23 07:16:10 +1000 |
commit | c9f3ced3b1c194cacf1ab9436ee6c2d4efd3a8e9 (patch) | |
tree | ed02d771a9186796ce5d0e5bf55c175ab9872b82 /src/radeon.h | |
parent | e752443c540d9a94522050c61ef7c33d912fece5 (diff) |
radeon: add reverse display option to switch displays on non-mobility cards
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 e8cd54c8..c1561e4a 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -151,7 +151,8 @@ typedef enum { OPTION_REVERSE_DDC, OPTION_LVDS_PROBE_PLL, OPTION_ACCELMETHOD, - OPTION_CONSTANTDPI + OPTION_CONSTANTDPI, + OPTION_REVERSE_DISPLAY } RADEONOpts; /* ------- mergedfb support ------------- */ |