summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/core/fbcon.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-10fbcon: Use array3_size() helper in scr_memcpyw()Gustavo A. R. Silva1-2/+2
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-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-02-27console: Expand dummy functions for CFIKees Cook1-1/+2
2017-12-05fbcon: Remove dmi quirk tableHans de Goede1-2/+2
2017-12-05fbcon: 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