aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Merge tag 'backlight-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+6
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-05-03arch: Remove struct fb_info from video helpersThomas Zimmermann1-1/+1
2024-04-29Merge v6.9-rc6 into drm-nextDaniel Vetter1-1/+1
2024-04-24fbdev: fix incorrect address computation in deferred IONam Cao1-1/+1
2024-04-05Merge tag 'drm-misc-next-2024-03-28' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-0/+6
2024-03-28backlight: Match backlight device against struct fb_info.bl_devThomas Zimmermann1-0/+6
2024-03-22Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-20/+30
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds7-127/+56
2024-03-19fbmon: prevent division by zero in fb_videomode_from_videomode()Roman Smirnov1-3/+4
2024-03-18drm/omapdrm: Fix console with deferred opsTony Lindgren1-0/+6
2024-03-16fbcon: Increase maximum font width x height to 64 x 128Samuel Thibault3-17/+26
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-3/+1
2024-02-26fbcon: always restore the old font data in fbcon_do_set_font()Jiri Slaby (SUSE)1-5/+3
2024-02-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+1
2024-02-04Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman1-2/+1
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard2-7/+2
2024-01-27fbcon: remove fbcon_getxy()Jiri Slaby (SUSE)1-25/+0
2024-01-27fbcon: remove consw::con_screen_pos()Jiri Slaby (SUSE)1-6/+0
2024-01-27tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)1-1/+2
2024-01-27tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)1-1/+1
2024-01-27tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)1-3/+3
2024-01-27tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)1-1/+2
2024-01-27tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)1-3/+3
2024-01-27tty: vt: remove CM_* constantsJiri Slaby (SUSE)7-22/+21
2024-01-27fbdev/core: simplify cursor_state setting in fbcon_ops::cursor()Jiri Slaby (SUSE)4-40/+4
2024-01-27tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)1-2/+2
2024-01-27tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)1-9/+0
2024-01-27tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)1-13/+19
2024-01-27tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)1-1/+1
2024-01-27tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)1-4/+2
2024-01-27tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)1-1/+1
2024-01-27fbcon: make display_desc a static array in fbcon_startup()Jiri Slaby (SUSE)1-1/+1
2024-01-23video/nomodeset: Select nomodeset= parameter with CONFIG_VIDEOThomas Zimmermann1-2/+0
2024-01-23video/cmdline: Introduce CONFIG_VIDEO for video= parameterThomas Zimmermann1-1/+1
2024-01-22fbcon: Fix incorrect printed function name in fbcon_prepare_logo()Geert Uytterhoeven1-2/+1
2024-01-18Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2024-01-18fbdev: remove I2C_CLASS_DDC supportHeiner Kallweit1-1/+0
2024-01-12Merge tag 'fbdev-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+2
2024-01-12fbdev: flush deferred IO before closingNam Cao1-1/+1
2024-01-12fbdev: flush deferred work in fb_deferred_io_fsync()Nam Cao1-5/+1
2023-11-29fbdev: Remove default file-I/O implementationsThomas Zimmermann2-26/+12
2023-11-29fbdev: Warn on incorrect framebuffer accessThomas Zimmermann8-0/+33
2023-11-29fbdev: Move default fb_mmap code into helper functionThomas Zimmermann2-30/+33
2023-11-29fbdev: Push pgprot_decrypted() into mmap implementationsThomas Zimmermann2-5/+2
2023-11-29fbdev: Rename FB_SYS_FOPS token to FB_SYSMEM_FOPSThomas Zimmermann2-4/+4
2023-10-31Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-1/+11
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie3-3/+3
2023-10-19fbdev: Provide I/O-memory helpers as moduleThomas Zimmermann3-1/+11
2023-10-17Merge tag 'fbdev-for-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2