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