[DCON] Switch back to using anti-aliasing by default.

David Woodhouse dwmw2 at infradead.unroutableorg
Sun Nov 12 05:19:32 EST 2006


Commit:     e0f44d275c4a57904b5b92c69ffe5ed97b0b0da0
Parent:     e7e5e1c3b91843859497b4fbd9b5b8d25c30c9ce
commit e0f44d275c4a57904b5b92c69ffe5ed97b0b0da0
Author:     David Woodhouse <dwmw2 at infradead.org>
AuthorDate: Sun Nov 12 18:24:17 2006 +0800
Commit:     David Woodhouse <dwmw2 at infradead.org>
CommitDate: Sun Nov 12 18:24:17 2006 +0800

    [DCON] Switch back to using anti-aliasing by default.
    
    Supplier is replacing the DCON chips which were problematic; AA will
    work on the B1 builds.
    
    Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
 drivers/video/geode/gxfb_dcon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/geode/gxfb_dcon.c b/drivers/video/geode/gxfb_dcon.c
index ae0e287..dc254f4 100644
--- a/drivers/video/geode/gxfb_dcon.c
+++ b/drivers/video/geode/gxfb_dcon.c
@@ -38,7 +38,7 @@ static int noinit;
 module_param(noinit, int, 0444);
 
 /* Default off since it doesn't work on DCON ASIC in B-test OLPC board */
-static int useaa;
+static int useaa = 1;
 module_param(useaa, int, 0444);
 
 /* ioctl() defines */


More information about the Commits-kernel mailing list