summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core
Commit message (Expand)AuthorAgeFilesLines
* fbdev: fbmem: fix memory access if logo is bigger than the screenManfred Schlaegl2019-04-051-0/+3
* fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line optionPeter Rosin2019-01-162-9/+17
* fbdev: fbcon: Fix unregister crash when more than one framebufferNoralf Trønnes2018-12-201-1/+1
* fbdev: fbmem: add config option to center the bootup logoPeter Rosin2018-12-201-1/+24
* fbdev: fbmem: make fb_show_logo_line return the end instead of the heightPeter Rosin2018-12-201-3/+3
* fbdev: fbmem: behave better with small rotated displays and many CPUsPeter Rosin2018-12-201-2/+6
* fbdev: make FB_BACKLIGHT a tristateRob Clark2018-12-201-4/+4
* Merge tag 'fbdev-v4.20' of https://github.com/bzolnier/linuxLinus Torvalds2018-10-311-2/+2
|\
| * fbdev: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-081-2/+2
* | fbdev: Add FBINFO_HIDE_SMEM_START flagDaniel Vetter2018-09-111-0/+4
* | vt: Remove vc_panic_force_writeDaniel Vetter2018-09-111-2/+1
* | fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flagDaniel Vetter2018-09-111-1/+0
* | fbdev: fix kerneldocMichał Mirosław2018-09-071-2/+2
* | fbdev: add remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-031-0/+35
* | fbdev: add kerneldoc do remove_conflicting_framebuffers()Michał Mirosław2018-09-031-0/+10
* | fbdev: allow apertures == NULL in remove_conflicting_framebuffers()Michał Mirosław2018-09-031-0/+14
* | fbdev: show fbdev number for debuggingMichał Mirosław2018-09-031-2/+2
|/
* 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
* fbdev/core: Disable console-lock warnings when fb.lockless_register_fb is setThomas Zimmermann2018-07-311-4/+9
* fb: fix lost console when the user unplugs a USB adapterMikulas Patocka2018-07-251-6/+32
* fbdev: fbmem: mark expected switch fall-throughGustavo A. R. Silva2018-07-241-0/+1
* fbdev: fix modedb docs in fb_find_modeDaniel Vetter2018-07-241-30/+32
* fbcon: introduce for_each_registered_fb() helperYisheng Xie2018-07-242-23/+12
* fbdev: Distinguish between interlaced and progressive modesFredrik Noring2018-07-241-11/+30
* 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
* Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linuxLinus Torvalds2018-06-171-2/+2
|\
| * video: fbdev: core: Change return type to vm_fault_tSouptick Joarder2018-04-241-2/+2
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+4
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-128-16/+20
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-14/+1
|/
* console: Expand dummy functions for CFIKees Cook2018-02-271-1/+2
* fbcon: Remove dmi quirk tableHans de Goede2017-12-044-156/+2
* fbcon: Add fbcon_rotate_hint to struct fb_infoHans de Goede2017-12-042-6/+13
* Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linuxLinus Torvalds2017-11-202-5/+7
|\
| * fbcon: Initialize ops->info earlyThierry Reding2017-11-131-0/+1
| * video: fbdev: Convert timers to use timer_setup()Kees Cook2017-11-102-5/+6
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* Merge tag 'fbdev-v4.14' of git://github.com/bzolnier/linuxLinus Torvalds2017-09-1414-5/+6241
|\
| * video/console: Update BIOS dates list for GPD win console rotation DMI quirkHans de Goede2017-09-071-2/+2
| * video/console: Add rotated LCD-panel DMI quirk for the VIOS LTH17Hans de Goede2017-09-051-0/+14
| * video/console: Add new BIOS date for GPD pocket to dmi quirk tableHans de Goede2017-09-041-1/+1
| * fbcon: remove restriction on margin colorDavid Lechner2017-09-041-2/+0
| * fbcon: add fbcon=margin:<color> command line optionDavid Lechner2017-08-187-11/+21
| * fbdev: fix 1bpp logo for unusual widthDavid Lechner2017-08-181-1/+1
| * video/console: Add dmi quirk table for x86 systems which need fbcon rotationHans de Goede2017-08-184-4/+149
| * video: fbdev: Convert to using %pOF instead of full_nameRob Herring2017-08-071-2/+2
| * fbdev: Nuke FBINFO_MODULEDaniel Vetter2017-08-012-3/+3
| * fbcon: Make fbcon a built-time depency for fbdevDaniel Vetter2017-08-0112-0/+6069
OpenPOWER on IntegriCloud