aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorKrzysztof Helt <krzysztof.h1@wp.pl>2008-07-24 00:31:08 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2008-07-24 13:47:36 -0400
commit0292be4a382957016e8b574dc292779cfb49e029 (patch)
treedc583df0ad19e5fc2f7cfa294cbd6ade9ad4a87b /include/video
parent6280fd4f9c2683a4d2f096320dd74ded4e5106ad (diff)
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.h1
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 @@
135#define CMD 0x2144 135#define CMD 0x2144
136#define ROP 0x2148 136#define ROP 0x2148
137#define COLOR 0x2160 137#define COLOR 0x2160
138#define BGCOLOR 0x2164
138#define SRC1 0x2100 139#define SRC1 0x2100
139#define SRC2 0x2104 140#define SRC2 0x2104
140#define DST1 0x2108 141#define DST1 0x2108