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_display.c | |
parent | e752443c540d9a94522050c61ef7c33d912fece5 (diff) |
radeon: add reverse display option to switch displays on non-mobility cards
Diffstat (limited to 'src/radeon_display.c')
-rw-r--r-- | src/radeon_display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_display.c b/src/radeon_display.c index 8a40ba08..cf2d1ef4 100644 --- a/src/radeon_display.c +++ b/src/radeon_display.c @@ -1268,7 +1268,7 @@ Bool RADEONMapControllers(ScrnInfoPtr pScrn) if ((pRADEONEnt->Controller[0].pPort->MonType != MT_NONE) && (pRADEONEnt->Controller[1].pPort->MonType != MT_NONE)) { - if (FALSE /*xf86ReturnOptValBool(info->Options, OPTION_REVERSE_DISPLAY, FALSE)*/) { + if (xf86ReturnOptValBool(info->Options, OPTION_REVERSE_DISPLAY, FALSE)) { if (info->IsMobility) { /* Don't reverse display for mobility chips, as only CRTC1 path has RMX which will be required by many LCD panels |