summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core/fbmem.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-16fbdev: Add support for the nomodeset kernel parameterThomas Zimmermann1-0/+15
2022-07-27fbdev: Make registered_fb[] private to fbmem.cDaniel Vetter1-3/+3
2022-07-19fbdev: Remove conflict-handling codeThomas Zimmermann1-136/+0
2022-07-19fbdev: Acquire framebuffer apertures for firmware devicesThomas Zimmermann1-0/+33
2022-07-19video: Provide constants for VGA I/O rangeThomas Zimmermann1-2/+2
2022-07-19video/aperture: Disable and unregister sysfb devices via aperture helpersThomas Zimmermann1-12/+0
2022-07-19fbdev/core: Remove remove_conflicting_pci_framebuffers()Thomas Zimmermann1-48/+0
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-2/+14
2022-07-07fbmem: Check virtual screen sizes in fb_set_var()Helge Deller1-0/+10
2022-07-07fbcon: Prevent that screen size is smaller than font sizeHelge Deller1-1/+3
2022-07-06fbdev: fbmem: Fix logo center image dx issueGuiling Deng1-1/+1
2022-06-29fbdev: Disable sysfb device registration when removing conflicting FBsJavier Martinez Canillas1-0/+12
2022-06-22Merge tag 'drm-misc-next-2022-06-17' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+12
2022-06-15Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-7/+15
2022-06-09fbdev: Disable sysfb device registration when removing conflicting FBsJavier Martinez Canillas1-0/+12
2022-05-19Merge tag 'amd-drm-next-5.19-2022-05-18' of https://gitlab.freedesktop.org/ag...Dave Airlie1-47/+0
2022-05-13fbdev: Restart conflicting fb removal loop when unregistering devicesJavier Martinez Canillas1-7/+15
2022-05-05Revert "fbdev: fbmem: add a helper to determine if an aperture is used by a f...Alex Deucher1-47/+0
2022-05-03fbdev: Put mmap for deferred I/O into driversThomas Zimmermann1-10/+12
2022-04-20fbdev: Warn in hot-unplug workaround for framebuffers without deviceThomas Zimmermann1-6/+4
2022-04-18Merge drm/drm-next into drm-misc-nextPaul Cercueil1-1/+8
2022-04-14Revert "video: fbdev: fbmem: fix pointer reference to null device field"Helge Deller1-1/+1
2022-04-14video: fbdev: fbmem: fix pointer reference to null device fieldZhouyi Zhou1-1/+1
2022-04-07fbcon: Move console_lock for register/unlink/unregisterDaniel Vetter1-21/+2
2022-04-07fbcon: use lock_fb_info in fbcon_open/releaseDaniel Vetter1-4/+0
2022-04-06fbdev: Fix unregistering of framebuffers without deviceThomas Zimmermann1-1/+8
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+26
2022-03-23Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+2
2022-02-14Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-0/+2
2022-02-03fbdev: fbmem: Fix the implicit type castingYizhuo Zhai1-0/+2
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-3/+26
2022-01-29video: fbmem: use swap() to make code cleaner in fb_rotate_logo()Changcheng Deng1-6/+2
2022-01-27fbdev: Hot-unplug firmware fb devices on forced removalThomas Zimmermann1-3/+26
2021-12-31fbdev: fbmem: add a helper to determine if an aperture is used by a fw fbAlex Deucher1-0/+47
2021-10-10fbdev: fbmem: Fix double free of 'fb_info->pixmap.addr'Zheyu Ma1-1/+4
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-09fbmem: 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