patch-2.4.21 linux-2.4.21/drivers/video/matrox/matroxfb_accel.c
Next file: linux-2.4.21/drivers/video/matrox/matroxfb_accel.h
Previous file: linux-2.4.21/drivers/video/matrox/matroxfb_Ti3026.c
Back to the patch index
Back to the overall index
- Lines: 60
- Date:
2003-06-13 07:51:37.000000000 -0700
- Orig file:
linux-2.4.20/drivers/video/matrox/matroxfb_accel.c
- Orig date:
2001-10-15 13:47:13.000000000 -0700
diff -urN linux-2.4.20/drivers/video/matrox/matroxfb_accel.c linux-2.4.21/drivers/video/matrox/matroxfb_accel.c
@@ -143,6 +143,8 @@
ACCESS_FBINFO(accel.m_opmode) = mopmode;
}
+EXPORT_SYMBOL(matrox_cfbX_init);
+
static void matrox_cfbX_bmove(struct display* p, int sy, int sx, int dy, int dx, int height, int width) {
int pixx = p->var.xres_virtual, start, end;
CRITFLAGS
@@ -756,6 +758,7 @@
}
#endif
+#if defined(FBCON_HAS_CFB16) || defined(FBCON_HAS_CFB24) || defined(FBCON_HAS_CFB32)
static void matrox_cfbX_revc(struct display* p, int xx, int yy) {
CRITFLAGS
MINFO_FROM_DISP(p);
@@ -776,6 +779,7 @@
CRITEND
}
+#endif
static void matrox_cfbX_clear_margins(struct vc_data* conp, struct display* p, int bottom_only) {
unsigned int bottom_height, right_width;
@@ -943,7 +947,7 @@
CRITEND
}
-void matrox_text_createcursor(WPMINFO struct display* p) {
+static void matrox_text_createcursor(WPMINFO struct display* p) {
CRITFLAGS
if (ACCESS_FBINFO(currcon_display) != p)
@@ -1029,6 +1033,8 @@
var->xres_virtual = vxres * hf;
}
+EXPORT_SYMBOL(matrox_text_round);
+
static int matrox_text_setfont(struct display* p, int width, int height) {
DBG("matrox_text_setfont");
@@ -1223,6 +1229,8 @@
}
}
+EXPORT_SYMBOL(initMatrox);
+
void matrox_init_putc(WPMINFO struct display* p, void (*dac_createcursor)(WPMINFO struct display* p)) {
int i;
@@ -1245,4 +1253,7 @@
ACCESS_FBINFO(curr.putcs) = matrox_cfbX_putcs;
}
}
+
+EXPORT_SYMBOL(matrox_init_putc);
+
MODULE_LICENSE("GPL");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)