aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core/fbcon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* arch: Remove struct fb_info from video helpersThomas Zimmermann2024-05-031-1/+1
* Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdevLinus Torvalds2024-03-221-7/+9
|\
| * fbcon: Increase maximum font width x height to 64 x 128Samuel Thibault2024-03-161-7/+9
* | Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2024-03-211-79/+44
|\ \
| * | Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman2024-02-041-2/+1
| |\|
| * | fbcon: remove fbcon_getxy()Jiri Slaby (SUSE)2024-01-271-25/+0
| * | fbcon: remove consw::con_screen_pos()Jiri Slaby (SUSE)2024-01-271-6/+0
| * | tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)2024-01-271-1/+2
| * | tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)2024-01-271-1/+1
| * | tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)2024-01-271-3/+3
| * | tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)2024-01-271-1/+2
| * | tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)2024-01-271-3/+3
| * | tty: vt: remove CM_* constantsJiri Slaby (SUSE)2024-01-271-10/+9
| * | tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)2024-01-271-2/+2
| * | tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)2024-01-271-9/+0
| * | tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)2024-01-271-13/+19
| * | tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)2024-01-271-1/+1
| * | tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)2024-01-271-4/+2
| * | tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)2024-01-271-1/+1
| * | fbcon: make display_desc a static array in fbcon_startup()Jiri Slaby (SUSE)2024-01-271-1/+1
* | | fbcon: always restore the old font data in fbcon_do_set_font()Jiri Slaby (SUSE)2024-02-261-5/+3
| |/ |/|
* | fbcon: Fix incorrect printed function name in fbcon_prepare_logo()Geert Uytterhoeven2024-01-221-2/+1
|/
* Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie2023-09-291-0/+2
|\
| * fbdev/core: Move logo functions into separate source fileThomas Zimmermann2023-09-111-0/+2
* | BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie2023-08-241-4/+3
|\ \ | |/ |/|
| * fbcon: remove unused display (p) from fbcon_redraw()Jiri Slaby (SUSE)2023-07-201-4/+3
* | fbcon: Make fbcon_registered_fb and fbcon_num_registered_fb staticGUO Zihua2023-08-031-2/+2
* | Revert "fbcon: Use kzalloc() in fbcon_prepare_logo()"Geert Uytterhoeven2023-07-281-1/+1
* | fbdev/core: Rework fb init codeThomas Zimmermann2023-06-271-0/+1
|/
* fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann2023-05-181-1/+0
* fbcon: set_con2fb_map needs to set con2fb_map!Daniel Vetter2023-04-131-1/+2
* fbcon: Fix error paths in set_con2fb_mapDaniel Vetter2023-04-131-9/+8
* Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2023-02-241-20/+15
|\
| * Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman2023-02-061-2/+5
| |\
| * | VT: Bump font size limitation to 64x128 pixelsSamuel Thibault2023-01-191-0/+2
| * | VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault2023-01-191-20/+13
* | | Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-02-221-23/+18
|\ \ \ | |_|/ |/| |
| * | Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter2023-01-241-23/+18
| |\ \ | | |/ | |/|
| | * Revert "fbcon: don't lose the console font across generic->chip driver switch"Thomas Zimmermann2023-01-131-11/+6
| | * fbcon: Remove trailing whitespacesThomas Zimmermann2023-01-131-12/+12
* | | fbcon: Check font dimension limitsSamuel Thibault2023-02-041-2/+5
|/ /
* | fbdev: fbcon: release buffer when fbcon_do_set_font() failedTetsuo Handa2022-12-141-1/+2
* | fbcon: Use kzalloc() in fbcon_prepare_logo()Tetsuo Handa2022-11-221-1/+1
|/
* fbdev: fbcon: Properly revert changes when vc_resize() failedShigeru Yoshida2022-08-261-2/+25
* fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang2022-08-241-1/+1
* Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2022-08-081-4/+4
|\
| * tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby2022-06-271-4/+4
* | Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie2022-07-131-0/+33
|\ \
| * | fbcon: Use fbcon_info_from_console() in fbcon_modechange_possible()Helge Deller2022-07-071-1/+1
| * | fbcon: Prevent that screen size is smaller than font sizeHelge Deller2022-07-071-0/+28