aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core/fbcon.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-03arch: Remove struct fb_info from video helpersThomas Zimmermann1-1/+1
2024-03-22Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+9
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-79/+44
2024-03-16fbcon: Increase maximum font width x height to 64 x 128Samuel Thibault1-7/+9
2024-02-26fbcon: always restore the old font data in fbcon_do_set_font()Jiri Slaby (SUSE)1-5/+3
2024-02-04Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman1-2/+1
2024-01-27fbcon: remove fbcon_getxy()Jiri Slaby (SUSE)1-25/+0
2024-01-27fbcon: remove consw::con_screen_pos()Jiri Slaby (SUSE)1-6/+0
2024-01-27tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)1-1/+2
2024-01-27tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)1-1/+1
2024-01-27tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)1-3/+3
2024-01-27tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)1-1/+2
2024-01-27tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)1-3/+3
2024-01-27tty: vt: remove CM_* constantsJiri Slaby (SUSE)1-10/+9
2024-01-27tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)1-2/+2
2024-01-27tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)1-9/+0
2024-01-27tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)1-13/+19
2024-01-27tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)1-1/+1
2024-01-27tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)1-4/+2
2024-01-27tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)1-1/+1
2024-01-27fbcon: make display_desc a static array in fbcon_startup()Jiri Slaby (SUSE)1-1/+1
2024-01-22fbcon: Fix incorrect printed function name in fbcon_prepare_logo()Geert Uytterhoeven1-2/+1
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+2
2023-09-11fbdev/core: Move logo functions into separate source fileThomas Zimmermann1-0/+2
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie1-4/+3
2023-08-03fbcon: Make fbcon_registered_fb and fbcon_num_registered_fb staticGUO Zihua1-2/+2
2023-07-28Revert "fbcon: Use kzalloc() in fbcon_prepare_logo()"Geert Uytterhoeven1-1/+1
2023-07-20fbcon: remove unused display (p) from fbcon_redraw()Jiri Slaby (SUSE)1-4/+3
2023-06-27fbdev/core: Rework fb init codeThomas Zimmermann1-0/+1
2023-05-18fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann1-1/+0
2023-04-13fbcon: set_con2fb_map needs to set con2fb_map!Daniel Vetter1-1/+2
2023-04-13fbcon: Fix error paths in set_con2fb_mapDaniel Vetter1-9/+8
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-20/+15
2023-02-22Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-23/+18
2023-02-06Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman1-2/+5
2023-02-04fbcon: Check font dimension limitsSamuel Thibault1-2/+5
2023-01-24Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-23/+18
2023-01-19VT: Bump font size limitation to 64x128 pixelsSamuel Thibault1-0/+2
2023-01-19VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault1-20/+13
2023-01-13Revert "fbcon: don't lose the console font across generic->chip driver switch"Thomas Zimmermann1-11/+6
2023-01-13fbcon: Remove trailing whitespacesThomas Zimmermann1-12/+12
2022-12-14fbdev: fbcon: release buffer when fbcon_do_set_font() failedTetsuo Handa1-1/+2
2022-11-22fbcon: Use kzalloc() in fbcon_prepare_logo()Tetsuo Handa1-1/+1
2022-08-26fbdev: fbcon: Properly revert changes when vc_resize() failedShigeru Yoshida1-2/+25
2022-08-24fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang1-1/+1
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+4
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-0/+33
2022-07-07fbcon: Use fbcon_info_from_console() in fbcon_modechange_possible()Helge Deller1-1/+1
2022-07-07fbcon: Prevent that screen size is smaller than font sizeHelge Deller1-0/+28
2022-07-07fbcon: Disallow setting font bigger than screen sizeHelge Deller1-0/+5
2022-06-27tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby1-4/+4
2022-06-20fbcon: Fix boundary checks for fbcon=vc:n1-n2 parametersHelge Deller1-3/+5
2022-06-20fbcon: Fix accelerated fbdev scrolling while logo is still shownHelge Deller1-4/+0
2022-06-08fbcon: Remove obsolete reference to initmem_freedGeert Uytterhoeven1-1/+0
2022-04-14fbcon: replace snprintf in show functions with sysfs_emitYang Guang1-2/+2
2022-04-13fbcon: Fix delayed takeover lockingDaniel Vetter1-10/+18
2022-04-12fbcon: use min() to make code cleanerChangcheng Deng1-1/+1
2022-04-07fbcon: Maintain a private array of fb_infoDaniel Vetter1-39/+43
2022-04-07fbcon: untangle fbcon_exitDaniel Vetter1-31/+32
2022-04-07fbcon: Move more code into fbcon_releaseDaniel Vetter1-20/+13
2022-04-07fbcon: Move console_lock for register/unlink/unregisterDaniel Vetter1-6/+27
2022-04-07fbcon: Consistently protect deferred_takeover with console_lock()Daniel Vetter1-2/+3
2022-04-07fbcon: use lock_fb_info in fbcon_open/releaseDaniel Vetter1-0/+5
2022-04-07fbcon: move more common code into fb_open()Daniel Vetter1-45/+30
2022-04-07fbcon: Ditch error handling for con2fb_release_oldinfoDaniel Vetter1-24/+13
2022-04-07fbcon: Extract fbcon_open/release helpersDaniel Vetter1-54/+53
2022-04-07fbcon: Replace FBCON_FLAGS_INIT with a booleanDaniel Vetter1-6/+5
2022-04-07fbcon: Use delayed work for cursorDaniel Vetter1-52/+33
2022-04-07fbcon: delete delayed loading codeDaniel Vetter1-12/+1
2022-04-07fbcon: Introduce wrapper for console->fb_info lookupDaniel Vetter1-32/+44
2022-04-07fbcon: Move fbcon_bmove(_rec) functionsDaniel Vetter1-69/+65
2022-04-07fbcon: delete a few unneeded forward declDaniel Vetter1-16/+1
2022-02-08fbcon: Avoid 'cap' set but not used warningHelge Deller1-4/+3
2022-02-02fbcon: Add option to enable legacy hardware accelerationHelge Deller1-11/+28
2022-02-02Revert "fbcon: Disable accelerated scrolling"Helge Deller1-8/+37
2022-02-02Revert "fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TOD...Helge Deller1-20/+489
2021-10-13fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TODO list)Claudio Suarez1-489/+20
2021-05-15tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa1-1/+1
2021-03-23drivers: video: fbcon: fix NULL dereference in fbcon_cursor()Du Cheng1-0/+3
2020-11-29video: fbcon: Fix warnings by using pr_debug() in fbconSam Ravnborg1-17/+8
2020-11-17fbcon: Disable accelerated scrollingDaniel Vetter1-37/+8
2020-11-16fbcon: Avoid using FNTCHARCNT() and hard-coded built-in font charcountPeilin Ye1-36/+21
2020-11-16console: Delete unused con_font_copy() callback implementationsPeilin Ye1-11/+0
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+0
2020-10-14Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-9/+1
2020-10-06Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+12
2020-10-02fbcon: remove no-op fbcon_set_origin()Tetsuo Handa1-8/+0
2020-09-25fbcon: Fix global-out-of-bounds read in fbcon_get_font()Peilin Ye1-0/+12
2020-09-21Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman1-331/+5
2020-09-20Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2020-09-18fbcon: Remove the superfluous breakJing Xiangfeng1-2/+0
2020-09-16fbcon: Fix user font detection test at fbcon_resize().Tetsuo Handa1-1/+1
2020-09-14fbcon: remove now unusued 'softback_lines' cursor() argumentLinus Torvalds1-2/+2
2020-09-14fbcon: remove soft scrollback codeLinus Torvalds1-330/+4
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman1-2/+23
2020-08-18vt: make vc_data pointers const in selection.hJiri Slaby1-1/+1
2020-08-18fbcon: prevent user font height or width change from causing potential out-of...George Kennedy1-2/+23
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+5
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie1-1/+2
2020-07-20Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman1-1/+2
2020-07-10fbcon: Use array3_size() helper in scr_memcpyw()Gustavo A. R. Silva1-2/+2
2020-06-24drm/fb-helper: Fix vt restoreDaniel Vetter1-1/+2
2020-06-24vt: use newly defined CUR_* macrosJiri Slaby1-1/+1
2020-06-24vc: separate stateJiri Slaby1-4/+4
2020-03-31fbcon: fix null-ptr-deref in fbcon_switchQiujun Huang1-0/+3
2020-01-15fbcon: Adjust indentation in set_con2fb_mapNathan Chancellor1-14/+13
2020-01-03fbdev: fbmem: allow overriding the number of bootup logosPeter Rosin1-0/+7
2019-06-19fbcon: Export fbcon_update_vcsDaniel Vetter1-0/+1
2019-06-13fbcon: Document what I learned about fbcon lockingDaniel Vetter1-0/+19
2019-06-12fbcon: Call con2fb_map functions directlyDaniel Vetter1-23/+36
2019-06-12vgaswitcheroo: call fbcon_remap_all directlyDaniel Vetter1-9/+5
2019-06-12fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct callsDaniel Vetter1-6/+9
2019-06-12fbdev: remove FBINFO_MISC_USEREVENT around fb_blankDaniel Vetter1-3/+2
2019-06-12Revert "backlight/fbcon: Add FB_EVENT_CONBLANK"Daniel Vetter1-13/+1
2019-06-12fbdev: Call fbcon_get_requirement directlyDaniel Vetter1-7/+2
2019-06-12fbcon: Call fbcon_mode_deleted/new_modelist directlyDaniel Vetter1-11/+3
2019-06-12fbdev: directly call fbcon_suspended/resumedDaniel Vetter1-8/+2
2019-06-12fbcon: call fbcon_fb_bind directlyDaniel Vetter1-17/+7
2019-06-12fbdev: lock_fb_info cannot failDaniel Vetter1-2/+1
2019-06-12fbcon: call fbcon_fb_(un)registered directlyDaniel Vetter1-11/+3
2019-06-12fbcon: Remove fbcon_has_exitedDaniel Vetter1-34/+7
2019-06-12fbcon: s/struct display/struct fbcon_display/Daniel Vetter1-37/+37
2019-05-24vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat1-1/+1
2019-05-06fbcon: Don't reset logo_shown when logo is currently shownAndreas Schwab1-1/+1
2019-02-08fbcon: Silence fbcon logo on 'quiet' bootsPrarit Bhargava1-1/+7
2019-02-08fbcon: use kvmalloc() for scrollback bufferKonstantin Khorenko1-3/+3
2019-01-16fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line optionPeter Rosin1-0/+7
2018-12-20fbdev: fbcon: Fix unregister crash when more than one framebufferNoralf Trønnes1-1/+1
2018-09-11vt: Remove vc_panic_force_writeDaniel Vetter1-2/+1
2018-09-11fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flagDaniel Vetter1-1/+0
2018-08-10fbcon: Do not takeover the console from atomic contextHans de Goede1-4/+15
2018-08-10fbcon: Only defer console takeover if the current console driver is the dummyconHans de Goede1-14/+10
2018-07-24fbcon: introduce for_each_registered_fb() helperYisheng Xie1-20/+11
2018-06-28console/fbcon: Add support for deferred console takeoverHans de Goede1-0/+72
2018-06-28fbcon: Call WARN_CONSOLE_UNLOCKED() where applicableHans de Goede1-0/+11
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-02-27console: Expand dummy functions for CFIKees Cook1-1/+2
2017-12-04fbcon: Remove dmi quirk tableHans de Goede1-2/+2
2017-12-04fbcon: Add fbcon_rotate_hint to struct fb_infoHans de Goede1-6/+12
2017-11-13fbcon: Initialize ops->info earlyThierry Reding1-0/+1
2017-11-10video: fbdev: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-09-04fbcon: remove restriction on margin colorDavid Lechner1-2/+0
2017-08-18fbcon: add fbcon=margin:<color> command line optionDavid Lechner1-1/+11
2017-08-18video/console: Add dmi quirk table for x86 systems which need fbcon rotationHans de Goede1-3/+9
2017-08-01fbdev: Nuke FBINFO_MODULEDaniel Vetter1-1/+1
2017-08-01fbcon: Make fbcon a built-time depency for fbdevDaniel Vetter1-0/+3658