summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core
AgeCommit message (Expand)AuthorLines
2023-10-31Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-1/+11
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie-3/+3
2023-10-19fbdev: Provide I/O-memory helpers as moduleThomas Zimmermann-1/+11
2023-10-17Merge tag 'fbdev-for-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2023-10-16fbdev: core: syscopyarea: fix sloppy typingSergey Shtylyov-1/+1
2023-10-16fbdev: core: cfbcopyarea: fix sloppy typingSergey Shtylyov-1/+1
2023-10-12fbdev: Replace fb_pgprotect() with pgprot_framebuffer()Thomas Zimmermann-1/+2
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-541/+530
2023-09-22Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie-0/+6
2023-09-18drm: fix up fbdev Kconfig defaultsArnd Bergmann-1/+1
2023-09-11fbdev/core: Clean up include statements in fbmem.cThomas Zimmermann-18/+1
2023-09-11fbdev/core: Remove empty internal helpers from fb_logo.cThomas Zimmermann-16/+6
2023-09-11fbdev/core: Move logo functions into separate source fileThomas Zimmermann-520/+524
2023-09-11fbdev/core: Unexport logo helpersThomas Zimmermann-5/+16
2023-09-11fbdev/core: Fix style of code for boot-up logoThomas Zimmermann-6/+7
2023-09-05fbdev: Add Kconfig macro FB_IOMEM_HELPERS_DEFERREDThomas Zimmermann-0/+6
2023-08-31fbdev/core: Use list_for_each_entry() helperJinjie Ruan-23/+7
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-669/+999
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie-4/+3
2023-08-18drm/i915: Move abs_diff() to math.hAndy Shevchenko-6/+1
2023-08-03fbcon: Make fbcon_registered_fb and fbcon_num_registered_fb staticGUO Zihua-2/+2
2023-07-31fbdev: Use _DMAMEM_ infix for DMA-memory helpersThomas Zimmermann-1/+1
2023-07-31fbdev: Use _SYSMEM_ infix for system-memory helpersThomas Zimmermann-3/+3
2023-07-31fbdev: Use _IOMEM_ infix for I/O-memory helpersThomas Zimmermann-1/+1
2023-07-28Revert "fbcon: Use kzalloc() in fbcon_prepare_logo()"Geert Uytterhoeven-1/+1
2023-07-24fbdev: Add fb_ops init macros for framebuffers in DMA-able memoryThomas Zimmermann-0/+8
2023-07-24fbdev: Document that framebuffer_alloc() returns zero'ed dataThomas Zimmermann-1/+2
2023-07-24Merge drm/drm-next into drm-misc-nextThomas Zimmermann-1/+1
2023-07-22fbdev: Split frame buffer support in FB and FB_CORE symbolsJavier Martinez Canillas-17/+23
2023-07-22fbdev: Move core fbdev symbols to a separate Kconfig fileJavier Martinez Canillas-0/+186
2023-07-20fbcon: remove unused display (p) from fbcon_redraw()Jiri Slaby (SUSE)-4/+3
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-665/+794
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-127/+158
2023-06-27fbdev: Make support for userspace interfaces configurableThomas Zimmermann-3/+42
2023-06-27fbdev/core: Rework fb init codeThomas Zimmermann-32/+22
2023-06-27fbdev/core: Move file-I/O code into separate fileThomas Zimmermann-473/+498
2023-06-27fbdev/core: Move procfs code to separate fileThomas Zimmermann-43/+80
2023-06-27fbdev/core: Add fb_device_{create,destroy}()Thomas Zimmermann-19/+52
2023-06-27fbdev/core: Move framebuffer and backlight helpers into separate filesThomas Zimmermann-110/+115
2023-06-27fbdev/core: Pass Linux device to pm_vt_switch_*() functionsThomas Zimmermann-3/+3
2023-06-24fbdev: fix potential OOB read in fast_imageblit()Zhang Shurong-1/+1
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie-1/+4
2023-05-27fbcon: Fix null-ptr-deref in soft_cursorHelge Deller-0/+3
2023-05-26Merge tag 'drm-misc-next-2023-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-5/+2
2023-05-20fbdev: fbmem: mark get_fb_unmapped_area() staticArnd Bergmann-1/+1
2023-05-19Merge tag 'drm-misc-next-2023-05-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-124/+158
2023-05-18fbdev: Rename fb_mem*() helpersThomas Zimmermann-2/+2
2023-05-18fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann-3/+0
2023-05-12fbdev: modedb: Add 1920x1080 at 60 Hz video modeHelge Deller-0/+5
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard-10/+12