diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2008-07-17 15:16:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-20 20:24:39 -0400 |
commit | da8513c9b84317d1a2071644b6ccf734463d4849 (patch) | |
tree | 59dfa33d155703f5e1ee9dec226d4957888b798b /drivers/video/atafb.c | |
parent | db3e5289f51b5d02767fa2951d5f0375efdba35c (diff) |
atafb: Register Atari-specific video modes with sysfs
Register the Atari-specific video modes with sysfs, so you can see them in
/sys/class/graphics/fb0/modes and change the video mode by writing to
/sys/class/graphics/fb0/mode.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/atafb.c')
-rw-r--r-- | drivers/video/atafb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/atafb.c b/drivers/video/atafb.c index c8605730a1b0..fa55d356b535 100644 --- a/drivers/video/atafb.c +++ b/drivers/video/atafb.c | |||
@@ -3230,6 +3230,9 @@ int __init atafb_init(void) | |||
3230 | return -EINVAL; | 3230 | return -EINVAL; |
3231 | } | 3231 | } |
3232 | 3232 | ||
3233 | fb_videomode_to_modelist(atafb_modedb, NUM_TOTAL_MODES, | ||
3234 | &fb_info.modelist); | ||
3235 | |||
3233 | atafb_set_disp(&fb_info); | 3236 | atafb_set_disp(&fb_info); |
3234 | 3237 | ||
3235 | fb_alloc_cmap(&(fb_info.cmap), 1 << fb_info.var.bits_per_pixel, 0); | 3238 | fb_alloc_cmap(&(fb_info.cmap), 1 << fb_info.var.bits_per_pixel, 0); |