aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/via/accel.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/via/accel.h')
-rw-r--r--drivers/video/via/accel.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/drivers/video/via/accel.h b/drivers/video/via/accel.h
index 29bf854e8ccf..615c84ad0f01 100644
--- a/drivers/video/via/accel.h
+++ b/drivers/video/via/accel.h
@@ -159,11 +159,12 @@
159 159
160#define MAXLOOP 0xFFFFFF 160#define MAXLOOP 0xFFFFFF
161 161
162void viafb_init_accel(void); 162#define VIA_BITBLT_COLOR 1
163void viafb_init_2d_engine(void); 163#define VIA_BITBLT_MONO 2
164void set_2d_color_depth(int); 164#define VIA_BITBLT_FILL 3
165void viafb_hw_cursor_init(void); 165
166void viafb_show_hw_cursor(struct fb_info *info, int Status); int 166int viafb_init_engine(struct fb_info *info);
167viafb_wait_engine_idle(void); void viafb_set_2d_color_depth(int bpp); 167void viafb_show_hw_cursor(struct fb_info *info, int Status);
168void viafb_wait_engine_idle(struct fb_info *info);
168 169
169#endif /* __ACCEL_H__ */ 170#endif /* __ACCEL_H__ */