diff options
author | James Simmons <jsimmons@pentafluge.infradead.org> | 2005-06-21 20:17:08 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 22:07:42 -0400 |
commit | 58a606431a704b5c240c1429a5526fac81c9800a (patch) | |
tree | 42299e741ce03b4f30448eb6d2cc1f2ce10d0b5a /drivers/video/i810 | |
parent | f1ab5dac251bb4514607918b0019a3b3f5f5fb48 (diff) |
[PATCH] fbdev: fill in the access_align field.
Several drivers miss filling in the access_align field. So this patch has
them fill it in.
Signed-off-by: James Simmons <jsimmons@www.infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/i810')
-rw-r--r-- | drivers/video/i810/i810_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/i810/i810_main.c b/drivers/video/i810/i810_main.c index a9a618f2aa6a..7513fb9b19cf 100644 --- a/drivers/video/i810/i810_main.c +++ b/drivers/video/i810/i810_main.c | |||
@@ -1885,6 +1885,7 @@ static int __devinit i810fb_init_pci (struct pci_dev *dev, | |||
1885 | memset(info->pixmap.addr, 0, 8*1024); | 1885 | memset(info->pixmap.addr, 0, 8*1024); |
1886 | info->pixmap.size = 8*1024; | 1886 | info->pixmap.size = 8*1024; |
1887 | info->pixmap.buf_align = 8; | 1887 | info->pixmap.buf_align = 8; |
1888 | info->pixmap.access_align = 32; | ||
1888 | info->pixmap.flags = FB_PIXMAP_SYSTEM; | 1889 | info->pixmap.flags = FB_PIXMAP_SYSTEM; |
1889 | 1890 | ||
1890 | if ((err = i810_allocate_pci_resource(par, entry))) { | 1891 | if ((err = i810_allocate_pci_resource(par, entry))) { |