patch-2.1.132 linux/include/video/fbcon.h
Next file: linux/init/main.c
Previous file: linux/include/net/irda/wrapper.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Mon Dec 21 14:48:04 1998
- Orig file:
v2.1.131/linux/include/video/fbcon.h
- Orig date:
Thu Nov 19 09:56:29 1998
diff -u --recursive --new-file v2.1.131/linux/include/video/fbcon.h linux/include/video/fbcon.h
@@ -100,6 +100,7 @@
#define __SCROLL_YFIXED 0x010
#define __SCROLL_YNOMOVE 0x020
#define __SCROLL_YPANREDRAW 0x040
+#define __SCROLL_YNOPARTIAL 0x080
/* Only these should be used by the drivers */
/* Which one should you use? If you have a fast card and slow bus,
@@ -116,6 +117,15 @@
*/
#define SCROLL_YREDRAW (__SCROLL_YFIXED|__SCROLL_YREDRAW)
#define SCROLL_YNOMOVE (__SCROLL_YNOMOVE|__SCROLL_YPANREDRAW)
+
+/* SCROLL_YNOPARTIAL, used in combination with the above, is for video
+ cards which can not handle using panning to scroll a portion of the
+ screen without excessive flicker. Panning will only be used for
+ whole screens.
+ */
+/* Namespace consistency */
+#define SCROLL_YNOPARTIAL __SCROLL_YNOPARTIAL
+
extern void fbcon_redraw_bmove(struct display *, int, int, int, int, int, int);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov