summaryrefslogtreecommitdiff
path: root/include/linux/fb.h
AgeCommit message (Expand)Author
2021-12-31fbdev: fbmem: add a helper to determine if an aperture is used by a fw fbAlex Deucher
2021-10-13fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TODO list)Claudio Suarez
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-07-19fbmem: Convert from atomic_t to refcount_t on fb_info->countXiyu Yang
2021-06-01Revert "fb_defio: Remove custom address_space_operations"Matthew Wilcox
2021-03-12fb_defio: Remove custom address_space_operationsMatthew Wilcox (Oracle)
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2020-08-04fbmem: pull fbcon_update_vcs() out of fb_set_var()Tetsuo Handa
2020-08-03fbdev: Remove trailing whitespaceThomas Zimmermann
2020-07-10fbdev/fb.h: Use struct_size() helper in kzalloc()Gustavo A. R. Silva
2020-01-03fbdev: fbmem: allow overriding the number of bootup logosPeter Rosin
2019-12-05video: fbdev: make fbops member of struct fb_info a const pointerJani Nikula
2019-11-19fbdev: Unexport unlink_framebuffer()Thomas Zimmermann
2019-08-23fbdev: drop res_id parameter from remove_conflicting_pci_framebuffersGerd Hoffmann
2019-08-05backlight: drop EARLY_EVENT_BLANK supportSam Ravnborg
2019-07-23fbdev: Ditch fb_edid_add_monspecsDaniel Vetter
2019-06-12fbcon: Call con2fb_map functions directlyDaniel Vetter
2019-06-12vgaswitcheroo: call fbcon_remap_all directlyDaniel Vetter
2019-06-12fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct callsDaniel Vetter
2019-06-12Revert "backlight/fbcon: Add FB_EVENT_CONBLANK"Daniel Vetter
2019-06-12fbdev: Call fbcon_get_requirement directlyDaniel Vetter
2019-06-12fbcon: Call fbcon_mode_deleted/new_modelist directlyDaniel Vetter
2019-06-12fbdev: directly call fbcon_suspended/resumedDaniel Vetter
2019-06-12fbdev: make unregister/unlink functions not failDaniel Vetter
2019-06-12fbcon: call fbcon_fb_bind directlyDaniel Vetter
2019-06-12fbdev: lock_fb_info cannot failDaniel Vetter
2019-06-12fbcon: call fbcon_fb_(un)registered directlyDaniel Vetter
2019-01-16fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line optionPeter Rosin
2018-12-20fbdev: make FB_BACKLIGHT a tristateRob Clark
2018-09-11fbdev: Add FBINFO_HIDE_SMEM_START flagDaniel Vetter
2018-09-11fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flagDaniel Vetter
2018-09-03fbdev: add remove_conflicting_pci_framebuffers()Michał Mirosław
2018-07-24fbdev: fix typo in commentYisheng Xie
2018-07-24fbcon: introduce for_each_registered_fb() helperYisheng Xie
2018-03-26fbdev: remove blackfin driversArnd Bergmann
2018-02-07Merge tag 'fbdev-v4.16' of git://github.com/bzolnier/linuxLinus Torvalds
2018-01-04fbdev: arm64 use __raw I/O memory apiJi Zhang
2017-12-04fbcon: Add fbcon_rotate_hint to struct fb_infoHans de Goede
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-01fbdev: Nuke FBINFO_MODULEDaniel Vetter
2016-05-02fbdev: fb_defio: Export fb_deferred_io_mmapNoralf Trønnes
2016-02-26fbdev: kill fb_rotateRasmus Villemoes
2015-12-15fbdev: Make fb-notify a no-op if CONFIG_FB=nEzequiel Garcia
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-10-13fb.h: Provide alternate screen_base pointerLars Svensson
2015-09-24drm: Spell vga_switcheroo consistentlyLukas Wunner
2015-08-20fbdev: fix cea_modes array sizeTomi Valkeinen
2015-01-15video: fbdev: Check Standard Timing against DMTDavid Ung
2015-01-15video: fbdev: Add additional vesa modesDavid Ung
2014-07-01fbdev: arm has __raw I/O accessors, use them in fb.hArchit Taneja