blob: 5c7cbc6c62360a3154e19c861ea8eb1374f04c14 [file] [log] [blame]
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -07001/*
2 * linux/drivers/video/vt8623fb.c - fbdev driver for
3 * integrated graphic core in VIA VT8623 [CLE266] chipset
4 *
5 * Copyright (c) 2006-2007 Ondrej Zajicek <santiago@crfreenet.org>
6 *
7 * This file is subject to the terms and conditions of the GNU General Public
8 * License. See the file COPYING in the main directory of this archive for
9 * more details.
10 *
11 * Code is based on s3fb, some parts are from David Boucher's viafb
12 * (http://davesdomain.org.uk/viafb/)
13 */
14
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -070015#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>
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -070021#include <linux/delay.h>
22#include <linux/fb.h>
23#include <linux/svga.h>
24#include <linux/init.h>
25#include <linux/pci.h>
Torben Hohnac751ef2011-01-25 15:07:35 -080026#include <linux/console.h> /* Why should fb driver call console functions? because console_lock() */
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -070027#include <video/vga.h>
28
29#ifdef CONFIG_MTRR
30#include <asm/mtrr.h>
31#endif
32
33struct vt8623fb_info {
34 char __iomem *mmio_base;
35 int mtrr_reg;
36 struct vgastate state;
37 struct mutex open_lock;
38 unsigned int ref_count;
39 u32 pseudo_palette[16];
40};
41
42
43
44/* ------------------------------------------------------------------------- */
45
46static const struct svga_fb_format vt8623fb_formats[] = {
47 { 0, {0, 6, 0}, {0, 6, 0}, {0, 6, 0}, {0, 0, 0}, 0,
48 FB_TYPE_TEXT, FB_AUX_TEXT_SVGA_STEP8, FB_VISUAL_PSEUDOCOLOR, 16, 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, 16, 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, 16, 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, 8, 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, 4, 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, 4, 4},
59 {32, {16, 8, 0}, {8, 8, 0}, {0, 8, 0}, {0, 0, 0}, 0,
60 FB_TYPE_PACKED_PIXELS, 0, FB_VISUAL_TRUECOLOR, 2, 2},
61 SVGA_FORMAT_END
62};
63
64static const struct svga_pll vt8623_pll = {2, 127, 2, 7, 0, 3,
65 60000, 300000, 14318};
66
67/* CRT timing register sets */
68
Adrian Bunk3552f092007-07-17 04:05:47 -070069static struct vga_regset vt8623_h_total_regs[] = {{0x00, 0, 7}, {0x36, 3, 3}, VGA_REGSET_END};
70static struct vga_regset vt8623_h_display_regs[] = {{0x01, 0, 7}, VGA_REGSET_END};
71static struct vga_regset vt8623_h_blank_start_regs[] = {{0x02, 0, 7}, VGA_REGSET_END};
72static struct vga_regset vt8623_h_blank_end_regs[] = {{0x03, 0, 4}, {0x05, 7, 7}, {0x33, 5, 5}, VGA_REGSET_END};
73static struct vga_regset vt8623_h_sync_start_regs[] = {{0x04, 0, 7}, {0x33, 4, 4}, VGA_REGSET_END};
74static struct vga_regset vt8623_h_sync_end_regs[] = {{0x05, 0, 4}, VGA_REGSET_END};
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -070075
Adrian Bunk3552f092007-07-17 04:05:47 -070076static struct vga_regset vt8623_v_total_regs[] = {{0x06, 0, 7}, {0x07, 0, 0}, {0x07, 5, 5}, {0x35, 0, 0}, VGA_REGSET_END};
77static struct vga_regset vt8623_v_display_regs[] = {{0x12, 0, 7}, {0x07, 1, 1}, {0x07, 6, 6}, {0x35, 2, 2}, VGA_REGSET_END};
78static struct vga_regset vt8623_v_blank_start_regs[] = {{0x15, 0, 7}, {0x07, 3, 3}, {0x09, 5, 5}, {0x35, 3, 3}, VGA_REGSET_END};
79static struct vga_regset vt8623_v_blank_end_regs[] = {{0x16, 0, 7}, VGA_REGSET_END};
80static struct vga_regset vt8623_v_sync_start_regs[] = {{0x10, 0, 7}, {0x07, 2, 2}, {0x07, 7, 7}, {0x35, 1, 1}, VGA_REGSET_END};
81static struct vga_regset vt8623_v_sync_end_regs[] = {{0x11, 0, 3}, VGA_REGSET_END};
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -070082
Adrian Bunk3552f092007-07-17 04:05:47 -070083static struct vga_regset vt8623_offset_regs[] = {{0x13, 0, 7}, {0x35, 5, 7}, VGA_REGSET_END};
84static struct vga_regset vt8623_line_compare_regs[] = {{0x18, 0, 7}, {0x07, 4, 4}, {0x09, 6, 6}, {0x33, 0, 2}, {0x35, 4, 4}, VGA_REGSET_END};
85static struct vga_regset vt8623_fetch_count_regs[] = {{0x1C, 0, 7}, {0x1D, 0, 1}, VGA_REGSET_END};
86static struct vga_regset vt8623_start_address_regs[] = {{0x0d, 0, 7}, {0x0c, 0, 7}, {0x34, 0, 7}, {0x48, 0, 1}, VGA_REGSET_END};
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -070087
Adrian Bunk3552f092007-07-17 04:05:47 -070088static struct svga_timing_regs vt8623_timing_regs = {
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -070089 vt8623_h_total_regs, vt8623_h_display_regs, vt8623_h_blank_start_regs,
90 vt8623_h_blank_end_regs, vt8623_h_sync_start_regs, vt8623_h_sync_end_regs,
91 vt8623_v_total_regs, vt8623_v_display_regs, vt8623_v_blank_start_regs,
92 vt8623_v_blank_end_regs, vt8623_v_sync_start_regs, vt8623_v_sync_end_regs,
93};
94
95
96/* ------------------------------------------------------------------------- */
97
98
99/* Module parameters */
100
Krzysztof Heltcc6c5492008-04-28 02:15:08 -0700101static char *mode_option = "640x480-8@60";
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700102
103#ifdef CONFIG_MTRR
104static int mtrr = 1;
105#endif
106
107MODULE_AUTHOR("(c) 2006 Ondrej Zajicek <santiago@crfreenet.org>");
108MODULE_LICENSE("GPL");
109MODULE_DESCRIPTION("fbdev driver for integrated graphics core in VIA VT8623 [CLE266]");
110
Krzysztof Heltcc6c5492008-04-28 02:15:08 -0700111module_param(mode_option, charp, 0644);
112MODULE_PARM_DESC(mode_option, "Default video mode ('640x480-8@60', etc)");
Krzysztof Helt9e3f0ca2008-04-28 02:15:10 -0700113module_param_named(mode, mode_option, charp, 0);
114MODULE_PARM_DESC(mode, "Default video mode e.g. '648x480-8@60' (deprecated)");
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700115
116#ifdef CONFIG_MTRR
117module_param(mtrr, int, 0444);
118MODULE_PARM_DESC(mtrr, "Enable write-combining with MTRR (1=enable, 0=disable, default=1)");
119#endif
120
121
122/* ------------------------------------------------------------------------- */
123
David Miller55db0922011-01-11 23:52:11 +0000124static void vt8623fb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor)
125{
126 struct vt8623fb_info *par = info->par;
127
128 svga_tilecursor(par->state.vgabase, info, cursor);
129}
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700130
131static struct fb_tile_ops vt8623fb_tile_ops = {
132 .fb_settile = svga_settile,
133 .fb_tilecopy = svga_tilecopy,
134 .fb_tilefill = svga_tilefill,
135 .fb_tileblit = svga_tileblit,
David Miller55db0922011-01-11 23:52:11 +0000136 .fb_tilecursor = vt8623fb_tilecursor,
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700137 .fb_get_tilemax = svga_get_tilemax,
138};
139
140
141/* ------------------------------------------------------------------------- */
142
143
144/* image data is MSB-first, fb structure is MSB-first too */
145static inline u32 expand_color(u32 c)
146{
147 return ((c & 1) | ((c & 2) << 7) | ((c & 4) << 14) | ((c & 8) << 21)) * 0xFF;
148}
149
150/* vt8623fb_iplan_imageblit silently assumes that almost everything is 8-pixel aligned */
151static void vt8623fb_iplan_imageblit(struct fb_info *info, const struct fb_image *image)
152{
153 u32 fg = expand_color(image->fg_color);
154 u32 bg = expand_color(image->bg_color);
155 const u8 *src1, *src;
156 u8 __iomem *dst1;
157 u32 __iomem *dst;
158 u32 val;
159 int x, y;
160
161 src1 = image->data;
162 dst1 = info->screen_base + (image->dy * info->fix.line_length)
163 + ((image->dx / 8) * 4);
164
165 for (y = 0; y < image->height; y++) {
166 src = src1;
167 dst = (u32 __iomem *) dst1;
168 for (x = 0; x < image->width; x += 8) {
169 val = *(src++) * 0x01010101;
170 val = (val & fg) | (~val & bg);
171 fb_writel(val, dst++);
172 }
173 src1 += image->width / 8;
174 dst1 += info->fix.line_length;
175 }
176}
177
178/* vt8623fb_iplan_fillrect silently assumes that almost everything is 8-pixel aligned */
179static void vt8623fb_iplan_fillrect(struct fb_info *info, const struct fb_fillrect *rect)
180{
181 u32 fg = expand_color(rect->color);
182 u8 __iomem *dst1;
183 u32 __iomem *dst;
184 int x, y;
185
186 dst1 = info->screen_base + (rect->dy * info->fix.line_length)
187 + ((rect->dx / 8) * 4);
188
189 for (y = 0; y < rect->height; y++) {
190 dst = (u32 __iomem *) dst1;
191 for (x = 0; x < rect->width; x += 8) {
192 fb_writel(fg, dst++);
193 }
194 dst1 += info->fix.line_length;
195 }
196}
197
198
199/* image data is MSB-first, fb structure is high-nibble-in-low-byte-first */
200static inline u32 expand_pixel(u32 c)
201{
202 return (((c & 1) << 24) | ((c & 2) << 27) | ((c & 4) << 14) | ((c & 8) << 17) |
203 ((c & 16) << 4) | ((c & 32) << 7) | ((c & 64) >> 6) | ((c & 128) >> 3)) * 0xF;
204}
205
206/* vt8623fb_cfb4_imageblit silently assumes that almost everything is 8-pixel aligned */
207static void vt8623fb_cfb4_imageblit(struct fb_info *info, const struct fb_image *image)
208{
209 u32 fg = image->fg_color * 0x11111111;
210 u32 bg = image->bg_color * 0x11111111;
211 const u8 *src1, *src;
212 u8 __iomem *dst1;
213 u32 __iomem *dst;
214 u32 val;
215 int x, y;
216
217 src1 = image->data;
218 dst1 = info->screen_base + (image->dy * info->fix.line_length)
219 + ((image->dx / 8) * 4);
220
221 for (y = 0; y < image->height; y++) {
222 src = src1;
223 dst = (u32 __iomem *) dst1;
224 for (x = 0; x < image->width; x += 8) {
225 val = expand_pixel(*(src++));
226 val = (val & fg) | (~val & bg);
227 fb_writel(val, dst++);
228 }
229 src1 += image->width / 8;
230 dst1 += info->fix.line_length;
231 }
232}
233
234static void vt8623fb_imageblit(struct fb_info *info, const struct fb_image *image)
235{
236 if ((info->var.bits_per_pixel == 4) && (image->depth == 1)
237 && ((image->width % 8) == 0) && ((image->dx % 8) == 0)) {
238 if (info->fix.type == FB_TYPE_INTERLEAVED_PLANES)
239 vt8623fb_iplan_imageblit(info, image);
240 else
241 vt8623fb_cfb4_imageblit(info, image);
242 } else
243 cfb_imageblit(info, image);
244}
245
246static void vt8623fb_fillrect(struct fb_info *info, const struct fb_fillrect *rect)
247{
248 if ((info->var.bits_per_pixel == 4)
249 && ((rect->width % 8) == 0) && ((rect->dx % 8) == 0)
250 && (info->fix.type == FB_TYPE_INTERLEAVED_PLANES))
251 vt8623fb_iplan_fillrect(info, rect);
252 else
253 cfb_fillrect(info, rect);
254}
255
256
257/* ------------------------------------------------------------------------- */
258
259
260static void vt8623_set_pixclock(struct fb_info *info, u32 pixclock)
261{
David Millerd907ec02011-01-11 23:51:08 +0000262 struct vt8623fb_info *par = info->par;
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700263 u16 m, n, r;
264 u8 regval;
265 int rv;
266
267 rv = svga_compute_pll(&vt8623_pll, 1000000000 / pixclock, &m, &n, &r, info->node);
268 if (rv < 0) {
Joe Perches31b67802013-09-19 18:35:55 -0700269 fb_err(info, "cannot set requested pixclock, keeping old value\n");
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700270 return;
271 }
272
273 /* Set VGA misc register */
David Millered3eb4c2011-01-11 23:53:11 +0000274 regval = vga_r(par->state.vgabase, VGA_MIS_R);
275 vga_w(par->state.vgabase, VGA_MIS_W, regval | VGA_MIS_ENB_PLL_LOAD);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700276
277 /* Set clock registers */
David Millered3eb4c2011-01-11 23:53:11 +0000278 vga_wseq(par->state.vgabase, 0x46, (n | (r << 6)));
279 vga_wseq(par->state.vgabase, 0x47, m);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700280
281 udelay(1000);
282
283 /* PLL reset */
David Millerd907ec02011-01-11 23:51:08 +0000284 svga_wseq_mask(par->state.vgabase, 0x40, 0x02, 0x02);
285 svga_wseq_mask(par->state.vgabase, 0x40, 0x00, 0x02);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700286}
287
288
289static int vt8623fb_open(struct fb_info *info, int user)
290{
291 struct vt8623fb_info *par = info->par;
292
293 mutex_lock(&(par->open_lock));
294 if (par->ref_count == 0) {
David Miller0144a252011-01-11 23:54:07 +0000295 void __iomem *vgabase = par->state.vgabase;
296
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700297 memset(&(par->state), 0, sizeof(struct vgastate));
David Miller0144a252011-01-11 23:54:07 +0000298 par->state.vgabase = vgabase;
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700299 par->state.flags = VGA_SAVE_MODE | VGA_SAVE_FONTS | VGA_SAVE_CMAP;
300 par->state.num_crtc = 0xA2;
301 par->state.num_seq = 0x50;
302 save_vga(&(par->state));
303 }
304
305 par->ref_count++;
306 mutex_unlock(&(par->open_lock));
307
308 return 0;
309}
310
311static int vt8623fb_release(struct fb_info *info, int user)
312{
313 struct vt8623fb_info *par = info->par;
314
315 mutex_lock(&(par->open_lock));
316 if (par->ref_count == 0) {
317 mutex_unlock(&(par->open_lock));
318 return -EINVAL;
319 }
320
321 if (par->ref_count == 1)
322 restore_vga(&(par->state));
323
324 par->ref_count--;
325 mutex_unlock(&(par->open_lock));
326
327 return 0;
328}
329
330static int vt8623fb_check_var(struct fb_var_screeninfo *var, struct fb_info *info)
331{
332 int rv, mem, step;
333
334 /* Find appropriate format */
335 rv = svga_match_format (vt8623fb_formats, var, NULL);
336 if (rv < 0)
337 {
Joe Perches31b67802013-09-19 18:35:55 -0700338 fb_err(info, "unsupported mode requested\n");
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700339 return rv;
340 }
341
342 /* Do not allow to have real resoulution larger than virtual */
343 if (var->xres > var->xres_virtual)
344 var->xres_virtual = var->xres;
345
346 if (var->yres > var->yres_virtual)
347 var->yres_virtual = var->yres;
348
349 /* Round up xres_virtual to have proper alignment of lines */
350 step = vt8623fb_formats[rv].xresstep - 1;
351 var->xres_virtual = (var->xres_virtual+step) & ~step;
352
353 /* Check whether have enough memory */
354 mem = ((var->bits_per_pixel * var->xres_virtual) >> 3) * var->yres_virtual;
355 if (mem > info->screen_size)
356 {
Joe Perches31b67802013-09-19 18:35:55 -0700357 fb_err(info, "not enough framebuffer memory (%d kB requested, %d kB available)\n",
358 mem >> 10, (unsigned int) (info->screen_size >> 10));
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700359 return -EINVAL;
360 }
361
362 /* Text mode is limited to 256 kB of memory */
363 if ((var->bits_per_pixel == 0) && (mem > (256*1024)))
364 {
Joe Perches31b67802013-09-19 18:35:55 -0700365 fb_err(info, "text framebuffer size too large (%d kB requested, 256 kB possible)\n",
366 mem >> 10);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700367 return -EINVAL;
368 }
369
370 rv = svga_check_timings (&vt8623_timing_regs, var, info->node);
371 if (rv < 0)
372 {
Joe Perches31b67802013-09-19 18:35:55 -0700373 fb_err(info, "invalid timings requested\n");
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700374 return rv;
375 }
376
377 /* Interlaced mode not supported */
378 if (var->vmode & FB_VMODE_INTERLACED)
379 return -EINVAL;
380
381 return 0;
382}
383
384
385static int vt8623fb_set_par(struct fb_info *info)
386{
387 u32 mode, offset_value, fetch_value, screen_size;
David Miller21da3862011-01-11 23:49:34 +0000388 struct vt8623fb_info *par = info->par;
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700389 u32 bpp = info->var.bits_per_pixel;
390
391 if (bpp != 0) {
392 info->fix.ypanstep = 1;
393 info->fix.line_length = (info->var.xres_virtual * bpp) / 8;
394
395 info->flags &= ~FBINFO_MISC_TILEBLITTING;
396 info->tileops = NULL;
397
398 /* in 4bpp supports 8p wide tiles only, any tiles otherwise */
399 info->pixmap.blit_x = (bpp == 4) ? (1 << (8 - 1)) : (~(u32)0);
400 info->pixmap.blit_y = ~(u32)0;
401
402 offset_value = (info->var.xres_virtual * bpp) / 64;
403 fetch_value = ((info->var.xres * bpp) / 128) + 4;
404
405 if (bpp == 4)
406 fetch_value = (info->var.xres / 8) + 8; /* + 0 is OK */
407
408 screen_size = info->var.yres_virtual * info->fix.line_length;
409 } else {
410 info->fix.ypanstep = 16;
411 info->fix.line_length = 0;
412
413 info->flags |= FBINFO_MISC_TILEBLITTING;
414 info->tileops = &vt8623fb_tile_ops;
415
416 /* supports 8x16 tiles only */
417 info->pixmap.blit_x = 1 << (8 - 1);
418 info->pixmap.blit_y = 1 << (16 - 1);
419
420 offset_value = info->var.xres_virtual / 16;
421 fetch_value = (info->var.xres / 8) + 8;
422 screen_size = (info->var.xres_virtual * info->var.yres_virtual) / 64;
423 }
424
425 info->var.xoffset = 0;
426 info->var.yoffset = 0;
427 info->var.activate = FB_ACTIVATE_NOW;
428
429 /* Unlock registers */
David Millerd907ec02011-01-11 23:51:08 +0000430 svga_wseq_mask(par->state.vgabase, 0x10, 0x01, 0x01);
David Millerea770782011-01-11 23:51:26 +0000431 svga_wcrt_mask(par->state.vgabase, 0x11, 0x00, 0x80);
432 svga_wcrt_mask(par->state.vgabase, 0x47, 0x00, 0x01);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700433
434 /* Device, screen and sync off */
David Millerd907ec02011-01-11 23:51:08 +0000435 svga_wseq_mask(par->state.vgabase, 0x01, 0x20, 0x20);
David Millerea770782011-01-11 23:51:26 +0000436 svga_wcrt_mask(par->state.vgabase, 0x36, 0x30, 0x30);
437 svga_wcrt_mask(par->state.vgabase, 0x17, 0x00, 0x80);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700438
439 /* Set default values */
David Millere2fade22011-01-11 23:50:04 +0000440 svga_set_default_gfx_regs(par->state.vgabase);
David Millerf51a14d2011-01-11 23:50:36 +0000441 svga_set_default_atc_regs(par->state.vgabase);
David Millera4ade8392011-01-11 23:50:54 +0000442 svga_set_default_seq_regs(par->state.vgabase);
David Miller1d28fca2011-01-11 23:51:41 +0000443 svga_set_default_crt_regs(par->state.vgabase);
David Miller21da3862011-01-11 23:49:34 +0000444 svga_wcrt_multi(par->state.vgabase, vt8623_line_compare_regs, 0xFFFFFFFF);
445 svga_wcrt_multi(par->state.vgabase, vt8623_start_address_regs, 0);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700446
David Miller21da3862011-01-11 23:49:34 +0000447 svga_wcrt_multi(par->state.vgabase, vt8623_offset_regs, offset_value);
David Millerdc6aff32011-01-11 23:49:49 +0000448 svga_wseq_multi(par->state.vgabase, vt8623_fetch_count_regs, fetch_value);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700449
Ondrej Zajicek8f5af9d2008-04-28 02:15:17 -0700450 /* Clear H/V Skew */
David Millerea770782011-01-11 23:51:26 +0000451 svga_wcrt_mask(par->state.vgabase, 0x03, 0x00, 0x60);
452 svga_wcrt_mask(par->state.vgabase, 0x05, 0x00, 0x60);
Ondrej Zajicek8f5af9d2008-04-28 02:15:17 -0700453
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700454 if (info->var.vmode & FB_VMODE_DOUBLE)
David Millerea770782011-01-11 23:51:26 +0000455 svga_wcrt_mask(par->state.vgabase, 0x09, 0x80, 0x80);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700456 else
David Millerea770782011-01-11 23:51:26 +0000457 svga_wcrt_mask(par->state.vgabase, 0x09, 0x00, 0x80);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700458
David Millerd907ec02011-01-11 23:51:08 +0000459 svga_wseq_mask(par->state.vgabase, 0x1E, 0xF0, 0xF0); // DI/DVP bus
460 svga_wseq_mask(par->state.vgabase, 0x2A, 0x0F, 0x0F); // DI/DVP bus
461 svga_wseq_mask(par->state.vgabase, 0x16, 0x08, 0xBF); // FIFO read threshold
David Millered3eb4c2011-01-11 23:53:11 +0000462 vga_wseq(par->state.vgabase, 0x17, 0x1F); // FIFO depth
463 vga_wseq(par->state.vgabase, 0x18, 0x4E);
David Millerd907ec02011-01-11 23:51:08 +0000464 svga_wseq_mask(par->state.vgabase, 0x1A, 0x08, 0x08); // enable MMIO ?
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700465
David Millered3eb4c2011-01-11 23:53:11 +0000466 vga_wcrt(par->state.vgabase, 0x32, 0x00);
467 vga_wcrt(par->state.vgabase, 0x34, 0x00);
468 vga_wcrt(par->state.vgabase, 0x6A, 0x80);
469 vga_wcrt(par->state.vgabase, 0x6A, 0xC0);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700470
David Millered3eb4c2011-01-11 23:53:11 +0000471 vga_wgfx(par->state.vgabase, 0x20, 0x00);
472 vga_wgfx(par->state.vgabase, 0x21, 0x00);
473 vga_wgfx(par->state.vgabase, 0x22, 0x00);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700474
475 /* Set SR15 according to number of bits per pixel */
476 mode = svga_match_format(vt8623fb_formats, &(info->var), &(info->fix));
477 switch (mode) {
478 case 0:
Joe Perches31b67802013-09-19 18:35:55 -0700479 fb_dbg(info, "text mode\n");
David Miller9c963942011-01-11 23:51:56 +0000480 svga_set_textmode_vga_regs(par->state.vgabase);
David Millerd907ec02011-01-11 23:51:08 +0000481 svga_wseq_mask(par->state.vgabase, 0x15, 0x00, 0xFE);
David Millerea770782011-01-11 23:51:26 +0000482 svga_wcrt_mask(par->state.vgabase, 0x11, 0x60, 0x70);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700483 break;
484 case 1:
Joe Perches31b67802013-09-19 18:35:55 -0700485 fb_dbg(info, "4 bit pseudocolor\n");
David Millered3eb4c2011-01-11 23:53:11 +0000486 vga_wgfx(par->state.vgabase, VGA_GFX_MODE, 0x40);
David Millerd907ec02011-01-11 23:51:08 +0000487 svga_wseq_mask(par->state.vgabase, 0x15, 0x20, 0xFE);
David Millerea770782011-01-11 23:51:26 +0000488 svga_wcrt_mask(par->state.vgabase, 0x11, 0x00, 0x70);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700489 break;
490 case 2:
Joe Perches31b67802013-09-19 18:35:55 -0700491 fb_dbg(info, "4 bit pseudocolor, planar\n");
David Millerd907ec02011-01-11 23:51:08 +0000492 svga_wseq_mask(par->state.vgabase, 0x15, 0x00, 0xFE);
David Millerea770782011-01-11 23:51:26 +0000493 svga_wcrt_mask(par->state.vgabase, 0x11, 0x00, 0x70);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700494 break;
495 case 3:
Joe Perches31b67802013-09-19 18:35:55 -0700496 fb_dbg(info, "8 bit pseudocolor\n");
David Millerd907ec02011-01-11 23:51:08 +0000497 svga_wseq_mask(par->state.vgabase, 0x15, 0x22, 0xFE);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700498 break;
499 case 4:
Joe Perches31b67802013-09-19 18:35:55 -0700500 fb_dbg(info, "5/6/5 truecolor\n");
David Millerd907ec02011-01-11 23:51:08 +0000501 svga_wseq_mask(par->state.vgabase, 0x15, 0xB6, 0xFE);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700502 break;
503 case 5:
Joe Perches31b67802013-09-19 18:35:55 -0700504 fb_dbg(info, "8/8/8 truecolor\n");
David Millerd907ec02011-01-11 23:51:08 +0000505 svga_wseq_mask(par->state.vgabase, 0x15, 0xAE, 0xFE);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700506 break;
507 default:
508 printk(KERN_ERR "vt8623fb: unsupported mode - bug\n");
509 return (-EINVAL);
510 }
511
512 vt8623_set_pixclock(info, info->var.pixclock);
David Miller38d26202011-01-11 23:52:25 +0000513 svga_set_timings(par->state.vgabase, &vt8623_timing_regs, &(info->var), 1, 1,
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700514 (info->var.vmode & FB_VMODE_DOUBLE) ? 2 : 1, 1,
515 1, info->node);
516
517 memset_io(info->screen_base, 0x00, screen_size);
518
519 /* Device and screen back on */
David Millerea770782011-01-11 23:51:26 +0000520 svga_wcrt_mask(par->state.vgabase, 0x17, 0x80, 0x80);
521 svga_wcrt_mask(par->state.vgabase, 0x36, 0x00, 0x30);
David Millerd907ec02011-01-11 23:51:08 +0000522 svga_wseq_mask(par->state.vgabase, 0x01, 0x00, 0x20);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700523
524 return 0;
525}
526
527
528static int vt8623fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue,
529 u_int transp, struct fb_info *fb)
530{
531 switch (fb->var.bits_per_pixel) {
532 case 0:
533 case 4:
534 if (regno >= 16)
535 return -EINVAL;
536
537 outb(0x0F, VGA_PEL_MSK);
538 outb(regno, VGA_PEL_IW);
539 outb(red >> 10, VGA_PEL_D);
540 outb(green >> 10, VGA_PEL_D);
541 outb(blue >> 10, VGA_PEL_D);
542 break;
543 case 8:
544 if (regno >= 256)
545 return -EINVAL;
546
547 outb(0xFF, VGA_PEL_MSK);
548 outb(regno, VGA_PEL_IW);
549 outb(red >> 10, VGA_PEL_D);
550 outb(green >> 10, VGA_PEL_D);
551 outb(blue >> 10, VGA_PEL_D);
552 break;
553 case 16:
554 if (regno >= 16)
555 return 0;
556
557 if (fb->var.green.length == 5)
558 ((u32*)fb->pseudo_palette)[regno] = ((red & 0xF800) >> 1) |
559 ((green & 0xF800) >> 6) | ((blue & 0xF800) >> 11);
560 else if (fb->var.green.length == 6)
561 ((u32*)fb->pseudo_palette)[regno] = (red & 0xF800) |
562 ((green & 0xFC00) >> 5) | ((blue & 0xF800) >> 11);
563 else
564 return -EINVAL;
565 break;
566 case 24:
567 case 32:
568 if (regno >= 16)
569 return 0;
570
571 /* ((transp & 0xFF00) << 16) */
572 ((u32*)fb->pseudo_palette)[regno] = ((red & 0xFF00) << 8) |
573 (green & 0xFF00) | ((blue & 0xFF00) >> 8);
574 break;
575 default:
576 return -EINVAL;
577 }
578
579 return 0;
580}
581
582
583static int vt8623fb_blank(int blank_mode, struct fb_info *info)
584{
David Millerd907ec02011-01-11 23:51:08 +0000585 struct vt8623fb_info *par = info->par;
586
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700587 switch (blank_mode) {
588 case FB_BLANK_UNBLANK:
Joe Perches31b67802013-09-19 18:35:55 -0700589 fb_dbg(info, "unblank\n");
David Millerea770782011-01-11 23:51:26 +0000590 svga_wcrt_mask(par->state.vgabase, 0x36, 0x00, 0x30);
David Millerd907ec02011-01-11 23:51:08 +0000591 svga_wseq_mask(par->state.vgabase, 0x01, 0x00, 0x20);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700592 break;
593 case FB_BLANK_NORMAL:
Joe Perches31b67802013-09-19 18:35:55 -0700594 fb_dbg(info, "blank\n");
David Millerea770782011-01-11 23:51:26 +0000595 svga_wcrt_mask(par->state.vgabase, 0x36, 0x00, 0x30);
David Millerd907ec02011-01-11 23:51:08 +0000596 svga_wseq_mask(par->state.vgabase, 0x01, 0x20, 0x20);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700597 break;
598 case FB_BLANK_HSYNC_SUSPEND:
Joe Perches31b67802013-09-19 18:35:55 -0700599 fb_dbg(info, "DPMS standby (hsync off)\n");
David Millerea770782011-01-11 23:51:26 +0000600 svga_wcrt_mask(par->state.vgabase, 0x36, 0x10, 0x30);
David Millerd907ec02011-01-11 23:51:08 +0000601 svga_wseq_mask(par->state.vgabase, 0x01, 0x20, 0x20);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700602 break;
603 case FB_BLANK_VSYNC_SUSPEND:
Joe Perches31b67802013-09-19 18:35:55 -0700604 fb_dbg(info, "DPMS suspend (vsync off)\n");
David Millerea770782011-01-11 23:51:26 +0000605 svga_wcrt_mask(par->state.vgabase, 0x36, 0x20, 0x30);
David Millerd907ec02011-01-11 23:51:08 +0000606 svga_wseq_mask(par->state.vgabase, 0x01, 0x20, 0x20);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700607 break;
608 case FB_BLANK_POWERDOWN:
Joe Perches31b67802013-09-19 18:35:55 -0700609 fb_dbg(info, "DPMS off (no sync)\n");
David Millerea770782011-01-11 23:51:26 +0000610 svga_wcrt_mask(par->state.vgabase, 0x36, 0x30, 0x30);
David Millerd907ec02011-01-11 23:51:08 +0000611 svga_wseq_mask(par->state.vgabase, 0x01, 0x20, 0x20);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700612 break;
613 }
614
615 return 0;
616}
617
618
619static int vt8623fb_pan_display(struct fb_var_screeninfo *var, struct fb_info *info)
620{
David Miller21da3862011-01-11 23:49:34 +0000621 struct vt8623fb_info *par = info->par;
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700622 unsigned int offset;
623
624 /* Calculate the offset */
Laurent Pinchart10a6c1d2011-05-25 11:34:52 +0200625 if (info->var.bits_per_pixel == 0) {
626 offset = (var->yoffset / 16) * info->var.xres_virtual
627 + var->xoffset;
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700628 offset = offset >> 3;
629 } else {
630 offset = (var->yoffset * info->fix.line_length) +
Laurent Pinchart10a6c1d2011-05-25 11:34:52 +0200631 (var->xoffset * info->var.bits_per_pixel / 8);
632 offset = offset >> ((info->var.bits_per_pixel == 4) ? 2 : 1);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700633 }
634
635 /* Set the offset */
David Miller21da3862011-01-11 23:49:34 +0000636 svga_wcrt_multi(par->state.vgabase, vt8623_start_address_regs, offset);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700637
638 return 0;
639}
640
641
642/* ------------------------------------------------------------------------- */
643
644
645/* Frame buffer operations */
646
647static struct fb_ops vt8623fb_ops = {
648 .owner = THIS_MODULE,
649 .fb_open = vt8623fb_open,
650 .fb_release = vt8623fb_release,
651 .fb_check_var = vt8623fb_check_var,
652 .fb_set_par = vt8623fb_set_par,
653 .fb_setcolreg = vt8623fb_setcolreg,
654 .fb_blank = vt8623fb_blank,
655 .fb_pan_display = vt8623fb_pan_display,
656 .fb_fillrect = vt8623fb_fillrect,
657 .fb_copyarea = cfb_copyarea,
658 .fb_imageblit = vt8623fb_imageblit,
Antonino A. Daplas5a87ede2007-05-09 02:35:32 -0700659 .fb_get_caps = svga_get_caps,
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700660};
661
662
663/* PCI probe */
664
Greg Kroah-Hartman48c68c42012-12-21 13:07:39 -0800665static int vt8623_pci_probe(struct pci_dev *dev, const struct pci_device_id *id)
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700666{
David Miller6a2f6d52011-01-11 23:55:17 +0000667 struct pci_bus_region bus_reg;
668 struct resource vga_res;
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700669 struct fb_info *info;
670 struct vt8623fb_info *par;
671 unsigned int memsize1, memsize2;
672 int rc;
673
674 /* Ignore secondary VGA device because there is no VGA arbitration */
675 if (! svga_primary_device(dev)) {
676 dev_info(&(dev->dev), "ignoring secondary device\n");
677 return -ENODEV;
678 }
679
680 /* Allocate and fill driver data structure */
Ondrej Zajicek20e061f2008-04-28 02:15:18 -0700681 info = framebuffer_alloc(sizeof(struct vt8623fb_info), &(dev->dev));
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700682 if (! info) {
683 dev_err(&(dev->dev), "cannot allocate memory\n");
684 return -ENOMEM;
685 }
686
687 par = info->par;
688 mutex_init(&par->open_lock);
689
690 info->flags = FBINFO_PARTIAL_PAN_OK | FBINFO_HWACCEL_YPAN;
691 info->fbops = &vt8623fb_ops;
692
693 /* Prepare PCI device */
694
695 rc = pci_enable_device(dev);
696 if (rc < 0) {
Ondrej Zajicek594a8812008-08-05 13:01:06 -0700697 dev_err(info->device, "cannot enable PCI device\n");
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700698 goto err_enable_device;
699 }
700
701 rc = pci_request_regions(dev, "vt8623fb");
702 if (rc < 0) {
Ondrej Zajicek594a8812008-08-05 13:01:06 -0700703 dev_err(info->device, "cannot reserve framebuffer region\n");
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700704 goto err_request_regions;
705 }
706
707 info->fix.smem_start = pci_resource_start(dev, 0);
708 info->fix.smem_len = pci_resource_len(dev, 0);
709 info->fix.mmio_start = pci_resource_start(dev, 1);
710 info->fix.mmio_len = pci_resource_len(dev, 1);
711
712 /* Map physical IO memory address into kernel space */
713 info->screen_base = pci_iomap(dev, 0, 0);
714 if (! info->screen_base) {
715 rc = -ENOMEM;
Ondrej Zajicek594a8812008-08-05 13:01:06 -0700716 dev_err(info->device, "iomap for framebuffer failed\n");
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700717 goto err_iomap_1;
718 }
719
720 par->mmio_base = pci_iomap(dev, 1, 0);
721 if (! par->mmio_base) {
722 rc = -ENOMEM;
Ondrej Zajicek594a8812008-08-05 13:01:06 -0700723 dev_err(info->device, "iomap for MMIO failed\n");
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700724 goto err_iomap_2;
725 }
726
David Miller6a2f6d52011-01-11 23:55:17 +0000727 bus_reg.start = 0;
728 bus_reg.end = 64 * 1024;
729
730 vga_res.flags = IORESOURCE_IO;
731
Yinghai Lufc279852013-12-09 22:54:40 -0800732 pcibios_bus_to_resource(dev->bus, &vga_res, &bus_reg);
David Miller6a2f6d52011-01-11 23:55:17 +0000733
734 par->state.vgabase = (void __iomem *) vga_res.start;
735
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700736 /* Find how many physical memory there is on card */
David Millered3eb4c2011-01-11 23:53:11 +0000737 memsize1 = (vga_rseq(par->state.vgabase, 0x34) + 1) >> 1;
738 memsize2 = vga_rseq(par->state.vgabase, 0x39) << 2;
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700739
740 if ((16 <= memsize1) && (memsize1 <= 64) && (memsize1 == memsize2))
741 info->screen_size = memsize1 << 20;
742 else {
Ondrej Zajicek594a8812008-08-05 13:01:06 -0700743 dev_err(info->device, "memory size detection failed (%x %x), suppose 16 MB\n", memsize1, memsize2);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700744 info->screen_size = 16 << 20;
745 }
746
747 info->fix.smem_len = info->screen_size;
748 strcpy(info->fix.id, "VIA VT8623");
749 info->fix.type = FB_TYPE_PACKED_PIXELS;
750 info->fix.visual = FB_VISUAL_PSEUDOCOLOR;
751 info->fix.ypanstep = 0;
752 info->fix.accel = FB_ACCEL_NONE;
753 info->pseudo_palette = (void*)par->pseudo_palette;
754
755 /* Prepare startup mode */
756
Rusty Russelld6d1b652010-08-11 23:04:27 -0600757 kparam_block_sysfs_write(mode_option);
Krzysztof Heltcc6c5492008-04-28 02:15:08 -0700758 rc = fb_find_mode(&(info->var), info, mode_option, NULL, 0, NULL, 8);
Rusty Russelld6d1b652010-08-11 23:04:27 -0600759 kparam_unblock_sysfs_write(mode_option);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700760 if (! ((rc == 1) || (rc == 2))) {
761 rc = -EINVAL;
Ondrej Zajicek594a8812008-08-05 13:01:06 -0700762 dev_err(info->device, "mode %s not found\n", mode_option);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700763 goto err_find_mode;
764 }
765
766 rc = fb_alloc_cmap(&info->cmap, 256, 0);
767 if (rc < 0) {
Ondrej Zajicek594a8812008-08-05 13:01:06 -0700768 dev_err(info->device, "cannot allocate colormap\n");
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700769 goto err_alloc_cmap;
770 }
771
772 rc = register_framebuffer(info);
773 if (rc < 0) {
Joe Perches31b67802013-09-19 18:35:55 -0700774 dev_err(info->device, "cannot register framebuffer\n");
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700775 goto err_reg_fb;
776 }
777
Joe Perches31b67802013-09-19 18:35:55 -0700778 fb_info(info, "%s on %s, %d MB RAM\n",
779 info->fix.id, pci_name(dev), info->fix.smem_len >> 20);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700780
781 /* Record a reference to the driver data */
782 pci_set_drvdata(dev, info);
783
784#ifdef CONFIG_MTRR
785 if (mtrr) {
786 par->mtrr_reg = -1;
787 par->mtrr_reg = mtrr_add(info->fix.smem_start, info->fix.smem_len, MTRR_TYPE_WRCOMB, 1);
788 }
789#endif
790
791 return 0;
792
793 /* Error handling */
794err_reg_fb:
795 fb_dealloc_cmap(&info->cmap);
796err_alloc_cmap:
797err_find_mode:
798 pci_iounmap(dev, par->mmio_base);
799err_iomap_2:
800 pci_iounmap(dev, info->screen_base);
801err_iomap_1:
802 pci_release_regions(dev);
803err_request_regions:
804/* pci_disable_device(dev); */
805err_enable_device:
806 framebuffer_release(info);
807 return rc;
808}
809
810/* PCI remove */
811
Greg Kroah-Hartman48c68c42012-12-21 13:07:39 -0800812static void vt8623_pci_remove(struct pci_dev *dev)
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700813{
814 struct fb_info *info = pci_get_drvdata(dev);
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700815
816 if (info) {
Ondrej Zajicek38d473f2007-06-01 00:46:43 -0700817 struct vt8623fb_info *par = info->par;
818
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700819#ifdef CONFIG_MTRR
820 if (par->mtrr_reg >= 0) {
821 mtrr_del(par->mtrr_reg, 0, 0);
822 par->mtrr_reg = -1;
823 }
824#endif
825
826 unregister_framebuffer(info);
827 fb_dealloc_cmap(&info->cmap);
828
829 pci_iounmap(dev, info->screen_base);
830 pci_iounmap(dev, par->mmio_base);
831 pci_release_regions(dev);
832/* pci_disable_device(dev); */
833
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700834 framebuffer_release(info);
835 }
836}
837
838
839#ifdef CONFIG_PM
840/* PCI suspend */
841
842static int vt8623_pci_suspend(struct pci_dev* dev, pm_message_t state)
843{
844 struct fb_info *info = pci_get_drvdata(dev);
845 struct vt8623fb_info *par = info->par;
846
Ondrej Zajicek594a8812008-08-05 13:01:06 -0700847 dev_info(info->device, "suspend\n");
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700848
Torben Hohnac751ef2011-01-25 15:07:35 -0800849 console_lock();
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700850 mutex_lock(&(par->open_lock));
851
852 if ((state.event == PM_EVENT_FREEZE) || (par->ref_count == 0)) {
853 mutex_unlock(&(par->open_lock));
Torben Hohnac751ef2011-01-25 15:07:35 -0800854 console_unlock();
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700855 return 0;
856 }
857
858 fb_set_suspend(info, 1);
859
860 pci_save_state(dev);
861 pci_disable_device(dev);
862 pci_set_power_state(dev, pci_choose_state(dev, state));
863
864 mutex_unlock(&(par->open_lock));
Torben Hohnac751ef2011-01-25 15:07:35 -0800865 console_unlock();
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700866
867 return 0;
868}
869
870
871/* PCI resume */
872
873static int vt8623_pci_resume(struct pci_dev* dev)
874{
875 struct fb_info *info = pci_get_drvdata(dev);
876 struct vt8623fb_info *par = info->par;
877
Ondrej Zajicek594a8812008-08-05 13:01:06 -0700878 dev_info(info->device, "resume\n");
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700879
Torben Hohnac751ef2011-01-25 15:07:35 -0800880 console_lock();
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700881 mutex_lock(&(par->open_lock));
882
Julia Lawall950d4422008-07-29 22:33:28 -0700883 if (par->ref_count == 0)
884 goto fail;
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700885
886 pci_set_power_state(dev, PCI_D0);
887 pci_restore_state(dev);
888
889 if (pci_enable_device(dev))
890 goto fail;
891
892 pci_set_master(dev);
893
894 vt8623fb_set_par(info);
895 fb_set_suspend(info, 0);
896
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700897fail:
Julia Lawall950d4422008-07-29 22:33:28 -0700898 mutex_unlock(&(par->open_lock));
Torben Hohnac751ef2011-01-25 15:07:35 -0800899 console_unlock();
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700900
901 return 0;
902}
903#else
904#define vt8623_pci_suspend NULL
905#define vt8623_pci_resume NULL
906#endif /* CONFIG_PM */
907
908/* List of boards that we are trying to support */
909
Greg Kroah-Hartman48c68c42012-12-21 13:07:39 -0800910static struct pci_device_id vt8623_devices[] = {
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700911 {PCI_DEVICE(PCI_VENDOR_ID_VIA, 0x3122)},
912 {0, 0, 0, 0, 0, 0, 0}
913};
914
915MODULE_DEVICE_TABLE(pci, vt8623_devices);
916
917static struct pci_driver vt8623fb_pci_driver = {
918 .name = "vt8623fb",
919 .id_table = vt8623_devices,
920 .probe = vt8623_pci_probe,
Greg Kroah-Hartman48c68c42012-12-21 13:07:39 -0800921 .remove = vt8623_pci_remove,
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700922 .suspend = vt8623_pci_suspend,
923 .resume = vt8623_pci_resume,
924};
925
926/* Cleanup */
927
928static void __exit vt8623fb_cleanup(void)
929{
930 pr_debug("vt8623fb: cleaning up\n");
931 pci_unregister_driver(&vt8623fb_pci_driver);
932}
933
934/* Driver Initialisation */
935
Adrian Bunk3552f092007-07-17 04:05:47 -0700936static int __init vt8623fb_init(void)
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700937{
938
939#ifndef MODULE
940 char *option = NULL;
941
942 if (fb_get_options("vt8623fb", &option))
943 return -ENODEV;
944
945 if (option && *option)
Krzysztof Heltcc6c5492008-04-28 02:15:08 -0700946 mode_option = option;
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -0700947#endif
948
949 pr_debug("vt8623fb: initializing\n");
950 return pci_register_driver(&vt8623fb_pci_driver);
951}
952
953/* ------------------------------------------------------------------------- */
954
955/* Modularization */
956
957module_init(vt8623fb_init);
958module_exit(vt8623fb_cleanup);