summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/core/fbcon.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-03arch: Remove struct fb_info from video helpersThomas Zimmermann1-1/+1
2024-03-22Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+9
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-79/+44
2024-03-16fbcon: Increase maximum font width x height to 64 x 128Samuel Thibault1-7/+9
2024-02-26fbcon: always restore the old font data in fbcon_do_set_font()Jiri Slaby (SUSE)1-5/+3
2024-02-04Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman1-2/+1
2024-01-28fbcon: remove fbcon_getxy()Jiri Slaby (SUSE)1-25/+0
2024-01-28fbcon: remove consw::con_screen_pos()Jiri Slaby (SUSE)1-6/+0
2024-01-28tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)1-1/+2
2024-01-28tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)1-1/+1
2024-01-28tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)1-3/+3
2024-01-28tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)1-1/+2
2024-01-28tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)1-3/+3
2024-01-28tty: vt: remove CM_* constantsJiri Slaby (SUSE)1-10/+9
2024-01-28tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)1-2/+2
2024-01-28tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)1-9/+0
2024-01-28tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)1-13/+19
2024-01-28tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)1-1/+1
2024-01-28tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)1-4/+2
2024-01-28tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)1-1/+1
2024-01-28fbcon: make display_desc a static array in fbcon_startup()Jiri Slaby (SUSE)1-1/+1
2024-01-23fbcon: Fix incorrect printed function name in fbcon_prepare_logo()Geert Uytterhoeven1-2/+1
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+2
2023-09-11fbdev/core: Move logo functions into separate source fileThomas Zimmermann1-0/+2
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie1-4/+3
2023-08-03fbcon: Make fbcon_registered_fb and fbcon_num_registered_fb staticGUO Zihua1-2/+2
2023-07-28Revert "fbcon: Use kzalloc() in fbcon_prepare_logo()"Geert Uytterhoeven1-1/+1
2023-07-20fbcon: remove unused display (p) from fbcon_redraw()Jiri Slaby (SUSE)1-4/+3
2023-06-27fbdev/core: Rework fb init codeThomas Zimmermann1-0/+1
2023-05-18fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann1-1/+0
2023-04-13fbcon: set_con2fb_map needs to set con2fb_map!Daniel Vetter1-1/+2
2023-04-13fbcon: Fix error paths in set_con2fb_mapDaniel Vetter1-9/+8
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-20/+15
2023-02-23Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-23/+18
2023-02-06Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman1-2/+5
2023-02-04fbcon: Check font dimension limitsSamuel Thibault1-2/+5
2023-01-24Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-23/+18
2023-01-19VT: Bump font size limitation to 64x128 pixelsSamuel Thibault1-0/+2
2023-01-19VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault1-20/+13
2023-01-13Revert "fbcon: don't lose the console font across generic->chip driver switch"Thomas Zimmermann1-11/+6
2023-01-13fbcon: Remove trailing whitespacesThomas Zimmermann1-12/+12
2022-12-14fbdev: fbcon: release buffer when fbcon_do_set_font() failedTetsuo Handa1-1/+2
2022-11-22fbcon: Use kzalloc() in fbcon_prepare_logo()Tetsuo Handa1-1/+1
2022-08-26fbdev: fbcon: Properly revert changes when vc_resize() failedShigeru Yoshida1-2/+25
2022-08-24fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang1-1/+1
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+4
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-0/+33
2022-07-07fbcon: Use fbcon_info_from_console() in fbcon_modechange_possible()Helge Deller1-1/+1
2022-07-07fbcon: Prevent that screen size is smaller than font sizeHelge Deller1-0/+28
2022-07-07fbcon: Disallow setting font bigger than screen sizeHelge Deller1-0/+5