summaryrefslogtreecommitdiff
path: root/include/linux/fb.h
AgeCommit message (Expand)Author
2024-03-22Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-16fbcon: Increase maximum font width x height to 64 x 128Samuel Thibault
2024-02-28fbdev: Clean up include statements in header fileThomas Zimmermann
2024-02-28fbdev: Clean up forward declarations in header fileThomas Zimmermann
2024-02-28fbdev: Do not include <linux/slab.h> in headerThomas Zimmermann
2024-02-28fbdev: Do not include <linux/notifier.h> in headerThomas Zimmermann
2024-02-28fbdev: Do not include <linux/fs.h> in headerThomas Zimmermann
2024-02-28fbdev: Do not include <linux/backlight.h> in headerThomas Zimmermann
2024-01-23video/nomodeset: Select nomodeset= parameter with CONFIG_VIDEOThomas Zimmermann
2023-11-29fbdev: Remove default file-I/O implementationsThomas Zimmermann
2023-11-29fbdev: Warn on incorrect framebuffer accessThomas Zimmermann
2023-11-29fbdev: Move default fb_mmap code into helper functionThomas Zimmermann
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2023-09-11fbdev/core: Unexport logo helpersThomas Zimmermann
2023-09-01fbdev: Update fbdev source file pathsJonathan Neuschäfer
2023-07-31fbdev: Align deferred I/O with naming of helpersThomas Zimmermann
2023-07-31fbdev: Use _DMAMEM_ infix for DMA-memory helpersThomas Zimmermann
2023-07-31fbdev: Use _SYSMEM_ infix for system-memory helpersThomas Zimmermann
2023-07-31fbdev: Use _IOMEM_ infix for I/O-memory helpersThomas Zimmermann
2023-07-24fbdev: Harmonize some comments in <linux/fb.h>Thomas Zimmermann
2023-07-24fbdev: Remove FB_DEFAULT_SYS_OPSThomas Zimmermann
2023-07-24fbdev: Add fb_ops init macros for framebuffers in DMA-able memoryThomas Zimmermann
2023-07-24fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULTThomas Zimmermann
2023-06-27fbdev: Make support for userspace interfaces configurableThomas Zimmermann
2023-06-27fbdev/core: Rework fb init codeThomas Zimmermann
2023-06-27fbdev/core: Add fb_device_{create,destroy}()Thomas Zimmermann
2023-06-15fbdev: Use /* */ comment in initializer macroThomas Zimmermann
2023-06-01fbdev: Add initializer macros for struct fb_opsThomas Zimmermann
2023-05-18fbdev: Move framebuffer I/O helpers into <asm/fb.h>Thomas Zimmermann
2023-05-18fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann
2023-05-08fbdev: Move I/O read and write code into helper functionsThomas Zimmermann
2023-03-29Merge v6.3-rc4 into drm-nextDaniel Vetter
2023-03-14Merge tag 'drm-misc-next-2023-03-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2023-03-13Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann
2023-03-10fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release()Takashi Iwai
2023-02-22Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-02-20fbdev: Unexport fb_mode_optionThomas Zimmermann
2023-02-10fbdev: Fix invalid page access after closing deferred I/O devicesTakashi Iwai
2023-01-24fbdev: Remove unused struct fb_deferred_io .first_io fieldJavier Martinez Canillas
2023-01-13drm/fbdev: Remove aperture handling and FBINFO_MISC_FIRMWAREThomas Zimmermann
2022-12-09Merge tag 'drm-misc-next-fixes-2022-12-08' of git://anongit.freedesktop.org/d...Dave Airlie
2022-11-24Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie
2022-11-23Revert "drm/fb-helper: Schedule deferred-I/O worker after writing to framebuf...Thomas Zimmermann
2022-11-23fbdev: Make fb_modesetting_disabled() static inlineThomas Zimmermann
2022-11-20Revert "drm/fb-helper: Schedule deferred-I/O worker after writing to framebuf...Thomas Zimmermann
2022-11-17fbdev: Make fb_modesetting_disabled() static inlineThomas Zimmermann
2022-11-16fbdev: Add support for the nomodeset kernel parameterThomas Zimmermann
2022-11-16drm/fb-helper: Schedule deferred-I/O worker after writing to framebufferThomas Zimmermann
2022-10-17fbdev: MIPS supports iomem addressesKees Cook