summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/core/fbmem.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-13fbdev: Fix unregistering of framebuffers without deviceThomas Zimmermann1-1/+8
2022-04-08fbdev: Hot-unplug firmware fb devices on forced removalThomas Zimmermann1-3/+26
2022-01-11fbdev: fbmem: add a helper to determine if an aperture is used by a fw fbAlex Deucher1-0/+47
2021-09-08fbmem: don't allow too huge resolutionsTetsuo Handa1-0/+6
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-3/+3
2021-07-19fbmem: Convert from atomic_t to refcount_t on fb_info->countXiyu Yang1-3/+3
2021-07-13fbmem: Do not delete the mode that is still in useZhen Lei1-7/+5
2021-06-01Revert "fb_defio: Remove custom address_space_operations"Matthew Wilcox1-0/+4
2021-05-10fbmem: fix horribly incorrect placement of __maybe_unusedLinus Torvalds1-1/+1
2021-05-04fbmem: Mark proc_fb_seq_ops as __maybe_unusedGuenter Roeck1-1/+1
2021-03-12fb_defio: Remove custom address_space_operationsMatthew Wilcox (Oracle)1-4/+0
2020-11-10drm: remove pgprot_decrypted() before calls to io_remap_pfn_range()Jason Gunthorpe1-5/+0
2020-09-25fbdev: simplify fb_getput_cmap()Arnd Bergmann1-25/+19
2020-09-08fbmem: add margin check to fb_check_caps()George Kennedy1-0/+4
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-6/+2
2020-08-04fbmem: pull fbcon_update_vcs() out of fb_set_var()Tetsuo Handa1-6/+2
2020-08-03fbdev: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-03fbdev: Remove trailing whitespaceThomas Zimmermann1-5/+5
2020-01-15fbmem: Adjust indentation in fb_prepare_logo and fb_blankNathan Chancellor1-18/+18
2020-01-15fbdev: potential information leak in do_fb_ioctl()Dan Carpenter1-1/+1
2020-01-06Merge drm/drm-next into drm-misc-nextMaarten Lankhorst1-2/+2
2020-01-03fbdev: fbmem: avoid exporting fb_center_logoPeter Rosin1-1/+0
2020-01-03fbdev: fbmem: allow overriding the number of bootup logosPeter Rosin1-3/+9
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-8/+14
2019-12-04Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2019-12-03video: fbmem: use const pointer for fb_opsJani Nikula1-2/+2
2019-12-03video: fb_defio: preserve user fb_opsJani Nikula1-4/+11
2019-11-19fbdev: Unexport unlink_framebuffer()Thomas Zimmermann1-2/+1
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-2/+2
2019-08-23fbdev: drop res_id parameter from remove_conflicting_pci_framebuffersGerd Hoffmann1-12/+5
2019-08-05backlight: drop EARLY_EVENT_BLANK supportSam Ravnborg1-11/+1
2019-07-23fbmem: remove redundant assignment to errColin Ian King1-1/+1
2019-06-12fbcon: Call con2fb_map functions directlyDaniel Vetter1-32/+2
2019-06-12fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct callsDaniel Vetter1-11/+10
2019-06-12fb: Flatten control flow in fb_set_varDaniel Vetter1-63/+63
2019-06-12fbdev: remove FBINFO_MISC_USEREVENT around fb_blankDaniel Vetter1-3/+0
2019-06-12fbmem: pull fbcon_fb_blanked out of fb_blankDaniel Vetter1-1/+3
2019-06-12Revert "backlight/fbcon: Add FB_EVENT_CONBLANK"Daniel Vetter1-0/+1
2019-06-12fbdev: Call fbcon_get_requirement directlyDaniel Vetter1-4/+1
2019-06-12fbcon: Call fbcon_mode_deleted/new_modelist directlyDaniel Vetter1-15/+7
2019-06-12fbdev: directly call fbcon_suspended/resumedDaniel Vetter1-5/+2
2019-06-12fbdev: unify unlink_framebuffer pathsDaniel Vetter1-27/+20
2019-06-12fbdev: make unregister/unlink functions not failDaniel Vetter1-50/+23
2019-06-12fbcon: call fbcon_fb_bind directlyDaniel Vetter1-5/+2
2019-06-12fbdev: lock_fb_info cannot failDaniel Vetter1-56/+17
2019-06-12fbcon: call fbcon_fb_(un)registered directlyDaniel Vetter1-7/+17
2019-06-12fbdev: locking check for fb_set_suspendDaniel Vetter1-0/+2
2019-04-01fbdev: list all pci memory bars as conflicting aperturesGerd Hoffmann1-4/+25
2019-02-08fbdev: fbmem: fix memory access if logo is bigger than the screenManfred Schlaegl1-0/+3
2019-01-16fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line optionPeter Rosin1-9/+10