Skip to content

Commit

Permalink
atafb: Register Atari-specific video modes with sysfs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Jul 21, 2008
1 parent db3e528 commit da8513c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/video/atafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -3230,6 +3230,9 @@ int __init atafb_init(void)
return -EINVAL;
}

fb_videomode_to_modelist(atafb_modedb, NUM_TOTAL_MODES,
&fb_info.modelist);

atafb_set_disp(&fb_info);

fb_alloc_cmap(&(fb_info.cmap), 1 << fb_info.var.bits_per_pixel, 0);
Expand Down

0 comments on commit da8513c

Please sign in to comment.