summaryrefslogtreecommitdiff
path: root/src/i830_lvds.c
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2008-04-14 16:31:03 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-04-14 16:55:53 +0800
commit90d6b178473ba32cf66e6e654e608cb4374e4a19 (patch)
treecdde9c6679715c199f77d00b304e83891e955d98 /src/i830_lvds.c
parentc1ad0a1a344a87a537aa5f93f6c774997a3189e4 (diff)
Change default panel fitting mode to origin
i8xx currently only works in FULL mode. (cherry picked from commit 33ffd781bbca3d0dee8c1b47e7b90be5824b9a4f)
Diffstat (limited to 'src/i830_lvds.c')
-rw-r--r--src/i830_lvds.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/i830_lvds.c b/src/i830_lvds.c
index a5004b4b..1562c217 100644
--- a/src/i830_lvds.c
+++ b/src/i830_lvds.c
@@ -1366,9 +1366,10 @@ i830_lvds_init(ScrnInfoPtr pScrn)
/*
* Default to filling the whole screen if the mode is less than the
- * native size, without breaking aspect ratio.
+ * native size. (Change default to origin FULL mode, i8xx can only work
+ * in that mode for now.)
*/
- dev_priv->fitting_mode = FULL_ASPECT;
+ dev_priv->fitting_mode = FULL;
return;