summaryrefslogtreecommitdiffstats
path: root/include/linux/fb.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-09-191-0/+1
|\
| * fbcon: Add an option to disable fbcon in panicJocelyn Falempe2024-07-191-0/+1
* | fbdev: Introduce devm_register_framebuffer()Thomas Weißschuh2024-08-301-0/+1
|/
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-05-271-1/+10
|\
| * Merge tag 'backlight-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-221-0/+9
| |\
| | * backlight: Match backlight device against struct fb_info.bl_devThomas Zimmermann2024-03-281-0/+9
| * | Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-201-1/+1
| |\ \
| | * | arch: Rename fbdev header and source filesThomas Zimmermann2024-05-031-1/+1
| | |/
| * | Merge tag 'drm-misc-next-2024-03-28' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2024-04-051-0/+4
| |\ \ | | |/ | |/|
* | | fbdev/deferred-io: Provide get_page hook in struct fb_deferred_ioThomas Zimmermann2024-05-021-0/+1
* | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-04-021-6/+12
|\| | | |/ |/|
| * Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-221-6/+12
| |\
| | * fbcon: Increase maximum font width x height to 64 x 128Samuel Thibault2024-03-161-6/+12
* | | drm/omapdrm: Fix console with deferred opsTony Lindgren2024-03-181-0/+4
|/ /
* | fbdev: Clean up include statements in header fileThomas Zimmermann2024-02-281-4/+4
* | fbdev: Clean up forward declarations in header fileThomas Zimmermann2024-02-281-3/+5
* | fbdev: Do not include <linux/slab.h> in headerThomas Zimmermann2024-02-281-1/+1
* | fbdev: Do not include <linux/notifier.h> in headerThomas Zimmermann2024-02-281-1/+1
* | fbdev: Do not include <linux/fs.h> in headerThomas Zimmermann2024-02-281-1/+1
* | fbdev: Do not include <linux/backlight.h> in headerThomas Zimmermann2024-02-281-1/+1
* | video/nomodeset: Select nomodeset= parameter with CONFIG_VIDEOThomas Zimmermann2024-01-231-7/+0
|/
* fbdev: Remove default file-I/O implementationsThomas Zimmermann2023-11-291-0/+5
* fbdev: Warn on incorrect framebuffer accessThomas Zimmermann2023-11-291-1/+7
* fbdev: Move default fb_mmap code into helper functionThomas Zimmermann2023-11-291-1/+2
* Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-09-291-5/+0
|\
| * fbdev/core: Unexport logo helpersThomas Zimmermann2023-09-111-5/+0
* | fbdev: Update fbdev source file pathsJonathan Neuschäfer2023-09-011-5/+5
|/
* fbdev: Align deferred I/O with naming of helpersThomas Zimmermann2023-07-311-2/+2
* fbdev: Use _DMAMEM_ infix for DMA-memory helpersThomas Zimmermann2023-07-311-2/+2
* fbdev: Use _SYSMEM_ infix for system-memory helpersThomas Zimmermann2023-07-311-2/+2
* fbdev: Use _IOMEM_ infix for I/O-memory helpersThomas Zimmermann2023-07-311-7/+7
* fbdev: Harmonize some comments in <linux/fb.h>Thomas Zimmermann2023-07-241-10/+2
* fbdev: Remove FB_DEFAULT_SYS_OPSThomas Zimmermann2023-07-241-8/+0
* fbdev: Add fb_ops init macros for framebuffers in DMA-able memoryThomas Zimmermann2023-07-241-0/+13
* fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULTThomas Zimmermann2023-07-241-3/+0
* fbdev: Make support for userspace interfaces configurableThomas Zimmermann2023-06-271-0/+2
* fbdev/core: Rework fb init codeThomas Zimmermann2023-06-271-1/+0
* fbdev/core: Add fb_device_{create,destroy}()Thomas Zimmermann2023-06-271-3/+0
* fbdev: Use /* */ comment in initializer macroThomas Zimmermann2023-06-151-2/+2
* fbdev: Add initializer macros for struct fb_opsThomas Zimmermann2023-06-011-0/+112
* fbdev: Move framebuffer I/O helpers into <asm/fb.h>Thomas Zimmermann2023-05-181-53/+0
* fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann2023-05-181-0/+2
* fbdev: Move I/O read and write code into helper functionsThomas Zimmermann2023-05-081-0/+10
* Merge v6.3-rc4 into drm-nextDaniel Vetter2023-03-291-0/+1
|\
| * Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2023-03-131-23/+0
| |\
| * | fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release()Takashi Iwai2023-03-101-0/+1
* | | Merge tag 'drm-misc-next-2023-03-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-03-141-1/+0
|\ \ \ | |_|/ |/| |
| * | fbdev: Unexport fb_mode_optionThomas Zimmermann2023-02-201-1/+0
* | | Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-02-221-23/+0
|\| | | |/ |/|
| * fbdev: Remove unused struct fb_deferred_io .first_io fieldJavier Martinez Canillas2023-01-241-1/+0