summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core/fbcon.c
Commit message (Expand)AuthorAgeFilesLines
* fbcon: Export fbcon_update_vcsDaniel Vetter2019-06-191-0/+1
* fbcon: Document what I learned about fbcon lockingDaniel Vetter2019-06-131-0/+19
* fbcon: Call con2fb_map functions directlyDaniel Vetter2019-06-121-23/+36
* vgaswitcheroo: call fbcon_remap_all directlyDaniel Vetter2019-06-121-9/+5
* fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct callsDaniel Vetter2019-06-121-6/+9
* fbdev: remove FBINFO_MISC_USEREVENT around fb_blankDaniel Vetter2019-06-121-3/+2
* Revert "backlight/fbcon: Add FB_EVENT_CONBLANK"Daniel Vetter2019-06-121-13/+1
* fbdev: Call fbcon_get_requirement directlyDaniel Vetter2019-06-121-7/+2
* fbcon: Call fbcon_mode_deleted/new_modelist directlyDaniel Vetter2019-06-121-11/+3
* fbdev: directly call fbcon_suspended/resumedDaniel Vetter2019-06-121-8/+2
* fbcon: call fbcon_fb_bind directlyDaniel Vetter2019-06-121-17/+7
* fbdev: lock_fb_info cannot failDaniel Vetter2019-06-121-2/+1
* fbcon: call fbcon_fb_(un)registered directlyDaniel Vetter2019-06-121-11/+3
* fbcon: Remove fbcon_has_exitedDaniel Vetter2019-06-121-34/+7
* fbcon: s/struct display/struct fbcon_display/Daniel Vetter2019-06-121-37/+37
* vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat2019-05-241-1/+1
* fbcon: Don't reset logo_shown when logo is currently shownAndreas Schwab2019-05-061-1/+1
* fbcon: Silence fbcon logo on 'quiet' bootsPrarit Bhargava2019-02-081-1/+7
* fbcon: use kvmalloc() for scrollback bufferKonstantin Khorenko2019-02-081-3/+3
* fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line optionPeter Rosin2019-01-161-0/+7
* fbdev: fbcon: Fix unregister crash when more than one framebufferNoralf Trønnes2018-12-201-1/+1
* vt: Remove vc_panic_force_writeDaniel Vetter2018-09-111-2/+1
* fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flagDaniel Vetter2018-09-111-1/+0
* fbcon: Do not takeover the console from atomic contextHans de Goede2018-08-101-4/+15
* fbcon: Only defer console takeover if the current console driver is the dummyconHans de Goede2018-08-101-14/+10
* fbcon: introduce for_each_registered_fb() helperYisheng Xie2018-07-241-20/+11
* console/fbcon: Add support for deferred console takeoverHans de Goede2018-06-281-0/+72
* fbcon: Call WARN_CONSOLE_UNLOCKED() where applicableHans de Goede2018-06-281-0/+11
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* console: Expand dummy functions for CFIKees Cook2018-02-271-1/+2
* fbcon: Remove dmi quirk tableHans de Goede2017-12-041-2/+2
* fbcon: Add fbcon_rotate_hint to struct fb_infoHans de Goede2017-12-041-6/+12
* fbcon: Initialize ops->info earlyThierry Reding2017-11-131-0/+1
* video: fbdev: Convert timers to use timer_setup()Kees Cook2017-11-101-5/+5
* fbcon: remove restriction on margin colorDavid Lechner2017-09-041-2/+0
* fbcon: add fbcon=margin:<color> command line optionDavid Lechner2017-08-181-1/+11
* video/console: Add dmi quirk table for x86 systems which need fbcon rotationHans de Goede2017-08-181-3/+9
* fbdev: Nuke FBINFO_MODULEDaniel Vetter2017-08-011-1/+1
* fbcon: Make fbcon a built-time depency for fbdevDaniel Vetter2017-08-011-0/+3658