From 0990cf467190247a01cfa325ec6344efdf96ecaa Mon Sep 17 00:00:00 2001 From: Kristoffer Date: Fri, 15 May 2009 20:14:08 +0200 Subject: s1d13xxxfb: Backport 2D acceleration * Since the s1d13xxxfb driver is pretty much alone, its quite easy to do a backport. So we add 2D accel (fill_rect & copy_area). --- drivers/video/s1d13xxxfb.c | 331 ++++++++++++++++++++++++++++++++++++++++++--- include/video/s1d13xxxfb.h | 28 ++-- 2 files changed, 329 insertions(+), 30 deletions(-) diff --git a/drivers/video/s1d13xxxfb.c b/drivers/video/s1d13xxxfb.c index cee73c61d6f984..b496e9ac3834a9 100644 --- a/drivers/video/s1d13xxxfb.c +++ b/drivers/video/s1d13xxxfb.c @@ -2,6 +2,7 @@ * * (c) 2004 Simtec Electronics * (c) 2005 Thibaut VARENE + * (c) 2009 Kristoffer Ericson #include #include +#include +#include #include #include