patch-2.4.21 linux-2.4.21/drivers/video/sis/sis_accel.h

Next file: linux-2.4.21/drivers/video/sis/sis_main.c
Previous file: linux-2.4.21/drivers/video/sis/sis_accel.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/drivers/video/sis/sis_accel.h linux-2.4.21/drivers/video/sis/sis_accel.h
@@ -485,6 +485,9 @@
       CmdQueLen--;
 
 int  sisfb_initaccel(void);
+void sisfb_syncaccel(void);
+
+extern struct video_info ivideo;
 
 #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,5,33)
 void fbcon_sis_bmove(struct display *p, int srcy, int srcx, int dsty,
@@ -499,10 +502,8 @@
 #endif
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,34)
 extern int sisfb_accel;
-void fbcon_sis_fillrect(struct fb_info *info, struct fb_fillrect *rect);
-void fbcon_sis_copyarea(struct fb_info *info, struct fb_copyarea *area);
-extern void cfb_fillrect(struct fb_info *info, struct fb_fillrect *rect);
-extern void cfb_copyarea(struct fb_info *info, struct fb_copyarea *area);
+void fbcon_sis_fillrect(struct fb_info *info, const struct fb_fillrect *rect);
+void fbcon_sis_copyarea(struct fb_info *info, const struct fb_copyarea *area);
 #endif
 
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)