diff options
Diffstat (limited to 'drivers/video/riva/fbdev.c')
-rw-r--r-- | drivers/video/riva/fbdev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/riva/fbdev.c b/drivers/video/riva/fbdev.c index 7540f60af948..6a9e183be41b 100644 --- a/drivers/video/riva/fbdev.c +++ b/drivers/video/riva/fbdev.c | |||
@@ -1723,6 +1723,7 @@ static int __devinit riva_set_fbinfo(struct fb_info *info) | |||
1723 | 1723 | ||
1724 | info->pixmap.size = 8 * 1024; | 1724 | info->pixmap.size = 8 * 1024; |
1725 | info->pixmap.buf_align = 4; | 1725 | info->pixmap.buf_align = 4; |
1726 | info->pixmap.access_align = 32; | ||
1726 | info->pixmap.flags = FB_PIXMAP_SYSTEM; | 1727 | info->pixmap.flags = FB_PIXMAP_SYSTEM; |
1727 | info->var.yres_virtual = -1; | 1728 | info->var.yres_virtual = -1; |
1728 | NVTRACE_LEAVE(); | 1729 | NVTRACE_LEAVE(); |