diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2008-07-23 21:31:08 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 10:47:36 -0700 |
commit | 0292be4a382957016e8b574dc292779cfb49e029 (patch) | |
tree | dc583df0ad19e5fc2f7cfa294cbd6ade9ad4a87b /include/video | |
parent | 6280fd4f9c2683a4d2f096320dd74ded4e5106ad (diff) | |
download | linux-0292be4a382957016e8b574dc292779cfb49e029.tar.gz linux-0292be4a382957016e8b574dc292779cfb49e029.tar.bz2 linux-0292be4a382957016e8b574dc292779cfb49e029.zip |
tridentfb: add imageblit acceleration for Blade3D family
Add imageblit acceleration for the Blade3D family of cores. The code is
based on code from the cyblafb driver.
It is a step toward assimilating back the cyblafb driver into the
tridentfb driver. The cyblafb driver handles a subfamily of the Trident
Blade3d cores.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/trident.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/trident.h b/include/video/trident.h index 85ced9d91312..b6ce19d1b61b 100644 --- a/include/video/trident.h +++ b/include/video/trident.h @@ -135,6 +135,7 @@ #define CMD 0x2144 #define ROP 0x2148 #define COLOR 0x2160 +#define BGCOLOR 0x2164 #define SRC1 0x2100 #define SRC2 0x2104 #define DST1 0x2108 |