comparison drivers/radeon/radeonfb.c @ 1966:9d528800f110

malloc.h -> slab.h
author nick
date Wed, 26 Sep 2001 06:33:38 +0000
parents b2b85982fc0e
children 4e3e03effdac
comparison
equal deleted inserted replaced
1965:81e6dbfdfe6d 1966:9d528800f110
30 * Enable CRT port on VE (by NK), 30 * Enable CRT port on VE (by NK),
31 * Disable SURFACE_CNTL because mplayer doesn't work 31 * Disable SURFACE_CNTL because mplayer doesn't work
32 * propertly (by NK) 32 * propertly (by NK)
33 * 0.1.0-ve.1 33 * 0.1.0-ve.1
34 * 2001-09-25 MTRR support (by NK) 34 * 2001-09-25 MTRR support (by NK)
35 * 0.1.0-ve.2
35 * Special thanks to ATI DevRel team for their hardware donations. 36 * Special thanks to ATI DevRel team for their hardware donations.
36 * 37 *
37 * LIMITATIONS: on dualhead Radeons (VE, M6, M7) driver doesn't work in 38 * LIMITATIONS: on dualhead Radeons (VE, M6, M7) driver doesn't work in
38 * dual monitor configuration. TVout is not supported too. 39 * dual monitor configuration. TVout is not supported too.
39 * Probably these problems can be solved by importing XFree86 code, which 40 * Probably these problems can be solved by importing XFree86 code, which
47 * #!/bin/sh 48 * #!/bin/sh
48 * fbset -fb /dev/fb0 -xres 640 -yres 480 -depth 32 -vxres 640 -vyres 480 -left 70 -right 50 -upper 70 -lower 70 -laced false -pixclock 39767 49 * fbset -fb /dev/fb0 -xres 640 -yres 480 -depth 32 -vxres 640 -vyres 480 -left 70 -right 50 -upper 70 -lower 70 -laced false -pixclock 39767
49 * 50 *
50 */ 51 */
51 52
52 #define RADEON_VERSION "0.1.0-ve.1" 53 #define RADEON_VERSION "0.1.0-ve.2"
53 54
54 #include <linux/config.h> 55 #include <linux/config.h>
55 #include <linux/module.h> 56 #include <linux/module.h>
56 #include <linux/kernel.h> 57 #include <linux/kernel.h>
57 #include <linux/errno.h> 58 #include <linux/errno.h>
58 #include <linux/string.h> 59 #include <linux/string.h>
59 #include <linux/mm.h> 60 #include <linux/mm.h>
60 #include <linux/tty.h> 61 #include <linux/tty.h>
61 #include <linux/malloc.h> 62 #include <linux/slab.h>
62 #include <linux/delay.h> 63 #include <linux/delay.h>
63 #include <linux/fb.h> 64 #include <linux/fb.h>
64 #include <linux/console.h> 65 #include <linux/console.h>
65 #include <linux/selection.h> 66 #include <linux/selection.h>
66 #include <linux/ioport.h> 67 #include <linux/ioport.h>