/* * SiS 300/630/730/540/315/550/650/740/330/660 frame buffer driver * for Linux kernels 2.4.x and 2.5.x * * 2D acceleration part * * Based on the X driver's sis300_accel.c which is * Copyright Xavier Ducoin * Copyright 2002 by Thomas Winischhofer, Vienna, Austria * and sis310_accel.c which is * Copyright 2002 by Thomas Winischhofer, Vienna, Austria * * Author: Thomas Winischhofer * (see http://www.winischhofer.net/ * for more information and updates) */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) #include #else #include