summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev
Commit message (Expand)AuthorAgeFilesLines
* fbdev: Select I/O-memory framebuffer ops for SBusThomas Zimmermann2024-03-251-0/+3
* Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-2213-55/+85
|\
| * fbdev: panel-tpo-td043mtea1: Convert sprintf() to sysfs_emit()Li Zhijian2024-03-211-9/+4
| * fbmon: prevent division by zero in fb_videomode_from_videomode()Roman Smirnov2024-03-191-3/+4
| * fbcon: Increase maximum font width x height to 64 x 128Samuel Thibault2024-03-167-30/+64
| * fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2Aleksandr Burakov2024-03-151-2/+2
| * fbdev: mb862xxfb: Fix defined but not used errorMichael Ellerman2024-03-151-9/+9
| * fbdev: uvesafb: Convert sprintf/snprintf to sysfs_emitLi Zhijian2024-03-151-1/+1
| * fbdev: Restrict FB_SH_MOBILE_LCDC to SuperHGeert Uytterhoeven2024-01-311-1/+1
* | Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-218-128/+57
|\ \
| * | Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman2024-02-045-4/+7
| |\|
| * | vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn2024-01-271-1/+1
| * | fbcon: remove fbcon_getxy()Jiri Slaby (SUSE)2024-01-271-25/+0
| * | fbcon: remove consw::con_screen_pos()Jiri Slaby (SUSE)2024-01-271-6/+0
| * | tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)2024-01-271-1/+2
| * | 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 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\ \ \
| * | | Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska2024-03-061-1/+1
| | |/ | |/|
* | | Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-03-138-221/+127
|\ \ \
| * | | fbdev/chipsfb: Include <linux/backlight.h>Thomas Zimmermann2024-03-071-0/+1
| * | | fbdev/efifb: Remove framebuffer relocation trackingThomas Zimmermann2024-02-141-75/+1
| * | | fbdev/efifb: Do not track parent device statusThomas Zimmermann2024-02-141-4/+1
| * | | fbdev/efifb: Remove PM for parent deviceThomas Zimmermann2024-02-141-13/+3
| * | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-02-075-4/+7
| |\ \ \
| | * \ \ Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2024-02-053-92/+124
| | |\ \ \ | | | |/ / | | |/| |
| * | | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-01-2930-7893/+189
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | video/nomodeset: Select nomodeset= parameter with CONFIG_VIDEOThomas Zimmermann2024-01-233-42/+0
| * | | | video/cmdline: Introduce CONFIG_VIDEO for video= parameterThomas Zimmermann2024-01-231-1/+1
| | |_|/ | |/| |
| * | | fbdev/vesafb: Use screen_info pointer from deviceThomas Zimmermann2023-12-181-1/+13
| * | | fbdev/vesafb: Replace references to global screen_info by local pointerThomas Zimmermann2023-12-181-31/+35
| * | | fbdev/efifb: Use screen_info pointer from deviceThomas Zimmermann2023-12-181-1/+13
| * | | fbdev/efifb: Replace references to global screen_info by local pointerThomas Zimmermann2023-12-181-60/+64
| * | | fbdev/simplefb: change loglevel when the power domains cannot be parsedBrian Masney2023-12-141-1/+1
* | | | Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2024-03-131-13/+13
|\ \ \ \
| * | | | video: fbdev: mmp: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-13/+13
| | |_|/ | |/| |
* | | | Merge tag 'hyperv-fixes-signed-20240303' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-03-051-2/+0
|\ \ \ \
| * | | | fbdev/hyperv_fb: Fix logic error for Gen2 VMs in hvfb_getmem()Michael Kelley2024-03-011-2/+0
| |/ / /
* / / / fbcon: always restore the old font data in fbcon_do_set_font()Jiri Slaby (SUSE)2024-02-261-5/+3
|/ / /