summaryrefslogtreecommitdiffstats
path: root/drivers/video/console/vgacon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* video: console: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-221-0/+1
* tty: vt: change consw::con_set_origin() return typeJiri Slaby (SUSE)2024-01-281-4/+4
* tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)2024-01-281-1/+1
* tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)2024-01-281-2/+2
* tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)2024-01-281-3/+4
* tty: vt: use VESA blanking constantsJiri Slaby (SUSE)2024-01-281-3/+3
* tty: vt: stop using -1 for blank mode in consw::con_blank()Jiri Slaby (SUSE)2024-01-281-1/+0
* tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)2024-01-281-2/+2
* tty: vt: remove CM_* constantsJiri Slaby (SUSE)2024-01-281-3/+3
* consoles: use if instead of switch-case in consw::con_cursor()Jiri Slaby (SUSE)2024-01-281-36/+30
* tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)2024-01-281-2/+2
* tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)2024-01-281-2/+0
* tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)2024-01-281-2/+2
* tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)2024-01-281-2/+2
* tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)2024-01-281-2/+2
* vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()Jiri Slaby (SUSE)2024-01-281-2/+34
* vgacon: remove screen_info dependencyArnd Bergmann2023-10-171-28/+40
* 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
* 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-191-4/+4
* 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
* Merge v5.16-rc5 into drm-nextDaniel Vetter2021-12-141-5/+9
|\
| * vgacon: Propagate console boot parameters before calling `vc_resize'Maciej W. Rozycki2021-11-251-5/+9
* | drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas2021-11-271-21/+0
|/
* Merge branch 'resizex' (patches from Maciej)Linus Torvalds2021-05-131-24/+32
|\
| * vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki2021-05-131-22/+22
| * vgacon: Record video mode changes with VT_RESIZEXMaciej W. Rozycki2021-05-131-3/+11
* | vgacon: drop unused vga_init_doneStephen Kitt2021-03-231-3/+0
* | vgacon: comment on vga_rolled_overJiri Slaby2021-03-101-1/+1
|/
* vgacon: drop BROKEN_GRAPHICS_PROGRAMSJiri Slaby2021-01-071-19/+0
* vgacon: remove software scrollback supportLinus Torvalds2020-09-141-220/+1
* vgacon: Fix for missing check in scrollback handlingYunhai Zhang2020-08-041-0/+4
* vt: use newly defined CUR_* macrosJiri Slaby2020-06-241-1/+1
* vc: switch state to boolJiri Slaby2020-06-241-1/+2
* vt: introduce enum vc_intensity for intensityJiri Slaby2020-06-241-4/+5
* vc: separate stateJiri Slaby2020-06-241-11/+11
* vgacon: Fix a UAF in vgacon_invert_regionZhang Xiaoxu2020-03-061-0/+3
* vgacon: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-3/+3
* vgacon: unconfuse vc_origin when using soft scrollbackNicolas Pitre2019-01-181-3/+4
* video/console/vgacon: Print big fat warning with nomodesetLyude Paul2018-07-241-0/+5
* console: Expand dummy functions for CFIKees Cook2018-02-271-10/+10
* vgacon: Set VGA struct resource typesBjorn Helgaas2017-12-191-8/+26
* vgacon: Prevent faulty bootparams.screeninfo from causing harmJan H. Schönherr2017-09-041-3/+2
* console: Make persistent scrollback a boot parameterManuel Schölling2017-01-251-13/+12
* console: Add persistent scrollback buffers for all VGA consolesManuel Schölling2017-01-251-53/+89