From: Florian Tobias Schandinat Date: Tue, 22 Sep 2009 23:47:36 +0000 (-0700) Subject: viafb: choose acceleration engine for VX855 X-Git-Tag: v2.6.32-rc1~201 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=3a32456909380150a92ed207c160a3a0bd687e14;p=~shefty%2Frdma-dev.git 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 42ab4b42567..9d4f3a49ba4 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: