summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* fbdev: fix incorrect address computation in deferred IONam Cao13 days1-1/+1
* 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-2214-56/+86
|\
| * 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-168-31/+65
| * 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-2113-318/+248
|\ \
| * | 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: change consw::con_set_origin() return typeJiri Slaby (SUSE)2024-01-271-4/+4
| * | tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)2024-01-273-3/+6
| * | tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)2024-01-274-6/+7
| * | tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)2024-01-276-22/+24
| * | tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)2024-01-276-9/+16
| * | tty: vt: use VESA blanking constantsJiri Slaby (SUSE)2024-01-273-5/+5
| * | tty: vt: stop using -1 for blank mode in consw::con_blank()Jiri Slaby (SUSE)2024-01-271-1/+0
| * | tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)2024-01-276-13/+13
| * | tty: vt: remove CM_* constantsJiri Slaby (SUSE)2024-01-2712-33/+32
| * | fbdev/core: simplify cursor_state setting in fbcon_ops::cursor()Jiri Slaby (SUSE)2024-01-274-40/+4
| * | consoles: use if instead of switch-case in consw::con_cursor()Jiri Slaby (SUSE)2024-01-273-66/+53
| * | tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)2024-01-276-17/+18
| * | tty: vt: sanitize consw::con_putc() parametersJiri Slaby (SUSE)2024-01-272-4/+6
| * | tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)2024-01-274-29/+0
| * | tty: vt: remove checks for count in consw::con_clear() implementationsJiri Slaby (SUSE)2024-01-272-6/+0
| * | tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)2024-01-276-34/+35
| * | tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)2024-01-276-7/+7
| * | 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-272-3/+3
| * | fbcon: make display_desc a static array in fbcon_startup()Jiri Slaby (SUSE)2024-01-271-1/+1
| * | vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()Jiri Slaby (SUSE)2024-01-271-2/+34
* | | 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 'backlight-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-1415-156/+254
|\ \ \
| * | | backlight: pandora_bl: Drop unneeded ENOMEM error messageKrzysztof Kozlowski2024-03-071-3/+1
| * | | backlight: lm3630a_bl: Simplify probe return on gpio request errorKrzysztof Kozlowski2024-03-071-4/+2
| * | | backlight: lm3630a_bl: Handle deferred probeKrzysztof Kozlowski2024-03-071-4/+3
| * | | backlight: as3711_bl: Handle deferred probeKrzysztof Kozlowski2024-03-071-4/+2
| * | | backlight: bd6107: Handle deferred probeKrzysztof Kozlowski2024-03-071-6/+3
| * | | backlight: l4f00242t03: Simplify with dev_err_probe()Krzysztof Kozlowski2024-03-071-20/+14
| * | | backlight: gpio: Simplify with dev_err_probe()Krzysztof Kozlowski2024-03-071-7/+3
| * | | backlight: lp8788: Fully initialize backlight_properties during probeDaniel Thompson2024-03-071-0/+1
| * | | backlight: lm3639: Fully initialize backlight_properties during probeDaniel Thompson2024-03-071-0/+1
| * | | backlight: da9052: Fully initialize backlight_properties during probeDaniel Thompson2024-03-071-0/+1
| * | | backlight: lm3630a: Use backlight_get_brightness helper in update_statusLuca Weiss2024-03-071-6/+8