Skip to content
Commit cb908ed3 authored by Alex Ivanov's avatar Alex Ivanov Committed by Helge Deller
Browse files

stifb: Implement hardware accelerated copyarea

This patch adds hardware assisted scrolling. The code is based upon the
following investigation: https://parisc.wiki.kernel.org/index.php/NGLE#Blitter



A simple 'time ls -la /usr/bin' test shows 1.6x speed increase over soft
copy and 2.3x increase over FBINFO_READS_FAST (prefer soft copy over
screen redraw) on Artist framebuffer.

Signed-off-by: default avatarAlex Ivanov <lausgans@gmail.com>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent c4b5fd3f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment