]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/vfb.c
sm501fb: Call fb suspend function during suspend and resume
[linux-2.6-omap-h63xx.git] / drivers / video / vfb.c
index a9b99b01bd8e377f2656058bd29b09accb7ef6ea..64ee78c3c12bba274d18db4f24f63f1016687b75 100644 (file)
@@ -84,13 +84,15 @@ static int vfb_mmap(struct fb_info *info,
                    struct vm_area_struct *vma);
 
 static struct fb_ops vfb_ops = {
+       .fb_read        = fb_sys_read,
+       .fb_write       = fb_sys_write,
        .fb_check_var   = vfb_check_var,
        .fb_set_par     = vfb_set_par,
        .fb_setcolreg   = vfb_setcolreg,
        .fb_pan_display = vfb_pan_display,
-       .fb_fillrect    = cfb_fillrect,
-       .fb_copyarea    = cfb_copyarea,
-       .fb_imageblit   = cfb_imageblit,
+       .fb_fillrect    = sys_fillrect,
+       .fb_copyarea    = sys_copyarea,
+       .fb_imageblit   = sys_imageblit,
        .fb_mmap        = vfb_mmap,
 };