summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2024-02-08video: fbdev: mmp: Follow renaming of SPI "master" to "controller"Uwe Kleine-König
2024-02-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2024-02-05Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2024-02-04Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman
2024-01-31fbdev: Restrict FB_SH_MOBILE_LCDC to SuperHGeert Uytterhoeven
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard
2024-01-27vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn
2024-01-27fbcon: remove fbcon_getxy()Jiri Slaby (SUSE)
2024-01-27fbcon: remove consw::con_screen_pos()Jiri Slaby (SUSE)
2024-01-27tty: vt: change consw::con_set_origin() return typeJiri Slaby (SUSE)
2024-01-27tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)
2024-01-27tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)
2024-01-27tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)
2024-01-27tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)
2024-01-27tty: vt: use VESA blanking constantsJiri Slaby (SUSE)
2024-01-27tty: vt: stop using -1 for blank mode in consw::con_blank()Jiri Slaby (SUSE)
2024-01-27tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)
2024-01-27tty: vt: remove CM_* constantsJiri Slaby (SUSE)
2024-01-27fbdev/core: simplify cursor_state setting in fbcon_ops::cursor()Jiri Slaby (SUSE)
2024-01-27consoles: use if instead of switch-case in consw::con_cursor()Jiri Slaby (SUSE)
2024-01-27tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)
2024-01-27tty: vt: sanitize consw::con_putc() parametersJiri Slaby (SUSE)
2024-01-27tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)
2024-01-27tty: vt: remove checks for count in consw::con_clear() implementationsJiri Slaby (SUSE)
2024-01-27tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)
2024-01-27tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)
2024-01-27tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)
2024-01-27tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)
2024-01-27fbcon: make display_desc a static array in fbcon_startup()Jiri Slaby (SUSE)
2024-01-27vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()Jiri Slaby (SUSE)
2024-01-23video/nomodeset: Select nomodeset= parameter with CONFIG_VIDEOThomas Zimmermann
2024-01-23video/cmdline: Hide __video_get_options() behind CONFIG_FB_COREThomas Zimmermann
2024-01-23video/cmdline: Introduce CONFIG_VIDEO for video= parameterThomas Zimmermann
2024-01-23fbdev: stifb: Fix crash in stifb_blank()Helge Deller
2024-01-22fbcon: Fix incorrect printed function name in fbcon_prepare_logo()Geert Uytterhoeven
2024-01-21fbdev: sis: Error out if pixclock equals zeroFullway Wang
2024-01-21fbdev: savage: Error out if pixclock equals zeroFullway Wang
2024-01-21fbdev: vt8500lcdfb: Remove unnecessary print function dev_err()Jiapeng Chong
2024-01-18Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-18Merge tag 'backlight-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-18fbdev: remove I2C_CLASS_DDC supportHeiner Kallweit
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-12Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-12Merge tag 'fbdev-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2024-01-12fbdev/intelfb: Remove driverThomas Zimmermann
2024-01-12fbdev/hyperv_fb: Do not clear global screen_infoThomas Zimmermann
2024-01-12fbdev/hyperv_fb: Remove firmware framebuffers with aperture helpersThomas Zimmermann
2024-01-12fbdev/sis: Remove dependency on screen_infoThomas Zimmermann
2024-01-12video/logo: use %u format specifier for unsigned int valuesColin Ian King