summaryrefslogtreecommitdiff
path: root/include/linux/fb.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Merge tag 'backlight-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+9
2024-05-21Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann1-1/+1
2024-04-05Merge tag 'drm-misc-next-2024-03-28' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-0/+4
2024-03-28backlight: Match backlight device against struct fb_info.bl_devThomas Zimmermann1-0/+9
2024-03-22Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+12
2024-03-18drm/omapdrm: Fix console with deferred opsTony Lindgren1-0/+4
2024-03-16fbcon: Increase maximum font width x height to 64 x 128Samuel Thibault1-6/+12
2024-02-28fbdev: Clean up include statements in header fileThomas Zimmermann1-4/+4
2024-02-28fbdev: Clean up forward declarations in header fileThomas Zimmermann1-3/+5
2024-02-28fbdev: Do not include <linux/slab.h> in headerThomas Zimmermann1-1/+1
2024-02-28fbdev: Do not include <linux/notifier.h> in headerThomas Zimmermann1-1/+1
2024-02-28fbdev: Do not include <linux/fs.h> in headerThomas Zimmermann1-1/+1
2024-02-28fbdev: Do not include <linux/backlight.h> in headerThomas Zimmermann1-1/+1
2024-01-23video/nomodeset: Select nomodeset= parameter with CONFIG_VIDEOThomas Zimmermann1-7/+0
2023-11-29fbdev: Remove default file-I/O implementationsThomas Zimmermann1-0/+5
2023-11-29fbdev: Warn on incorrect framebuffer accessThomas Zimmermann1-1/+7
2023-11-29fbdev: Move default fb_mmap code into helper functionThomas Zimmermann1-1/+2
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-5/+0
2023-09-11fbdev/core: Unexport logo helpersThomas Zimmermann1-5/+0
2023-09-01fbdev: Update fbdev source file pathsJonathan Neuschäfer1-5/+5
2023-07-31fbdev: Align deferred I/O with naming of helpersThomas Zimmermann1-2/+2
2023-07-31fbdev: Use _DMAMEM_ infix for DMA-memory helpersThomas Zimmermann1-2/+2
2023-07-31fbdev: Use _SYSMEM_ infix for system-memory helpersThomas Zimmermann1-2/+2
2023-07-31fbdev: Use _IOMEM_ infix for I/O-memory helpersThomas Zimmermann1-7/+7
2023-07-24fbdev: Harmonize some comments in <linux/fb.h>Thomas Zimmermann1-10/+2
2023-07-24fbdev: Remove FB_DEFAULT_SYS_OPSThomas Zimmermann1-8/+0
2023-07-24fbdev: Add fb_ops init macros for framebuffers in DMA-able memoryThomas Zimmermann1-0/+13
2023-07-24fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULTThomas Zimmermann1-3/+0
2023-06-27fbdev: Make support for userspace interfaces configurableThomas Zimmermann1-0/+2
2023-06-27fbdev/core: Rework fb init codeThomas Zimmermann1-1/+0
2023-06-27fbdev/core: Add fb_device_{create,destroy}()Thomas Zimmermann1-3/+0
2023-06-15fbdev: Use /* */ comment in initializer macroThomas Zimmermann1-2/+2
2023-06-01fbdev: Add initializer macros for struct fb_opsThomas Zimmermann1-0/+112
2023-05-18fbdev: Move framebuffer I/O helpers into <asm/fb.h>Thomas Zimmermann1-53/+0
2023-05-18fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann1-0/+2
2023-05-08fbdev: Move I/O read and write code into helper functionsThomas Zimmermann1-0/+10
2023-03-29Merge v6.3-rc4 into drm-nextDaniel Vetter1-0/+1
2023-03-14Merge tag 'drm-misc-next-2023-03-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+0
2023-03-13Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann1-23/+0
2023-03-10fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release()Takashi Iwai1-0/+1
2023-02-23Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-23/+0
2023-02-20fbdev: Unexport fb_mode_optionThomas Zimmermann1-1/+0
2023-02-10fbdev: Fix invalid page access after closing deferred I/O devicesTakashi Iwai1-0/+1
2023-01-24fbdev: Remove unused struct fb_deferred_io .first_io fieldJavier Martinez Canillas1-1/+0
2023-01-13drm/fbdev: Remove aperture handling and FBINFO_MISC_FIRMWAREThomas Zimmermann1-22/+0
2022-12-09Merge tag 'drm-misc-next-fixes-2022-12-08' of git://anongit.freedesktop.org/d...Dave Airlie1-2/+1
2022-11-24Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie1-1/+1
2022-11-23Revert "drm/fb-helper: Schedule deferred-I/O worker after writing to framebuf...Thomas Zimmermann1-1/+0