diff options
Diffstat (limited to 'drivers/video/via/accel.h')
-rw-r--r-- | drivers/video/via/accel.h | 13 |
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 | ||
162 | void viafb_init_accel(void); | 162 | #define VIA_BITBLT_COLOR 1 |
163 | void viafb_init_2d_engine(void); | 163 | #define VIA_BITBLT_MONO 2 |
164 | void set_2d_color_depth(int); | 164 | #define VIA_BITBLT_FILL 3 |
165 | void viafb_hw_cursor_init(void); | 165 | |
166 | void viafb_show_hw_cursor(struct fb_info *info, int Status); int | 166 | int viafb_init_engine(struct fb_info *info); |
167 | viafb_wait_engine_idle(void); void viafb_set_2d_color_depth(int bpp); | 167 | void viafb_show_hw_cursor(struct fb_info *info, int Status); |
168 | void viafb_wait_engine_idle(struct fb_info *info); | ||
168 | 169 | ||
169 | #endif /* __ACCEL_H__ */ | 170 | #endif /* __ACCEL_H__ */ |