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/intelfb/intelfbdrv.c | |
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/intelfb/intelfbdrv.c')
-rw-r--r-- | drivers/video/intelfb/intelfbdrv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/intelfb/intelfbdrv.c b/drivers/video/intelfb/intelfbdrv.c index 448c90864016..298bc9cd99e7 100644 --- a/drivers/video/intelfb/intelfbdrv.c +++ b/drivers/video/intelfb/intelfbdrv.c | |||
@@ -1091,6 +1091,7 @@ intelfb_set_fbinfo(struct intelfb_info *dinfo) | |||
1091 | 1091 | ||
1092 | info->pixmap.size = 64*1024; | 1092 | info->pixmap.size = 64*1024; |
1093 | info->pixmap.buf_align = 8; | 1093 | info->pixmap.buf_align = 8; |
1094 | info->pixmap.access_align = 32; | ||
1094 | info->pixmap.flags = FB_PIXMAP_SYSTEM; | 1095 | info->pixmap.flags = FB_PIXMAP_SYSTEM; |
1095 | 1096 | ||
1096 | if (intelfb_init_var(dinfo)) | 1097 | if (intelfb_init_var(dinfo)) |