summaryrefslogtreecommitdiffstats
path: root/drivers/video/console
AgeCommit message (Expand)AuthorLines
2023-01-19VT: Bump font size limitation to 64x128 pixelsSamuel Thibault-1/+1
2023-01-19VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault-12/+14
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-6/+6
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie-0/+2
2022-06-27tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby-4/+4
2022-06-27drm: Implement DRM aperture helpers under video/Thomas Zimmermann-0/+1
2022-06-10tty/vt: consolemap: rename and document struct uni_pagedirJiri Slaby-2/+2
2022-06-07parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STIHelge Deller-0/+2
2022-06-04Merge tag 'for-5.19/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+28
2022-06-04parisc/stifb: Keep track of hardware path of graphics cardHelge Deller-9/+11
2022-06-04parisc/stifb: Implement fb_is_primary_device()Helge Deller-0/+17
2022-05-23parisc: video: fbdev: stifb: Add sti_dump_font() to dump STI fontHelge Deller-0/+21
2022-03-07nds32: Remove the architectureAlan Kao-1/+1
2022-02-02fbcon: Add option to enable legacy hardware accelerationHelge Deller-0/+20
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter-5/+9
2021-12-09Merge tag 'drm-misc-next-2021-11-29' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-21/+0
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas-21/+0
2021-11-25vgacon: Propagate console boot parameters before calling `vc_resize'Maciej W. Rozycki-5/+9
2021-11-17parisc/sticon: fix reverse colorsSven Schnelle-6/+6
2021-06-17um: allow disabling NO_IOMEMJohannes Berg-1/+1
2021-05-13Merge branch 'resizex' (patches from Maciej)Linus Torvalds-24/+32
2021-05-13vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki-22/+22
2021-05-13vgacon: Record video mode changes with VT_RESIZEXMaciej W. Rozycki-3/+11
2021-03-23vgacon: drop unused vga_init_doneStephen Kitt-3/+0
2021-03-10vgacon: comment on vga_rolled_overJiri Slaby-1/+1
2021-01-07vgacon: drop BROKEN_GRAPHICS_PROGRAMSJiri Slaby-19/+0
2020-11-16parisc/sticore: Avoid hard-coding built-in font charcountPeilin Ye-4/+4
2020-11-16console: Delete dummy con_font_set() and con_font_default() callback implemen...Peilin Ye-14/+0
2020-11-16console: Delete unused con_font_copy() callback implementationsPeilin Ye-6/+0
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard-560/+325
2020-10-28Fonts: Make font size unsigned in font_descPeilin Ye-1/+1
2020-10-15parisc/sticon: Add user font supportHelge Deller-254/+313
2020-10-15parisc/sticon: Always register sticon console driverHelge Deller-8/+7
2020-10-14Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-27/+4
2020-10-06Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-6/+1
2020-09-25fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye-6/+1
2020-09-21Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman-266/+1
2020-09-16sticon: remove no-op sticon_set_origin()Tetsuo Handa-7/+0
2020-09-16newport_con: remove no-op newport_set_origin()Tetsuo Handa-6/+0
2020-09-14vgacon: remove software scrollback supportLinus Torvalds-266/+1
2020-08-18newport_con: make module's init & exit static using module_driverJiri Slaby-13/+1
2020-08-18newport_con: fix no return statement in newport_show_logoJiri Slaby-0/+2
2020-08-18vt: make vc_data pointers const in selection.hJiri Slaby-1/+1
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-37/+47
2020-08-04vgacon: Fix for missing check in scrollback handlingYunhai Zhang-0/+4
2020-07-24newport_con: vc_color is now in stateJiri Slaby-5/+5
2020-06-24vt: use newly defined CUR_* macrosJiri Slaby-3/+3
2020-06-24vc: switch state to boolJiri Slaby-7/+10
2020-06-24vt: introduce enum vc_intensity for intensityJiri Slaby-7/+10