summaryrefslogtreecommitdiff
path: root/drivers/video/console/vgacon.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-17vgacon: remove screen_info dependencyArnd Bergmann1-28/+40
2023-07-20vgacon: cache vc_cell_height in vgacon_cursor()Jiri Slaby (SUSE)1-19/+15
2023-07-20vgacon: let vgacon_doresize() return voidJiri Slaby (SUSE)1-2/+1
2023-07-20vgacon: remove unused xpos from vgacon_set_cursor_size()Jiri Slaby (SUSE)1-15/+10
2023-07-20vgacon: remove unneeded forward declarationsJiri Slaby (SUSE)1-9/+1
2023-07-20vgacon: switch vgacon_scrolldelta() and vgacon_restore_screen()Jiri Slaby (SUSE)1-6/+6
2023-01-19VT: Bump font size limitation to 64x128 pixelsSamuel Thibault1-1/+1
2023-01-19VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault1-4/+4
2022-06-27tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby1-4/+4
2022-06-10tty/vt: consolemap: rename and document struct uni_pagedirJiri Slaby1-2/+2
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter1-5/+9
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas1-21/+0
2021-11-25vgacon: Propagate console boot parameters before calling `vc_resize'Maciej W. Rozycki1-5/+9
2021-05-13Merge branch 'resizex' (patches from Maciej)Linus Torvalds1-24/+32
2021-05-13vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki1-22/+22
2021-05-13vgacon: Record video mode changes with VT_RESIZEXMaciej W. Rozycki1-3/+11
2021-03-23vgacon: drop unused vga_init_doneStephen Kitt1-3/+0
2021-03-10vgacon: comment on vga_rolled_overJiri Slaby1-1/+1
2021-01-07vgacon: drop BROKEN_GRAPHICS_PROGRAMSJiri Slaby1-19/+0
2020-09-14vgacon: remove software scrollback supportLinus Torvalds1-220/+1
2020-08-04vgacon: Fix for missing check in scrollback handlingYunhai Zhang1-0/+4
2020-06-24vt: use newly defined CUR_* macrosJiri Slaby1-1/+1
2020-06-24vc: switch state to boolJiri Slaby1-1/+2
2020-06-24vt: introduce enum vc_intensity for intensityJiri Slaby1-4/+5
2020-06-24vc: separate stateJiri Slaby1-11/+11
2020-03-06vgacon: Fix a UAF in vgacon_invert_regionZhang Xiaoxu1-0/+3
2019-10-18vgacon: Use pr_warn instead of pr_warningKefeng Wang1-3/+3
2019-01-18vgacon: unconfuse vc_origin when using soft scrollbackNicolas Pitre1-3/+4
2018-07-24video/console/vgacon: Print big fat warning with nomodesetLyude Paul1-0/+5
2018-02-27console: Expand dummy functions for CFIKees Cook1-10/+10
2017-12-19vgacon: Set VGA struct resource typesBjorn Helgaas1-8/+26
2017-09-04vgacon: Prevent faulty bootparams.screeninfo from causing harmJan H. Schönherr1-3/+2
2017-01-25console: Make persistent scrollback a boot parameterManuel Schölling1-13/+12
2017-01-25console: Add persistent scrollback buffers for all VGA consolesManuel Schölling1-53/+89
2017-01-25console: Add callback to flush scrollback buffer to consw structManuel Schölling1-1/+23
2017-01-25console: Move scrollback data into its own structManuel Schölling1-44/+47
2016-10-27vgacon: remove prehistoric macrosJiri Slaby1-49/+0
2016-10-27vgacon: switch boolean variables to boolJiri Slaby1-22/+23
2016-10-27tty: vgacon+sisusb, move scrolldelta to a common helperJiri Slaby1-25/+2
2016-10-27tty: vt, cleanup and document con_scrollJiri Slaby1-7/+5
2016-06-25tty: vt, convert more macros to functionsJiri Slaby1-4/+4
2016-06-25tty: vt, remove consw->con_bmoveJiri Slaby1-1/+0
2016-06-25tty: vt, consw->con_set_palette cleanupJiri Slaby1-5/+2
2016-06-25tty: vt, consw->con_scrolldelta cleanupJiri Slaby1-8/+5
2016-04-30tty: vt, make color_table constJiri Slaby1-3/+2
2014-10-22video/console: Resolve several shadow warningsMark Rustad1-12/+12
2014-06-19Merge tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-i...Dave Airlie1-0/+1
2014-06-09drm/i915: Kick out vga consoleDaniel Vetter1-0/+1
2014-05-29console: Use explicit pointer type for vc_uni_pagedir* fieldsTakashi Iwai1-2/+2
2014-05-29vgacon: Fix & cleanup refcountingTakashi Iwai1-7/+8