summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core
Commit message (Expand)AuthorAgeFilesLines
* video/nomodeset: Select nomodeset= parameter with CONFIG_VIDEOThomas Zimmermann2024-01-231-2/+0
* video/cmdline: Introduce CONFIG_VIDEO for video= parameterThomas Zimmermann2024-01-231-1/+1
* fbdev: Remove default file-I/O implementationsThomas Zimmermann2023-11-292-26/+12
* fbdev: Warn on incorrect framebuffer accessThomas Zimmermann2023-11-298-0/+33
* fbdev: Move default fb_mmap code into helper functionThomas Zimmermann2023-11-292-30/+33
* fbdev: Push pgprot_decrypted() into mmap implementationsThomas Zimmermann2023-11-292-5/+2
* fbdev: Rename FB_SYS_FOPS token to FB_SYSMEM_FOPSThomas Zimmermann2023-11-292-4/+4
* Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-10-313-1/+11
|\
| * fbdev: Provide I/O-memory helpers as moduleThomas Zimmermann2023-10-193-1/+11
* | BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie2023-10-233-3/+3
|\ \ | |/ |/|
| * Merge tag 'fbdev-for-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-172-2/+2
| |\
| | * fbdev: core: syscopyarea: fix sloppy typingSergey Shtylyov2023-10-161-1/+1
| | * fbdev: core: cfbcopyarea: fix sloppy typingSergey Shtylyov2023-10-161-1/+1
| * | drm: fix up fbdev Kconfig defaultsArnd Bergmann2023-09-181-1/+1
| |/
* | fbdev: Replace fb_pgprotect() with pgprot_framebuffer()Thomas Zimmermann2023-10-121-1/+2
* | Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-09-295-541/+530
|\ \
| * | fbdev/core: Clean up include statements in fbmem.cThomas Zimmermann2023-09-111-18/+1
| * | fbdev/core: Remove empty internal helpers from fb_logo.cThomas Zimmermann2023-09-111-16/+6
| * | fbdev/core: Move logo functions into separate source fileThomas Zimmermann2023-09-115-520/+524
| * | fbdev/core: Unexport logo helpersThomas Zimmermann2023-09-112-5/+16
| * | fbdev/core: Fix style of code for boot-up logoThomas Zimmermann2023-09-111-6/+7
* | | Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2023-09-221-0/+6
|\| | | |/ |/|
| * fbdev: Add Kconfig macro FB_IOMEM_HELPERS_DEFERREDThomas Zimmermann2023-09-051-0/+6
* | 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