]> Pileus Git - ~andy/linux/blobdiff - drivers/gpu/drm/radeon/radeon_fb.c
Merge remote branch 'korg/drm-radeon-testing' into drm-next-stage
[~andy/linux] / drivers / gpu / drm / radeon / radeon_fb.c
index c39ddda138403e430770467c1ece97f134720ebd..cda112cc7a6c3de59561573932636b6b2396c07e 100644 (file)
@@ -59,7 +59,7 @@ static struct fb_ops radeonfb_ops = {
 };
 
 /**
- * Curretly it is assumed that the old framebuffer is reused.
+ * Currently it is assumed that the old framebuffer is reused.
  *
  * LOCKING
  * caller should hold the mode config lock.
@@ -243,7 +243,7 @@ int radeonfb_create(struct drm_device *dev,
        if (ret)
                goto out_unref;
 
-       memset_io(fbptr, 0xff, aligned_size);
+       memset_io(fbptr, 0x0, aligned_size);
 
        strcpy(info->fix.id, "radeondrmfb");