summaryrefslogtreecommitdiffstats
path: root/drivers/video/console
Commit message (Expand)AuthorAgeFilesLines
* tty: vt: change consw::con_set_origin() return typeJiri Slaby (SUSE)2024-01-271-4/+4
* tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)2024-01-272-2/+4
* tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)2024-01-273-5/+6
* tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)2024-01-275-19/+21
* tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)2024-01-275-8/+14
* tty: vt: use VESA blanking constantsJiri Slaby (SUSE)2024-01-273-5/+5
* tty: vt: stop using -1 for blank mode in consw::con_blank()Jiri Slaby (SUSE)2024-01-271-1/+0
* tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)2024-01-275-10/+10
* tty: vt: remove CM_* constantsJiri Slaby (SUSE)2024-01-275-11/+11
* consoles: use if instead of switch-case in consw::con_cursor()Jiri Slaby (SUSE)2024-01-273-66/+53
* tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)2024-01-275-15/+16
* tty: vt: sanitize consw::con_putc() parametersJiri Slaby (SUSE)2024-01-272-4/+6
* tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)2024-01-273-20/+0
* tty: vt: remove checks for count in consw::con_clear() implementationsJiri Slaby (SUSE)2024-01-272-6/+0
* tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)2024-01-275-21/+16
* tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)2024-01-275-6/+6
* tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)2024-01-271-2/+2
* vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()Jiri Slaby (SUSE)2024-01-271-2/+34
* vgacon: drop IA64 reference in VGA_CONSOLE dependency listLukas Bulwahn2023-11-281-1/+1
* console: fix up ARM screen_info referenceArnd Bergmann2023-10-171-2/+3
* vgacon: remove screen_info dependencyArnd Bergmann2023-10-171-28/+40
* dummycon: limit Arm console size hack to footbridgeArnd Bergmann2023-10-172-3/+4
* vgacon: rework Kconfig dependenciesArnd Bergmann2023-10-171-3/+3
* drm: fix up fbdev Kconfig defaultsArnd Bergmann2023-09-181-0/+1
* BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie2023-08-242-52/+34
|\
| * sticon: make sticon_set_def_font() void and remove op parameterJiri Slaby (SUSE)2023-07-201-6/+6
| * vgacon: cache vc_cell_height in vgacon_cursor()Jiri Slaby (SUSE)2023-07-201-19/+15
| * vgacon: let vgacon_doresize() return voidJiri Slaby (SUSE)2023-07-201-2/+1
| * vgacon: remove unused xpos from vgacon_set_cursor_size()Jiri Slaby (SUSE)2023-07-201-15/+10
| * vgacon: remove unneeded forward declarationsJiri Slaby (SUSE)2023-07-201-9/+1
| * vgacon: switch vgacon_scrolldelta() and vgacon_restore_screen()Jiri Slaby (SUSE)2023-07-201-6/+6
* | fbdev: Split frame buffer support in FB and FB_CORE symbolsJavier Martinez Canillas2023-07-221-1/+1
|/
* video: Move HP PARISC STI core code to shared locationThomas Zimmermann2023-04-204-1176/+3
* video: Remove trailing whitespacesThomas Zimmermann2023-04-202-53/+53
* VT: Bump font size limitation to 64x128 pixelsSamuel Thibault2023-01-191-1/+1
* VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault2023-01-193-12/+14
* 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/greg...Linus Torvalds2022-08-081-6/+6
|\
| * tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby2022-06-271-4/+4
| * tty/vt: consolemap: rename and document struct uni_pagedirJiri Slaby2022-06-101-2/+2
* | Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-07-131-0/+2
|\ \
| * | parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STIHelge Deller2022-06-071-0/+2
| |/
* / drm: Implement DRM aperture helpers under video/Thomas Zimmermann2022-06-271-0/+1
|/
* Merge tag 'for-5.19/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-042-9/+28
|\
| * parisc/stifb: Keep track of hardware path of graphics cardHelge Deller2022-06-042-9/+11
| * parisc/stifb: Implement fb_is_primary_device()Helge Deller2022-06-041-0/+17
* | parisc: video: fbdev: stifb: Add sti_dump_font() to dump STI fontHelge Deller2022-05-231-0/+21
|/
* nds32: Remove the architectureAlan Kao2022-03-071-1/+1
* fbcon: Add option to enable legacy hardware accelerationHelge Deller2022-02-021-0/+20
* Merge v5.16-rc5 into drm-nextDaniel Vetter2021-12-141-5/+9
|\