blob: 53f1eb9638aeeae9b2b26638294e48b61832f7cb [file] [log] [blame]
Ondrej Zajiceka2684222007-02-12 00:54:49 -08001/*
2 * linux/drivers/video/s3fb.c -- Frame buffer device driver for S3 Trio/Virge
3 *
4 * Copyright (c) 2006-2007 Ondrej Zajicek <santiago@crfreenet.org>
5 *
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file COPYING in the main directory of this archive for
8 * more details.
9 *
10 * Code is based on David Boucher's viafb (http://davesdomain.org.uk/viafb/)
11 * which is based on the code of neofb.
12 */
13
14#include <linux/version.h>
15#include <linux/module.h>
16#include <linux/kernel.h>
17#include <linux/errno.h>
18#include <linux/string.h>
19#include <linux/mm.h>
20#include <linux/tty.h>
21#include <linux/slab.h>
22#include <linux/delay.h>
23#include <linux/fb.h>
24#include <linux/svga.h>
25#include <linux/init.h>
26#include <linux/pci.h>
27#include <linux/console.h> /* Why should fb driver call console functions? because acquire_console_sem() */
28#include <video/vga.h>
29
30#ifdef CONFIG_MTRR
31#include <asm/mtrr.h>
32#endif
33
34struct s3fb_info {
35 int chip, rev, mclk_freq;
36 int mtrr_reg;
37 struct vgastate state;
38 struct mutex open_lock;
39 unsigned int ref_count;
40 u32 pseudo_palette[16];
41};
42
43
44/* ------------------------------------------------------------------------- */
45
46static const struct svga_fb_format s3fb_formats[] = {
47 { 0, {0, 6, 0}, {0, 6, 0}, {0, 6, 0}, {0, 0, 0}, 0,
48 FB_TYPE_TEXT, FB_AUX_TEXT_SVGA_STEP4, FB_VISUAL_PSEUDOCOLOR, 8, 16},
49 { 4, {0, 6, 0}, {0, 6, 0}, {0, 6, 0}, {0, 0, 0}, 0,
50 FB_TYPE_PACKED_PIXELS, 0, FB_VISUAL_PSEUDOCOLOR, 8, 16},
51 { 4, {0, 6, 0}, {0, 6, 0}, {0, 6, 0}, {0, 0, 0}, 1,
52 FB_TYPE_INTERLEAVED_PLANES, 1, FB_VISUAL_PSEUDOCOLOR, 8, 16},
53 { 8, {0, 6, 0}, {0, 6, 0}, {0, 6, 0}, {0, 0, 0}, 0,
54 FB_TYPE_PACKED_PIXELS, 0, FB_VISUAL_PSEUDOCOLOR, 4, 8},
55 {16, {10, 5, 0}, {5, 5, 0}, {0, 5, 0}, {0, 0, 0}, 0,
56 FB_TYPE_PACKED_PIXELS, 0, FB_VISUAL_TRUECOLOR, 2, 4},
57 {16, {11, 5, 0}, {5, 6, 0}, {0, 5, 0}, {0, 0, 0}, 0,
58 FB_TYPE_PACKED_PIXELS, 0, FB_VISUAL_TRUECOLOR, 2, 4},
59 {24, {16, 8, 0}, {8, 8, 0}, {0, 8, 0}, {0, 0, 0}, 0,
60 FB_TYPE_PACKED_PIXELS, 0, FB_VISUAL_TRUECOLOR, 1, 2},
61 {32, {16, 8, 0}, {8, 8, 0}, {0, 8, 0}, {0, 0, 0}, 0,
62 FB_TYPE_PACKED_PIXELS, 0, FB_VISUAL_TRUECOLOR, 1, 2},
63 SVGA_FORMAT_END
64};
65
66
67static const struct svga_pll s3_pll = {3, 129, 3, 33, 0, 3,
68 60000, 240000, 14318};
69
70static const int s3_memsizes[] = {4096, 0, 3072, 8192, 2048, 6144, 1024, 512};
71
72static const char * const s3_names[] = {"S3 Unknown", "S3 Trio32", "S3 Trio64", "S3 Trio64V+",
73 "S3 Trio64UV+", "S3 Trio64V2/DX", "S3 Trio64V2/GX",
74 "S3 Plato/PX", "S3 Aurora64VP", "S3 Virge",
75 "S3 Virge/VX", "S3 Virge/DX", "S3 Virge/GX",
76 "S3 Virge/GX2", "S3 Virge/GX2P", "S3 Virge/GX2P"};
77
78#define CHIP_UNKNOWN 0x00
79#define CHIP_732_TRIO32 0x01
80#define CHIP_764_TRIO64 0x02
81#define CHIP_765_TRIO64VP 0x03
82#define CHIP_767_TRIO64UVP 0x04
83#define CHIP_775_TRIO64V2_DX 0x05
84#define CHIP_785_TRIO64V2_GX 0x06
85#define CHIP_551_PLATO_PX 0x07
86#define CHIP_M65_AURORA64VP 0x08
87#define CHIP_325_VIRGE 0x09
88#define CHIP_988_VIRGE_VX 0x0A
89#define CHIP_375_VIRGE_DX 0x0B
90#define CHIP_385_VIRGE_GX 0x0C
91#define CHIP_356_VIRGE_GX2 0x0D
92#define CHIP_357_VIRGE_GX2P 0x0E
93#define CHIP_359_VIRGE_GX2P 0x0F
94
95#define CHIP_XXX_TRIO 0x80
96#define CHIP_XXX_TRIO64V2_DXGX 0x81
97#define CHIP_XXX_VIRGE_DXGX 0x82
98
99#define CHIP_UNDECIDED_FLAG 0x80
100#define CHIP_MASK 0xFF
101
102/* CRT timing register sets */
103
104static const struct vga_regset s3_h_total_regs[] = {{0x00, 0, 7}, {0x5D, 0, 0}, VGA_REGSET_END};
105static const struct vga_regset s3_h_display_regs[] = {{0x01, 0, 7}, {0x5D, 1, 1}, VGA_REGSET_END};
106static const struct vga_regset s3_h_blank_start_regs[] = {{0x02, 0, 7}, {0x5D, 2, 2}, VGA_REGSET_END};
107static const struct vga_regset s3_h_blank_end_regs[] = {{0x03, 0, 4}, {0x05, 7, 7}, VGA_REGSET_END};
108static const struct vga_regset s3_h_sync_start_regs[] = {{0x04, 0, 7}, {0x5D, 4, 4}, VGA_REGSET_END};
109static const struct vga_regset s3_h_sync_end_regs[] = {{0x05, 0, 4}, VGA_REGSET_END};
110
111static const struct vga_regset s3_v_total_regs[] = {{0x06, 0, 7}, {0x07, 0, 0}, {0x07, 5, 5}, {0x5E, 0, 0}, VGA_REGSET_END};
112static const struct vga_regset s3_v_display_regs[] = {{0x12, 0, 7}, {0x07, 1, 1}, {0x07, 6, 6}, {0x5E, 1, 1}, VGA_REGSET_END};
113static const struct vga_regset s3_v_blank_start_regs[] = {{0x15, 0, 7}, {0x07, 3, 3}, {0x09, 5, 5}, {0x5E, 2, 2}, VGA_REGSET_END};
114static const struct vga_regset s3_v_blank_end_regs[] = {{0x16, 0, 7}, VGA_REGSET_END};
115static const struct vga_regset s3_v_sync_start_regs[] = {{0x10, 0, 7}, {0x07, 2, 2}, {0x07, 7, 7}, {0x5E, 4, 4}, VGA_REGSET_END};
116static const struct vga_regset s3_v_sync_end_regs[] = {{0x11, 0, 3}, VGA_REGSET_END};
117
118static const struct vga_regset s3_line_compare_regs[] = {{0x18, 0, 7}, {0x07, 4, 4}, {0x09, 6, 6}, {0x5E, 6, 6}, VGA_REGSET_END};
119static const struct vga_regset s3_start_address_regs[] = {{0x0d, 0, 7}, {0x0c, 0, 7}, {0x31, 4, 5}, {0x51, 0, 1}, VGA_REGSET_END};
120static const struct vga_regset s3_offset_regs[] = {{0x13, 0, 7}, {0x51, 4, 5}, VGA_REGSET_END}; /* set 0x43 bit 2 to 0 */
121
122static const struct svga_timing_regs s3_timing_regs = {
123 s3_h_total_regs, s3_h_display_regs, s3_h_blank_start_regs,
124 s3_h_blank_end_regs, s3_h_sync_start_regs, s3_h_sync_end_regs,
125 s3_v_total_regs, s3_v_display_regs, s3_v_blank_start_regs,
126 s3_v_blank_end_regs, s3_v_sync_start_regs, s3_v_sync_end_regs,
127};
128
129
130/* ------------------------------------------------------------------------- */
131
132/* Module parameters */
133
134
135static char *mode = "640x480-8@60";
136
137#ifdef CONFIG_MTRR
138static int mtrr = 1;
139#endif
140
141static int fasttext = 1;
142
143
144MODULE_AUTHOR("(c) 2006-2007 Ondrej Zajicek <santiago@crfreenet.org>");
145MODULE_LICENSE("GPL");
146MODULE_DESCRIPTION("fbdev driver for S3 Trio/Virge");
147
148module_param(mode, charp, 0444);
149MODULE_PARM_DESC(mode, "Default video mode ('640x480-8@60', etc)");
150
151#ifdef CONFIG_MTRR
152module_param(mtrr, int, 0444);
153MODULE_PARM_DESC(mtrr, "Enable write-combining with MTRR (1=enable, 0=disable, default=1)");
154#endif
155
156module_param(fasttext, int, 0644);
157MODULE_PARM_DESC(fasttext, "Enable S3 fast text mode (1=enable, 0=disable, default=1)");
158
159
160/* ------------------------------------------------------------------------- */
161
162/* Set font in S3 fast text mode */
163
164static void s3fb_settile_fast(struct fb_info *info, struct fb_tilemap *map)
165{
166 const u8 *font = map->data;
Antonino A. Daplas75814d82007-05-08 00:38:49 -0700167 u8 __iomem *fb = (u8 __iomem *) info->screen_base;
Ondrej Zajiceka2684222007-02-12 00:54:49 -0800168 int i, c;
169
170 if ((map->width != 8) || (map->height != 16) ||
171 (map->depth != 1) || (map->length != 256)) {
172 printk(KERN_ERR "fb%d: unsupported font parameters: width %d, height %d, depth %d, length %d\n",
173 info->node, map->width, map->height, map->depth, map->length);
174 return;
175 }
176
177 fb += 2;
178 for (i = 0; i < map->height; i++) {
179 for (c = 0; c < map->length; c++) {
Antonino A. Daplas75814d82007-05-08 00:38:49 -0700180 fb_writeb(font[c * map->height + i], fb + c * 4);
Ondrej Zajiceka2684222007-02-12 00:54:49 -0800181 }
182 fb += 1024;
183 }
184}
185
186
187
188static struct fb_tile_ops s3fb_tile_ops = {
189 .fb_settile = svga_settile,
190 .fb_tilecopy = svga_tilecopy,
191 .fb_tilefill = svga_tilefill,
192 .fb_tileblit = svga_tileblit,
193 .fb_tilecursor = svga_tilecursor,
194};
195
196static struct fb_tile_ops s3fb_fast_tile_ops = {
197 .fb_settile = s3fb_settile_fast,
198 .fb_tilecopy = svga_tilecopy,
199 .fb_tilefill = svga_tilefill,
200 .fb_tileblit = svga_tileblit,
201 .fb_tilecursor = svga_tilecursor,
202};
203
204
205/* ------------------------------------------------------------------------- */
206
207/* image data is MSB-first, fb structure is MSB-first too */
208static inline u32 expand_color(u32 c)
209{
210 return ((c & 1) | ((c & 2) << 7) | ((c & 4) << 14) | ((c & 8) << 21)) * 0xFF;
211}
212
213/* s3fb_iplan_imageblit silently assumes that almost everything is 8-pixel aligned */
214static void s3fb_iplan_imageblit(struct fb_info *info, const struct fb_image *image)
215{
216 u32 fg = expand_color(image->fg_color);
217 u32 bg = expand_color(image->bg_color);
218 const u8 *src1, *src;
219 u8 __iomem *dst1;
220 u32 __iomem *dst;
221 u32 val;
222 int x, y;
223
224 src1 = image->data;
225 dst1 = info->screen_base + (image->dy * info->fix.line_length)
226 + ((image->dx / 8) * 4);
227
228 for (y = 0; y < image->height; y++) {
229 src = src1;
230 dst = (u32 __iomem *) dst1;
231 for (x = 0; x < image->width; x += 8) {
232 val = *(src++) * 0x01010101;
233 val = (val & fg) | (~val & bg);
234 fb_writel(val, dst++);
235 }
236 src1 += image->width / 8;
237 dst1 += info->fix.line_length;
238 }
239
240}
241
242/* s3fb_iplan_fillrect silently assumes that almost everything is 8-pixel aligned */
243static void s3fb_iplan_fillrect(struct fb_info *info, const struct fb_fillrect *rect)
244{
245 u32 fg = expand_color(rect->color);
246 u8 __iomem *dst1;
247 u32 __iomem *dst;
248 int x, y;
249
250 dst1 = info->screen_base + (rect->dy * info->fix.line_length)
251 + ((rect->dx / 8) * 4);
252
253 for (y = 0; y < rect->height; y++) {
254 dst = (u32 __iomem *) dst1;
255 for (x = 0; x < rect->width; x += 8) {
256 fb_writel(fg, dst++);
257 }
258 dst1 += info->fix.line_length;
259 }
260}
261
262
263/* image data is MSB-first, fb structure is high-nibble-in-low-byte-first */
264static inline u32 expand_pixel(u32 c)
265{
266 return (((c & 1) << 24) | ((c & 2) << 27) | ((c & 4) << 14) | ((c & 8) << 17) |
267 ((c & 16) << 4) | ((c & 32) << 7) | ((c & 64) >> 6) | ((c & 128) >> 3)) * 0xF;
268}
269
270/* s3fb_cfb4_imageblit silently assumes that almost everything is 8-pixel aligned */
271static void s3fb_cfb4_imageblit(struct fb_info *info, const struct fb_image *image)
272{
273 u32 fg = image->fg_color * 0x11111111;
274 u32 bg = image->bg_color * 0x11111111;
275 const u8 *src1, *src;
276 u8 __iomem *dst1;
277 u32 __iomem *dst;
278 u32 val;
279 int x, y;
280
281 src1 = image->data;
282 dst1 = info->screen_base + (image->dy * info->fix.line_length)
283 + ((image->dx / 8) * 4);
284
285 for (y = 0; y < image->height; y++) {
286 src = src1;
287 dst = (u32 __iomem *) dst1;
288 for (x = 0; x < image->width; x += 8) {
289 val = expand_pixel(*(src++));
290 val = (val & fg) | (~val & bg);
291 fb_writel(val, dst++);
292 }
293 src1 += image->width / 8;
294 dst1 += info->fix.line_length;
295 }
296}
297
298static void s3fb_imageblit(struct fb_info *info, const struct fb_image *image)
299{
300 if ((info->var.bits_per_pixel == 4) && (image->depth == 1)
301 && ((image->width % 8) == 0) && ((image->dx % 8) == 0)) {
302 if (info->fix.type == FB_TYPE_INTERLEAVED_PLANES)
303 s3fb_iplan_imageblit(info, image);
304 else
305 s3fb_cfb4_imageblit(info, image);
306 } else
307 cfb_imageblit(info, image);
308}
309
310static void s3fb_fillrect(struct fb_info *info, const struct fb_fillrect *rect)
311{
312 if ((info->var.bits_per_pixel == 4)
313 && ((rect->width % 8) == 0) && ((rect->dx % 8) == 0)
314 && (info->fix.type == FB_TYPE_INTERLEAVED_PLANES))
315 s3fb_iplan_fillrect(info, rect);
316 else
317 cfb_fillrect(info, rect);
318}
319
320
321
322/* ------------------------------------------------------------------------- */
323
324
325static void s3_set_pixclock(struct fb_info *info, u32 pixclock)
326{
327 u16 m, n, r;
328 u8 regval;
329
330 svga_compute_pll(&s3_pll, 1000000000 / pixclock, &m, &n, &r, info->node);
331
332 /* Set VGA misc register */
333 regval = vga_r(NULL, VGA_MIS_R);
334 vga_w(NULL, VGA_MIS_W, regval | VGA_MIS_ENB_PLL_LOAD);
335
336 /* Set S3 clock registers */
337 vga_wseq(NULL, 0x12, ((n - 2) | (r << 5)));
338 vga_wseq(NULL, 0x13, m - 2);
339
340 udelay(1000);
341
342 /* Activate clock - write 0, 1, 0 to seq/15 bit 5 */
343 regval = vga_rseq (NULL, 0x15); /* | 0x80; */
344 vga_wseq(NULL, 0x15, regval & ~(1<<5));
345 vga_wseq(NULL, 0x15, regval | (1<<5));
346 vga_wseq(NULL, 0x15, regval & ~(1<<5));
347}
348
349
350/* Open framebuffer */
351
352static int s3fb_open(struct fb_info *info, int user)
353{
354 struct s3fb_info *par = info->par;
355
356 mutex_lock(&(par->open_lock));
357 if (par->ref_count == 0) {
358 memset(&(par->state), 0, sizeof(struct vgastate));
359 par->state.flags = VGA_SAVE_MODE | VGA_SAVE_FONTS | VGA_SAVE_CMAP;
360 par->state.num_crtc = 0x70;
361 par->state.num_seq = 0x20;
362 save_vga(&(par->state));
363 }
364
365 par->ref_count++;
366 mutex_unlock(&(par->open_lock));
367
368 return 0;
369}
370
371/* Close framebuffer */
372
373static int s3fb_release(struct fb_info *info, int user)
374{
375 struct s3fb_info *par = info->par;
376
377 mutex_lock(&(par->open_lock));
378 if (par->ref_count == 0) {
379 mutex_unlock(&(par->open_lock));
380 return -EINVAL;
381 }
382
383 if (par->ref_count == 1)
384 restore_vga(&(par->state));
385
386 par->ref_count--;
387 mutex_unlock(&(par->open_lock));
388
389 return 0;
390}
391
392/* Validate passed in var */
393
394static int s3fb_check_var(struct fb_var_screeninfo *var, struct fb_info *info)
395{
396 struct s3fb_info *par = info->par;
397 int rv, mem, step;
398
399 /* Find appropriate format */
400 rv = svga_match_format (s3fb_formats, var, NULL);
401 if ((rv < 0) || ((par->chip == CHIP_988_VIRGE_VX) ? (rv == 7) : (rv == 6)))
402 { /* 24bpp on VIRGE VX, 32bpp on others */
403 printk(KERN_ERR "fb%d: unsupported mode requested\n", info->node);
404 return rv;
405 }
406
407 /* Do not allow to have real resoulution larger than virtual */
408 if (var->xres > var->xres_virtual)
409 var->xres_virtual = var->xres;
410
411 if (var->yres > var->yres_virtual)
412 var->yres_virtual = var->yres;
413
414 /* Round up xres_virtual to have proper alignment of lines */
415 step = s3fb_formats[rv].xresstep - 1;
416 var->xres_virtual = (var->xres_virtual+step) & ~step;
417
418 /* Check whether have enough memory */
419 mem = ((var->bits_per_pixel * var->xres_virtual) >> 3) * var->yres_virtual;
420 if (mem > info->screen_size)
421 {
422 printk(KERN_ERR "fb%d: not enough framebuffer memory (%d kB requested , %d kB available)\n",
423 info->node, mem >> 10, (unsigned int) (info->screen_size >> 10));
424 return -EINVAL;
425 }
426
427 rv = svga_check_timings (&s3_timing_regs, var, info->node);
428 if (rv < 0)
429 {
430 printk(KERN_ERR "fb%d: invalid timings requested\n", info->node);
431 return rv;
432 }
433
434 return 0;
435}
436
437/* Set video mode from par */
438
439static int s3fb_set_par(struct fb_info *info)
440{
441 struct s3fb_info *par = info->par;
442 u32 value, mode, hmul, offset_value, screen_size, multiplex;
443 u32 bpp = info->var.bits_per_pixel;
444
445 if (bpp != 0) {
446 info->fix.ypanstep = 1;
447 info->fix.line_length = (info->var.xres_virtual * bpp) / 8;
448
449 info->flags &= ~FBINFO_MISC_TILEBLITTING;
450 info->tileops = NULL;
451
Antonino A. Daplas8db51662007-05-08 00:39:14 -0700452 /* supports blit rectangles of any dimension */
453 info->pixmap.blit_x = ~(u32)0;
454 info->pixmap.blit_y = ~(u32)0;
Ondrej Zajiceka2684222007-02-12 00:54:49 -0800455 offset_value = (info->var.xres_virtual * bpp) / 64;
456 screen_size = info->var.yres_virtual * info->fix.line_length;
457 } else {
458 info->fix.ypanstep = 16;
459 info->fix.line_length = 0;
460
461 info->flags |= FBINFO_MISC_TILEBLITTING;
462 info->tileops = fasttext ? &s3fb_fast_tile_ops : &s3fb_tile_ops;
Antonino A. Daplas8db51662007-05-08 00:39:14 -0700463 /* supports 8x16 tiles only */
464 info->pixmap.blit_x = 1 << (8 - 1);
465 info->pixmap.blit_y = 1 << (16 - 1);
Ondrej Zajiceka2684222007-02-12 00:54:49 -0800466
467 offset_value = info->var.xres_virtual / 16;
468 screen_size = (info->var.xres_virtual * info->var.yres_virtual) / 64;
469 }
470
471 info->var.xoffset = 0;
472 info->var.yoffset = 0;
473 info->var.activate = FB_ACTIVATE_NOW;
474
475 /* Unlock registers */
476 vga_wcrt(NULL, 0x38, 0x48);
477 vga_wcrt(NULL, 0x39, 0xA5);
478 vga_wseq(NULL, 0x08, 0x06);
479 svga_wcrt_mask(0x11, 0x00, 0x80);
480
481 /* Blank screen and turn off sync */
482 svga_wseq_mask(0x01, 0x20, 0x20);
483 svga_wcrt_mask(0x17, 0x00, 0x80);
484
485 /* Set default values */
486 svga_set_default_gfx_regs();
487 svga_set_default_atc_regs();
488 svga_set_default_seq_regs();
489 svga_set_default_crt_regs();
490 svga_wcrt_multi(s3_line_compare_regs, 0xFFFFFFFF);
491 svga_wcrt_multi(s3_start_address_regs, 0);
492
493 /* S3 specific initialization */
494 svga_wcrt_mask(0x58, 0x10, 0x10); /* enable linear framebuffer */
495 svga_wcrt_mask(0x31, 0x08, 0x08); /* enable sequencer access to framebuffer above 256 kB */
496
497/* svga_wcrt_mask(0x33, 0x08, 0x08); */ /* DDR ? */
498/* svga_wcrt_mask(0x43, 0x01, 0x01); */ /* DDR ? */
499 svga_wcrt_mask(0x33, 0x00, 0x08); /* no DDR ? */
500 svga_wcrt_mask(0x43, 0x00, 0x01); /* no DDR ? */
501
502 svga_wcrt_mask(0x5D, 0x00, 0x28); // Clear strange HSlen bits
503
504/* svga_wcrt_mask(0x58, 0x03, 0x03); */
505
506/* svga_wcrt_mask(0x53, 0x12, 0x13); */ /* enable MMIO */
507/* svga_wcrt_mask(0x40, 0x08, 0x08); */ /* enable write buffer */
508
509
510 /* Set the offset register */
511 pr_debug("fb%d: offset register : %d\n", info->node, offset_value);
512 svga_wcrt_multi(s3_offset_regs, offset_value);
513
514 vga_wcrt(NULL, 0x54, 0x18); /* M parameter */
515 vga_wcrt(NULL, 0x60, 0xff); /* N parameter */
516 vga_wcrt(NULL, 0x61, 0xff); /* L parameter */
517 vga_wcrt(NULL, 0x62, 0xff); /* L parameter */
518
519 vga_wcrt(NULL, 0x3A, 0x35);
520 svga_wattr(0x33, 0x00);
521
522 if (info->var.vmode & FB_VMODE_DOUBLE)
523 svga_wcrt_mask(0x09, 0x80, 0x80);
524 else
525 svga_wcrt_mask(0x09, 0x00, 0x80);
526
527 if (info->var.vmode & FB_VMODE_INTERLACED)
528 svga_wcrt_mask(0x42, 0x20, 0x20);
529 else
530 svga_wcrt_mask(0x42, 0x00, 0x20);
531
532 /* Disable hardware graphics cursor */
533 svga_wcrt_mask(0x45, 0x00, 0x01);
534 /* Disable Streams engine */
535 svga_wcrt_mask(0x67, 0x00, 0x0C);
536
537 mode = svga_match_format(s3fb_formats, &(info->var), &(info->fix));
538
539 /* S3 virge DX hack */
540 if (par->chip == CHIP_375_VIRGE_DX) {
541 vga_wcrt(NULL, 0x86, 0x80);
542 vga_wcrt(NULL, 0x90, 0x00);
543 }
544
545 /* S3 virge VX hack */
546 if (par->chip == CHIP_988_VIRGE_VX) {
547 vga_wcrt(NULL, 0x50, 0x00);
548 vga_wcrt(NULL, 0x67, 0x50);
549
550 vga_wcrt(NULL, 0x63, (mode <= 2) ? 0x90 : 0x09);
551 vga_wcrt(NULL, 0x66, 0x90);
552 }
553
554 svga_wcrt_mask(0x31, 0x00, 0x40);
555 multiplex = 0;
556 hmul = 1;
557
558 /* Set mode-specific register values */
559 switch (mode) {
560 case 0:
561 pr_debug("fb%d: text mode\n", info->node);
562 svga_set_textmode_vga_regs();
563
564 /* Set additional registers like in 8-bit mode */
565 svga_wcrt_mask(0x50, 0x00, 0x30);
566 svga_wcrt_mask(0x67, 0x00, 0xF0);
567
568 /* Disable enhanced mode */
569 svga_wcrt_mask(0x3A, 0x00, 0x30);
570
571 if (fasttext) {
572 pr_debug("fb%d: high speed text mode set\n", info->node);
573 svga_wcrt_mask(0x31, 0x40, 0x40);
574 }
575 break;
576 case 1:
577 pr_debug("fb%d: 4 bit pseudocolor\n", info->node);
578 vga_wgfx(NULL, VGA_GFX_MODE, 0x40);
579
580 /* Set additional registers like in 8-bit mode */
581 svga_wcrt_mask(0x50, 0x00, 0x30);
582 svga_wcrt_mask(0x67, 0x00, 0xF0);
583
584 /* disable enhanced mode */
585 svga_wcrt_mask(0x3A, 0x00, 0x30);
586 break;
587 case 2:
588 pr_debug("fb%d: 4 bit pseudocolor, planar\n", info->node);
589
590 /* Set additional registers like in 8-bit mode */
591 svga_wcrt_mask(0x50, 0x00, 0x30);
592 svga_wcrt_mask(0x67, 0x00, 0xF0);
593
594 /* disable enhanced mode */
595 svga_wcrt_mask(0x3A, 0x00, 0x30);
596 break;
597 case 3:
598 pr_debug("fb%d: 8 bit pseudocolor\n", info->node);
599 if (info->var.pixclock > 20000) {
600 svga_wcrt_mask(0x50, 0x00, 0x30);
601 svga_wcrt_mask(0x67, 0x00, 0xF0);
602 } else {
603 svga_wcrt_mask(0x50, 0x00, 0x30);
604 svga_wcrt_mask(0x67, 0x10, 0xF0);
605 multiplex = 1;
606 }
607 break;
608 case 4:
609 pr_debug("fb%d: 5/5/5 truecolor\n", info->node);
610 if (par->chip == CHIP_988_VIRGE_VX) {
611 if (info->var.pixclock > 20000)
612 svga_wcrt_mask(0x67, 0x20, 0xF0);
613 else
614 svga_wcrt_mask(0x67, 0x30, 0xF0);
615 } else {
616 svga_wcrt_mask(0x50, 0x10, 0x30);
617 svga_wcrt_mask(0x67, 0x30, 0xF0);
618 hmul = 2;
619 }
620 break;
621 case 5:
622 pr_debug("fb%d: 5/6/5 truecolor\n", info->node);
623 if (par->chip == CHIP_988_VIRGE_VX) {
624 if (info->var.pixclock > 20000)
625 svga_wcrt_mask(0x67, 0x40, 0xF0);
626 else
627 svga_wcrt_mask(0x67, 0x50, 0xF0);
628 } else {
629 svga_wcrt_mask(0x50, 0x10, 0x30);
630 svga_wcrt_mask(0x67, 0x50, 0xF0);
631 hmul = 2;
632 }
633 break;
634 case 6:
635 /* VIRGE VX case */
636 pr_debug("fb%d: 8/8/8 truecolor\n", info->node);
637 svga_wcrt_mask(0x67, 0xD0, 0xF0);
638 break;
639 case 7:
640 pr_debug("fb%d: 8/8/8/8 truecolor\n", info->node);
641 svga_wcrt_mask(0x50, 0x30, 0x30);
642 svga_wcrt_mask(0x67, 0xD0, 0xF0);
643 break;
644 default:
645 printk(KERN_ERR "fb%d: unsupported mode - bug\n", info->node);
646 return -EINVAL;
647 }
648
649 if (par->chip != CHIP_988_VIRGE_VX) {
650 svga_wseq_mask(0x15, multiplex ? 0x10 : 0x00, 0x10);
651 svga_wseq_mask(0x18, multiplex ? 0x80 : 0x00, 0x80);
652 }
653
654 s3_set_pixclock(info, info->var.pixclock);
655 svga_set_timings(&s3_timing_regs, &(info->var), hmul, 1,
656 (info->var.vmode & FB_VMODE_DOUBLE) ? 2 : 1,
657 (info->var.vmode & FB_VMODE_INTERLACED) ? 2 : 1,
658 hmul, info->node);
659
660 /* Set interlaced mode start/end register */
661 value = info->var.xres + info->var.left_margin + info->var.right_margin + info->var.hsync_len;
662 value = ((value * hmul) / 8) - 5;
663 vga_wcrt(NULL, 0x3C, (value + 1) / 2);
664
Antonino A. Daplas75814d82007-05-08 00:38:49 -0700665 memset_io(info->screen_base, 0x00, screen_size);
Ondrej Zajiceka2684222007-02-12 00:54:49 -0800666 /* Device and screen back on */
667 svga_wcrt_mask(0x17, 0x80, 0x80);
668 svga_wseq_mask(0x01, 0x00, 0x20);
669
670 return 0;
671}
672
673/* Set a colour register */
674
675static int s3fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue,
676 u_int transp, struct fb_info *fb)
677{
678 switch (fb->var.bits_per_pixel) {
679 case 0:
680 case 4:
681 if (regno >= 16)
682 return -EINVAL;
683
684 if ((fb->var.bits_per_pixel == 4) &&
685 (fb->var.nonstd == 0)) {
686 outb(0xF0, VGA_PEL_MSK);
687 outb(regno*16, VGA_PEL_IW);
688 } else {
689 outb(0x0F, VGA_PEL_MSK);
690 outb(regno, VGA_PEL_IW);
691 }
692 outb(red >> 10, VGA_PEL_D);
693 outb(green >> 10, VGA_PEL_D);
694 outb(blue >> 10, VGA_PEL_D);
695 break;
696 case 8:
697 if (regno >= 256)
698 return -EINVAL;
699
700 outb(0xFF, VGA_PEL_MSK);
701 outb(regno, VGA_PEL_IW);
702 outb(red >> 10, VGA_PEL_D);
703 outb(green >> 10, VGA_PEL_D);
704 outb(blue >> 10, VGA_PEL_D);
705 break;
706 case 16:
707 if (regno >= 16)
708 return -EINVAL;
709
710 if (fb->var.green.length == 5)
711 ((u32*)fb->pseudo_palette)[regno] = ((red & 0xF800) >> 1) |
712 ((green & 0xF800) >> 6) | ((blue & 0xF800) >> 11);
713 else if (fb->var.green.length == 6)
714 ((u32*)fb->pseudo_palette)[regno] = (red & 0xF800) |
715 ((green & 0xFC00) >> 5) | ((blue & 0xF800) >> 11);
716 else return -EINVAL;
717 break;
718 case 24:
719 case 32:
720 if (regno >= 16)
721 return -EINVAL;
722
723 ((u32*)fb->pseudo_palette)[regno] = ((transp & 0xFF00) << 16) | ((red & 0xFF00) << 8) |
724 (green & 0xFF00) | ((blue & 0xFF00) >> 8);
725 break;
726 default:
727 return -EINVAL;
728 }
729
730 return 0;
731}
732
733
734/* Set the display blanking state */
735
736static int s3fb_blank(int blank_mode, struct fb_info *info)
737{
738 switch (blank_mode) {
739 case FB_BLANK_UNBLANK:
740 pr_debug("fb%d: unblank\n", info->node);
741 svga_wcrt_mask(0x56, 0x00, 0x06);
742 svga_wseq_mask(0x01, 0x00, 0x20);
743 break;
744 case FB_BLANK_NORMAL:
745 pr_debug("fb%d: blank\n", info->node);
746 svga_wcrt_mask(0x56, 0x00, 0x06);
747 svga_wseq_mask(0x01, 0x20, 0x20);
748 break;
749 case FB_BLANK_HSYNC_SUSPEND:
750 pr_debug("fb%d: hsync\n", info->node);
751 svga_wcrt_mask(0x56, 0x02, 0x06);
752 svga_wseq_mask(0x01, 0x20, 0x20);
753 break;
754 case FB_BLANK_VSYNC_SUSPEND:
755 pr_debug("fb%d: vsync\n", info->node);
756 svga_wcrt_mask(0x56, 0x04, 0x06);
757 svga_wseq_mask(0x01, 0x20, 0x20);
758 break;
759 case FB_BLANK_POWERDOWN:
760 pr_debug("fb%d: sync down\n", info->node);
761 svga_wcrt_mask(0x56, 0x06, 0x06);
762 svga_wseq_mask(0x01, 0x20, 0x20);
763 break;
764 }
765
766 return 0;
767}
768
769
770/* Pan the display */
771
772static int s3fb_pan_display(struct fb_var_screeninfo *var, struct fb_info *info) {
773
774 unsigned int offset;
775
776 /* Validate the offsets */
777 if ((var->xoffset + var->xres) > var->xres_virtual)
778 return -EINVAL;
779 if ((var->yoffset + var->yres) > var->yres_virtual)
780 return -EINVAL;
781
782 /* Calculate the offset */
783 if (var->bits_per_pixel == 0) {
784 offset = (var->yoffset / 16) * (var->xres_virtual / 2) + (var->xoffset / 2);
785 offset = offset >> 2;
786 } else {
787 offset = (var->yoffset * info->fix.line_length) +
788 (var->xoffset * var->bits_per_pixel / 8);
789 offset = offset >> 2;
790 }
791
792 /* Set the offset */
793 svga_wcrt_multi(s3_start_address_regs, offset);
794
795 return 0;
796}
797
798/* ------------------------------------------------------------------------- */
799
800/* Frame buffer operations */
801
802static struct fb_ops s3fb_ops = {
803 .owner = THIS_MODULE,
804 .fb_open = s3fb_open,
805 .fb_release = s3fb_release,
806 .fb_check_var = s3fb_check_var,
807 .fb_set_par = s3fb_set_par,
808 .fb_setcolreg = s3fb_setcolreg,
809 .fb_blank = s3fb_blank,
810 .fb_pan_display = s3fb_pan_display,
811 .fb_fillrect = s3fb_fillrect,
812 .fb_copyarea = cfb_copyarea,
813 .fb_imageblit = s3fb_imageblit,
814};
815
816/* ------------------------------------------------------------------------- */
817
818static int __devinit s3_identification(int chip)
819{
820 if (chip == CHIP_XXX_TRIO) {
821 u8 cr30 = vga_rcrt(NULL, 0x30);
822 u8 cr2e = vga_rcrt(NULL, 0x2e);
823 u8 cr2f = vga_rcrt(NULL, 0x2f);
824
825 if ((cr30 == 0xE0) || (cr30 == 0xE1)) {
826 if (cr2e == 0x10)
827 return CHIP_732_TRIO32;
828 if (cr2e == 0x11) {
829 if (! (cr2f & 0x40))
830 return CHIP_764_TRIO64;
831 else
832 return CHIP_765_TRIO64VP;
833 }
834 }
835 }
836
837 if (chip == CHIP_XXX_TRIO64V2_DXGX) {
838 u8 cr6f = vga_rcrt(NULL, 0x6f);
839
840 if (! (cr6f & 0x01))
841 return CHIP_775_TRIO64V2_DX;
842 else
843 return CHIP_785_TRIO64V2_GX;
844 }
845
846 if (chip == CHIP_XXX_VIRGE_DXGX) {
847 u8 cr6f = vga_rcrt(NULL, 0x6f);
848
849 if (! (cr6f & 0x01))
850 return CHIP_375_VIRGE_DX;
851 else
852 return CHIP_385_VIRGE_GX;
853 }
854
855 return CHIP_UNKNOWN;
856}
857
858
859/* PCI probe */
860
861static int __devinit s3_pci_probe(struct pci_dev *dev, const struct pci_device_id *id)
862{
863 struct fb_info *info;
864 struct s3fb_info *par;
865 int rc;
866 u8 regval, cr38, cr39;
867
868 /* Ignore secondary VGA device because there is no VGA arbitration */
869 if (! svga_primary_device(dev)) {
870 dev_info(&(dev->dev), "ignoring secondary device\n");
871 return -ENODEV;
872 }
873
874 /* Allocate and fill driver data structure */
875 info = framebuffer_alloc(sizeof(struct s3fb_info), NULL);
876 if (!info) {
877 dev_err(&(dev->dev), "cannot allocate memory\n");
878 return -ENOMEM;
879 }
880
881 par = info->par;
882 mutex_init(&par->open_lock);
883
884 info->flags = FBINFO_PARTIAL_PAN_OK | FBINFO_HWACCEL_YPAN;
885 info->fbops = &s3fb_ops;
886
887 /* Prepare PCI device */
888 rc = pci_enable_device(dev);
889 if (rc < 0) {
890 dev_err(&(dev->dev), "cannot enable PCI device\n");
891 goto err_enable_device;
892 }
893
894 rc = pci_request_regions(dev, "s3fb");
895 if (rc < 0) {
896 dev_err(&(dev->dev), "cannot reserve framebuffer region\n");
897 goto err_request_regions;
898 }
899
900
901 info->fix.smem_start = pci_resource_start(dev, 0);
902 info->fix.smem_len = pci_resource_len(dev, 0);
903
904 /* Map physical IO memory address into kernel space */
905 info->screen_base = pci_iomap(dev, 0, 0);
906 if (! info->screen_base) {
907 rc = -ENOMEM;
908 dev_err(&(dev->dev), "iomap for framebuffer failed\n");
909 goto err_iomap;
910 }
911
912 /* Unlock regs */
913 cr38 = vga_rcrt(NULL, 0x38);
914 cr39 = vga_rcrt(NULL, 0x39);
915 vga_wseq(NULL, 0x08, 0x06);
916 vga_wcrt(NULL, 0x38, 0x48);
917 vga_wcrt(NULL, 0x39, 0xA5);
918
919 /* Find how many physical memory there is on card */
920 /* 0x36 register is accessible even if other registers are locked */
921 regval = vga_rcrt(NULL, 0x36);
922 info->screen_size = s3_memsizes[regval >> 5] << 10;
923 info->fix.smem_len = info->screen_size;
924
925 par->chip = id->driver_data & CHIP_MASK;
926 par->rev = vga_rcrt(NULL, 0x2f);
927 if (par->chip & CHIP_UNDECIDED_FLAG)
928 par->chip = s3_identification(par->chip);
929
930 /* Find MCLK frequency */
931 regval = vga_rseq(NULL, 0x10);
932 par->mclk_freq = ((vga_rseq(NULL, 0x11) + 2) * 14318) / ((regval & 0x1F) + 2);
933 par->mclk_freq = par->mclk_freq >> (regval >> 5);
934
935 /* Restore locks */
936 vga_wcrt(NULL, 0x38, cr38);
937 vga_wcrt(NULL, 0x39, cr39);
938
939 strcpy(info->fix.id, s3_names [par->chip]);
940 info->fix.mmio_start = 0;
941 info->fix.mmio_len = 0;
942 info->fix.type = FB_TYPE_PACKED_PIXELS;
943 info->fix.visual = FB_VISUAL_PSEUDOCOLOR;
944 info->fix.ypanstep = 0;
945 info->fix.accel = FB_ACCEL_NONE;
946 info->pseudo_palette = (void*) (par->pseudo_palette);
947
948 /* Prepare startup mode */
949 rc = fb_find_mode(&(info->var), info, mode, NULL, 0, NULL, 8);
950 if (! ((rc == 1) || (rc == 2))) {
951 rc = -EINVAL;
952 dev_err(&(dev->dev), "mode %s not found\n", mode);
953 goto err_find_mode;
954 }
955
956 rc = fb_alloc_cmap(&info->cmap, 256, 0);
957 if (rc < 0) {
958 dev_err(&(dev->dev), "cannot allocate colormap\n");
959 goto err_alloc_cmap;
960 }
961
962 rc = register_framebuffer(info);
963 if (rc < 0) {
964 dev_err(&(dev->dev), "cannot register framebuffer\n");
965 goto err_reg_fb;
966 }
967
968 printk(KERN_INFO "fb%d: %s on %s, %d MB RAM, %d MHz MCLK\n", info->node, info->fix.id,
969 pci_name(dev), info->fix.smem_len >> 20, (par->mclk_freq + 500) / 1000);
970
971 if (par->chip == CHIP_UNKNOWN)
972 printk(KERN_INFO "fb%d: unknown chip, CR2D=%x, CR2E=%x, CRT2F=%x, CRT30=%x\n",
973 info->node, vga_rcrt(NULL, 0x2d), vga_rcrt(NULL, 0x2e),
974 vga_rcrt(NULL, 0x2f), vga_rcrt(NULL, 0x30));
975
976 /* Record a reference to the driver data */
977 pci_set_drvdata(dev, info);
978
979#ifdef CONFIG_MTRR
980 if (mtrr) {
981 par->mtrr_reg = -1;
982 par->mtrr_reg = mtrr_add(info->fix.smem_start, info->fix.smem_len, MTRR_TYPE_WRCOMB, 1);
983 }
984#endif
985
986 return 0;
987
988 /* Error handling */
989err_reg_fb:
990 fb_dealloc_cmap(&info->cmap);
991err_alloc_cmap:
992err_find_mode:
993 pci_iounmap(dev, info->screen_base);
994err_iomap:
995 pci_release_regions(dev);
996err_request_regions:
997/* pci_disable_device(dev); */
998err_enable_device:
999 framebuffer_release(info);
1000 return rc;
1001}
1002
1003
1004/* PCI remove */
1005
1006static void __devexit s3_pci_remove(struct pci_dev *dev)
1007{
1008 struct fb_info *info = pci_get_drvdata(dev);
Ondrej Zajiceka2684222007-02-12 00:54:49 -08001009
1010 if (info) {
1011
1012#ifdef CONFIG_MTRR
Adrian Bunk47ebea82007-03-22 00:11:16 -08001013 struct s3fb_info *par = info->par;
1014
Ondrej Zajiceka2684222007-02-12 00:54:49 -08001015 if (par->mtrr_reg >= 0) {
1016 mtrr_del(par->mtrr_reg, 0, 0);
1017 par->mtrr_reg = -1;
1018 }
1019#endif
1020
1021 unregister_framebuffer(info);
1022 fb_dealloc_cmap(&info->cmap);
1023
1024 pci_iounmap(dev, info->screen_base);
1025 pci_release_regions(dev);
1026/* pci_disable_device(dev); */
1027
1028 pci_set_drvdata(dev, NULL);
1029 framebuffer_release(info);
1030 }
1031}
1032
1033/* PCI suspend */
1034
1035static int s3_pci_suspend(struct pci_dev* dev, pm_message_t state)
1036{
1037 struct fb_info *info = pci_get_drvdata(dev);
1038 struct s3fb_info *par = info->par;
1039
1040 dev_info(&(dev->dev), "suspend\n");
1041
1042 acquire_console_sem();
1043 mutex_lock(&(par->open_lock));
1044
1045 if ((state.event == PM_EVENT_FREEZE) || (par->ref_count == 0)) {
1046 mutex_unlock(&(par->open_lock));
1047 release_console_sem();
1048 return 0;
1049 }
1050
1051 fb_set_suspend(info, 1);
1052
1053 pci_save_state(dev);
1054 pci_disable_device(dev);
1055 pci_set_power_state(dev, pci_choose_state(dev, state));
1056
1057 mutex_unlock(&(par->open_lock));
1058 release_console_sem();
1059
1060 return 0;
1061}
1062
1063
1064/* PCI resume */
1065
1066static int s3_pci_resume(struct pci_dev* dev)
1067{
1068 struct fb_info *info = pci_get_drvdata(dev);
1069 struct s3fb_info *par = info->par;
Randy Dunlap6314db42007-05-08 00:38:11 -07001070 int err;
Ondrej Zajiceka2684222007-02-12 00:54:49 -08001071
1072 dev_info(&(dev->dev), "resume\n");
1073
1074 acquire_console_sem();
1075 mutex_lock(&(par->open_lock));
1076
1077 if (par->ref_count == 0) {
1078 mutex_unlock(&(par->open_lock));
1079 release_console_sem();
1080 return 0;
1081 }
1082
1083 pci_set_power_state(dev, PCI_D0);
1084 pci_restore_state(dev);
Randy Dunlap6314db42007-05-08 00:38:11 -07001085 err = pci_enable_device(dev);
1086 if (err) {
1087 mutex_unlock(&(par->open_lock));
1088 release_console_sem();
1089 dev_err(&(dev->dev), "error %d enabling device for resume\n", err);
1090 return err;
1091 }
Ondrej Zajiceka2684222007-02-12 00:54:49 -08001092 pci_set_master(dev);
1093
1094 s3fb_set_par(info);
1095 fb_set_suspend(info, 0);
1096
1097 mutex_unlock(&(par->open_lock));
1098 release_console_sem();
1099
1100 return 0;
1101}
1102
1103
1104/* List of boards that we are trying to support */
1105
1106static struct pci_device_id s3_devices[] __devinitdata = {
1107 {PCI_DEVICE(PCI_VENDOR_ID_S3, 0x8810), .driver_data = CHIP_XXX_TRIO},
1108 {PCI_DEVICE(PCI_VENDOR_ID_S3, 0x8811), .driver_data = CHIP_XXX_TRIO},
1109 {PCI_DEVICE(PCI_VENDOR_ID_S3, 0x8812), .driver_data = CHIP_M65_AURORA64VP},
1110 {PCI_DEVICE(PCI_VENDOR_ID_S3, 0x8814), .driver_data = CHIP_767_TRIO64UVP},
1111 {PCI_DEVICE(PCI_VENDOR_ID_S3, 0x8901), .driver_data = CHIP_XXX_TRIO64V2_DXGX},
1112 {PCI_DEVICE(PCI_VENDOR_ID_S3, 0x8902), .driver_data = CHIP_551_PLATO_PX},
1113
1114 {PCI_DEVICE(PCI_VENDOR_ID_S3, 0x5631), .driver_data = CHIP_325_VIRGE},
1115 {PCI_DEVICE(PCI_VENDOR_ID_S3, 0x883D), .driver_data = CHIP_988_VIRGE_VX},
1116 {PCI_DEVICE(PCI_VENDOR_ID_S3, 0x8A01), .driver_data = CHIP_XXX_VIRGE_DXGX},
1117 {PCI_DEVICE(PCI_VENDOR_ID_S3, 0x8A10), .driver_data = CHIP_356_VIRGE_GX2},
1118 {PCI_DEVICE(PCI_VENDOR_ID_S3, 0x8A11), .driver_data = CHIP_357_VIRGE_GX2P},
1119 {PCI_DEVICE(PCI_VENDOR_ID_S3, 0x8A12), .driver_data = CHIP_359_VIRGE_GX2P},
1120
1121 {0, 0, 0, 0, 0, 0, 0}
1122};
1123
1124
1125MODULE_DEVICE_TABLE(pci, s3_devices);
1126
1127static struct pci_driver s3fb_pci_driver = {
1128 .name = "s3fb",
1129 .id_table = s3_devices,
1130 .probe = s3_pci_probe,
1131 .remove = __devexit_p(s3_pci_remove),
1132 .suspend = s3_pci_suspend,
1133 .resume = s3_pci_resume,
1134};
1135
1136/* Parse user speficied options */
1137
1138#ifndef MODULE
1139static int __init s3fb_setup(char *options)
1140{
1141 char *opt;
1142
1143 if (!options || !*options)
1144 return 0;
1145
1146 while ((opt = strsep(&options, ",")) != NULL) {
1147
1148 if (!*opt)
1149 continue;
1150#ifdef CONFIG_MTRR
Ondrej Zajicek62fa4dc2007-02-22 17:00:41 +01001151 else if (!strncmp(opt, "mtrr:", 5))
Ondrej Zajiceka2684222007-02-12 00:54:49 -08001152 mtrr = simple_strtoul(opt + 5, NULL, 0);
1153#endif
Ondrej Zajicek62fa4dc2007-02-22 17:00:41 +01001154 else if (!strncmp(opt, "fasttext:", 9))
1155 fasttext = simple_strtoul(opt + 9, NULL, 0);
Ondrej Zajiceka2684222007-02-12 00:54:49 -08001156 else
1157 mode = opt;
1158 }
1159
1160 return 0;
1161}
1162#endif
1163
1164/* Cleanup */
1165
1166static void __exit s3fb_cleanup(void)
1167{
1168 pr_debug("s3fb: cleaning up\n");
1169 pci_unregister_driver(&s3fb_pci_driver);
1170}
1171
1172/* Driver Initialisation */
1173
1174static int __init s3fb_init(void)
1175{
1176
1177#ifndef MODULE
1178 char *option = NULL;
1179
1180 if (fb_get_options("s3fb", &option))
1181 return -ENODEV;
1182 s3fb_setup(option);
1183#endif
1184
1185 pr_debug("s3fb: initializing\n");
1186 return pci_register_driver(&s3fb_pci_driver);
1187}
1188
1189/* ------------------------------------------------------------------------- */
1190
1191/* Modularization */
1192
1193module_init(s3fb_init);
1194module_exit(s3fb_cleanup);