summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core
Commit message (Expand)AuthorAgeFilesLines
* tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)2024-01-271-1/+1
* tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)2024-01-271-3/+3
* tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)2024-01-271-1/+2
* tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)2024-01-271-3/+3
* tty: vt: remove CM_* constantsJiri Slaby (SUSE)2024-01-277-22/+21
* fbdev/core: simplify cursor_state setting in fbcon_ops::cursor()Jiri Slaby (SUSE)2024-01-274-40/+4
* tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)2024-01-271-2/+2
* tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)2024-01-271-9/+0
* tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)2024-01-271-13/+19
* tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)2024-01-271-1/+1
* tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)2024-01-271-4/+2
* tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)2024-01-271-1/+1
* fbcon: make display_desc a static array in fbcon_startup()Jiri Slaby (SUSE)2024-01-271-1/+1
* Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-181-1/+0
|\
| * fbdev: remove I2C_CLASS_DDC supportHeiner Kallweit2024-01-181-1/+0
* | Merge tag 'fbdev-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-121-6/+2
|\ \
| * | fbdev: flush deferred IO before closingNam Cao2024-01-121-1/+1
| * | fbdev: flush deferred work in fb_deferred_io_fsync()Nam Cao2024-01-121-5/+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
| |\ \