patch-2.4.0-test5 linux/drivers/video/tdfxfb.c
Next file: linux/drivers/video/tgafb.c
Previous file: linux/drivers/video/sun3fb.c
Back to the patch index
Back to the overall index
- Lines: 95
- Date:
Mon Jul 24 18:24:26 2000
- Orig file:
v2.4.0-test4/linux/drivers/video/tdfxfb.c
- Orig date:
Mon Jul 10 16:47:25 2000
diff -u --recursive --new-file v2.4.0-test4/linux/drivers/video/tdfxfb.c linux/drivers/video/tdfxfb.c
@@ -1183,58 +1183,54 @@
}
#ifdef FBCON_HAS_CFB8
static struct display_switch fbcon_banshee8 = {
- fbcon_cfb8_setup,
- tdfx_cfbX_bmove,
- tdfx_cfb8_clear,
- tdfx_cfb8_putc,
- tdfx_cfb8_putcs,
- tdfx_cfbX_revc,
- tdfx_cfbX_cursor,
- NULL,
- tdfx_cfbX_clear_margins,
- FONTWIDTH(8)
+ setup: fbcon_cfb8_setup,
+ bmove: tdfx_cfbX_bmove,
+ clear: tdfx_cfb8_clear,
+ putc: tdfx_cfb8_putc,
+ putcs: tdfx_cfb8_putcs,
+ revc: tdfx_cfbX_revc,
+ cursor: tdfx_cfbX_cursor,
+ clear_margins: tdfx_cfbX_clear_margins,
+ fontwidthmask: FONTWIDTH(8)
};
#endif
#ifdef FBCON_HAS_CFB16
static struct display_switch fbcon_banshee16 = {
- fbcon_cfb16_setup,
- tdfx_cfbX_bmove,
- tdfx_cfb16_clear,
- tdfx_cfb16_putc,
- tdfx_cfb16_putcs,
- tdfx_cfbX_revc,
- tdfx_cfbX_cursor,
- NULL,
- tdfx_cfbX_clear_margins,
- FONTWIDTH(8)
+ setup: fbcon_cfb16_setup,
+ bmove: tdfx_cfbX_bmove,
+ clear: tdfx_cfb16_clear,
+ putc: tdfx_cfb16_putc,
+ putcs: tdfx_cfb16_putcs,
+ revc: tdfx_cfbX_revc,
+ cursor: tdfx_cfbX_cursor,
+ clear_margins: tdfx_cfbX_clear_margins,
+ fontwidthmask: FONTWIDTH(8)
};
#endif
#ifdef FBCON_HAS_CFB24
static struct display_switch fbcon_banshee24 = {
- fbcon_cfb24_setup,
- tdfx_cfbX_bmove,
- tdfx_cfb24_clear,
- tdfx_cfb24_putc,
- tdfx_cfb24_putcs,
- tdfx_cfbX_revc,
- tdfx_cfbX_cursor,
- NULL,
- tdfx_cfbX_clear_margins,
- FONTWIDTH(8)
+ setup: fbcon_cfb24_setup,
+ bmove: tdfx_cfbX_bmove,
+ clear: tdfx_cfb24_clear,
+ putc: tdfx_cfb24_putc,
+ putcs: tdfx_cfb24_putcs,
+ revc: tdfx_cfbX_revc,
+ cursor: tdfx_cfbX_cursor,
+ clear_margins: tdfx_cfbX_clear_margins,
+ fontwidthmask: FONTWIDTH(8)
};
#endif
#ifdef FBCON_HAS_CFB32
static struct display_switch fbcon_banshee32 = {
- fbcon_cfb32_setup,
- tdfx_cfbX_bmove,
- tdfx_cfb32_clear,
- tdfx_cfb32_putc,
- tdfx_cfb32_putcs,
- tdfx_cfbX_revc,
- tdfx_cfbX_cursor,
- NULL,
- tdfx_cfbX_clear_margins,
- FONTWIDTH(8)
+ setup: fbcon_cfb32_setup,
+ bmove: tdfx_cfbX_bmove,
+ clear: tdfx_cfb32_clear,
+ putc: tdfx_cfb32_putc,
+ putcs: tdfx_cfb32_putcs,
+ revc: tdfx_cfbX_revc,
+ cursor: tdfx_cfbX_cursor,
+ clear_margins: tdfx_cfbX_clear_margins,
+ fontwidthmask: FONTWIDTH(8)
};
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)