From 3a32456909380150a92ed207c160a3a0bd687e14 Mon Sep 17 00:00:00 2001 From: Florian Tobias Schandinat Date: Tue, 22 Sep 2009 16:47:36 -0700 Subject: viafb: choose acceleration engine for VX855 Enable 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 Cc: Scott Fang Cc: Joseph Chan Cc: Jonathan Corbet Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds 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: -- cgit v0.10.2