[PATCH 2/4] viafb: choose acceleration engine for VX855
From: Florian Tobias Schandinat
Date: Mon Sep 14 2009 - 06:27:30 EST
viafb: choose acceleration engine for VX855
This patch simply enables 2D hardware acceleration on VX855 for
copyarea, imageblit and fillrect by selecting the correct engine
which is the same as in VX800.
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@xxxxxx>
---
drivers/video/via/accel.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/video/via/accel.c b/drivers/video/via/accel.c
index 42ab4b4..9d4f3a4 100644
--- a/drivers/video/via/accel.c
+++ b/drivers/video/via/accel.c
@@ -337,6 +337,7 @@ int viafb_init_engine(struct fb_info *info)
viapar->shared->hw_bitblt = hw_bitblt_1;
break;
case UNICHROME_VX800:
+ case UNICHROME_VX855:
viapar->shared->hw_bitblt = hw_bitblt_2;
break;
default:
--
1.6.3.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/