]> err.no Git - linux-2.6/blobdiff - drivers/video/ps3fb.c
matroxfb: rectify jitter (G450/G550)
[linux-2.6] / drivers / video / ps3fb.c
index 3972aa8cf859051760c8f8be7b473217613c796d..646ec823c16844b50832152a8fc35c3665dcd636 100644 (file)
@@ -1067,7 +1067,7 @@ static int __devinit ps3fb_probe(struct ps3_system_bus_device *dev)
        info->fix.smem_len = ps3fb_videomemory.size - offset;
        info->pseudo_palette = info->par;
        info->par = NULL;
-       info->flags = FBINFO_FLAG_DEFAULT;
+       info->flags = FBINFO_DEFAULT | FBINFO_READS_FAST;
 
        retval = fb_alloc_cmap(&info->cmap, 256, 0);
        if (retval < 0)