summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core
Commit message (Expand)AuthorAgeFilesLines
* fbdev/core: Use list_for_each_entry() helperJinjie Ruan2023-08-312-23/+7
* Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-08-3010-669/+999
|\
| * BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie2023-08-241-4/+3
| |\
| * | fbcon: Make fbcon_registered_fb and fbcon_num_registered_fb staticGUO Zihua2023-08-031-2/+2
| * | fbdev: Use _DMAMEM_ infix for DMA-memory helpersThomas Zimmermann2023-07-311-1/+1
| * | fbdev: Use _SYSMEM_ infix for system-memory helpersThomas Zimmermann2023-07-311-3/+3
| * | fbdev: Use _IOMEM_ infix for I/O-memory helpersThomas Zimmermann2023-07-311-1/+1
| * | Revert "fbcon: Use kzalloc() in fbcon_prepare_logo()"Geert Uytterhoeven2023-07-281-1/+1
| * | fbdev: Add fb_ops init macros for framebuffers in DMA-able memoryThomas Zimmermann2023-07-241-0/+8
| * | fbdev: Document that framebuffer_alloc() returns zero'ed dataThomas Zimmermann2023-07-241-1/+2
| * | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-07-241-1/+1
| |\ \
| | * \ Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-07-179-665/+794
| | |\ \
| * | | | fbdev: Split frame buffer support in FB and FB_CORE symbolsJavier Martinez Canillas2023-07-222-17/+23
| * | | | fbdev: Move core fbdev symbols to a separate Kconfig fileJavier Martinez Canillas2023-07-221-0/+186
| | |/ / | |/| |
| * | | fbdev: Make support for userspace interfaces configurableThomas Zimmermann2023-06-272-3/+42
| * | | fbdev/core: Rework fb init codeThomas Zimmermann2023-06-273-32/+22
| * | | fbdev/core: Move file-I/O code into separate fileThomas Zimmermann2023-06-274-473/+498
| * | | fbdev/core: Move procfs code to separate fileThomas Zimmermann2023-06-274-43/+80
| * | | fbdev/core: Add fb_device_{create,destroy}()Thomas Zimmermann2023-06-273-19/+52
| * | | fbdev/core: Move framebuffer and backlight helpers into separate filesThomas Zimmermann2023-06-274-110/+115
| * | | fbdev/core: Pass Linux device to pm_vt_switch_*() functionsThomas Zimmermann2023-06-271-3/+3
* | | | drm/i915: Move abs_diff() to math.hAndy Shevchenko2023-08-181-6/+1
| |_|/ |/| |
* | | fbcon: remove unused display (p) from fbcon_redraw()Jiri Slaby (SUSE)2023-07-201-4/+3
| |/ |/|
* | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-06-295-127/+158
|\|
| * Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie2023-06-192-1/+4
| |\
| * \ Merge tag 'drm-misc-next-2023-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-05-263-5/+2
| |\ \
| | * | fbdev: Rename fb_mem*() helpersThomas Zimmermann2023-05-181-2/+2
| | * | fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann2023-05-182-3/+0
| * | | Merge tag 'drm-misc-next-2023-05-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-05-194-124/+158
| |\| |
| | * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-092-10/+12
| | |\ \
| | * | | fbdev: Move I/O read and write code into helper functionsThomas Zimmermann2023-05-083-117/+136
| | * | | fbdev: Validate info->screen_{base, buffer} in fb_ops implementationsThomas Zimmermann2023-05-082-2/+14
| | * | | fbdev: Don't re-validate info->state in fb_ops implementationsThomas Zimmermann2023-05-081-6/+0
| | * | | fbdev: Use screen_buffer in fb_sys_{read,write}()Thomas Zimmermann2023-05-081-2/+2
| | * | | fbdev: Return number of bytes read or writtenThomas Zimmermann2023-05-082-15/+24
* | | | | fbdev: fix potential OOB read in fast_imageblit()Zhang Shurong2023-06-241-1/+1
| |_|_|/ |/| | |
* | | | fbcon: Fix null-ptr-deref in soft_cursorHelge Deller2023-05-271-0/+3
* | | | fbdev: fbmem: mark get_fb_unmapped_area() staticArnd Bergmann2023-05-201-1/+1
|/ / /
* | / fbdev: modedb: Add 1920x1080 at 60 Hz video modeHelge Deller2023-05-121-0/+5
| |/ |/|
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\ \
| * \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-4/+13
| |\ \
| * | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* | | | Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-04-253-74/+31
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge v6.3-rc4 into drm-nextDaniel Vetter2023-03-291-4/+13
| |\ \ \ | | | |/ | | |/|
| * | | Merge tag 'drm-misc-next-2023-03-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-03-143-74/+31
| |\ \ \ | | |_|/ | |/| |
| | * | fbdev: Handle video= parameter in video/cmdline.cThomas Zimmermann2023-02-202-83/+13
| | * | fbdev: Move option-string lookup into helperThomas Zimmermann2023-02-201-24/+36
| | * | fbdev: Unexport fb_mode_optionThomas Zimmermann2023-02-201-3/+1
| | * | fbdev: Read video= option with fb_get_option() in modedbThomas Zimmermann2023-02-201-2/+6
| | * | fbdev: Support NULL for name in option-string lookupThomas Zimmermann2023-02-201-1/+6