From: Correct the description of VX800 2D acceleration, the driver diables the acceleration function by defualt if you use VX800 chip. Correct via_fb_ to viafb_ and remove the Kconfig part in viafb.txt. Signed-off-by: Joseph Chan Cc: Krzysztof Helt Cc: Geert Uytterhoeven Signed-off-by: Andrew Morton --- Documentation/fb/viafb.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff -puN Documentation/fb/viafb.txt~viafb-viafbmodes-viafbtxt-fix Documentation/fb/viafb.txt --- a/Documentation/fb/viafb.txt~viafb-viafbmodes-viafbtxt-fix +++ a/Documentation/fb/viafb.txt @@ -182,8 +182,9 @@ Notes: instead of calling common ioctl function FBIOPUT_VSCREENINFO since viafb doesn't support multi-head well, or it will cause screen crush. 4. VX800 2D accelerator hasn't been supported in this driver yet. When - using driver on VX800, one should add parameter "viafb_accel=0" to - disable 2D accelerator. + using driver on VX800, the driver will disable the acceleration funciton. + as default. + [Configure viafb with "fbset" tool] ----------------------------------- _