mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
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 <FlorianSchandinat@gmx.de> Cc: Scott Fang <ScottFang@viatech.com.cn> Cc: Joseph Chan <JosephChan@via.com.tw> Cc: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
0306ab11c3
commit
3a32456909
1 changed files with 1 additions and 0 deletions
|
@ -337,6 +337,7 @@ int viafb_init_engine(struct fb_info *info)
|
||||||
viapar->shared->hw_bitblt = hw_bitblt_1;
|
viapar->shared->hw_bitblt = hw_bitblt_1;
|
||||||
break;
|
break;
|
||||||
case UNICHROME_VX800:
|
case UNICHROME_VX800:
|
||||||
|
case UNICHROME_VX855:
|
||||||
viapar->shared->hw_bitblt = hw_bitblt_2;
|
viapar->shared->hw_bitblt = hw_bitblt_2;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue