summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorFilesLines
2024-02-05Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-92/+124
2024-02-04Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman5-4/+7
2024-01-31fbdev: Restrict FB_SH_MOBILE_LCDC to SuperHGeert Uytterhoeven1-1/+1
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard30-7893/+189
2024-01-28vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn1-1/+1
2024-01-28fbcon: remove fbcon_getxy()Jiri Slaby (SUSE)1-25/+0
2024-01-28fbcon: remove consw::con_screen_pos()Jiri Slaby (SUSE)1-6/+0
2024-01-28tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)1-1/+2
2024-01-28tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)1-1/+1
2024-01-28tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)1-3/+3
2024-01-28tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)1-1/+2
2024-01-28tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)1-3/+3
2024-01-28tty: vt: remove CM_* constantsJiri Slaby (SUSE)7-22/+21
2024-01-28fbdev/core: simplify cursor_state setting in fbcon_ops::cursor()Jiri Slaby (SUSE)4-40/+4
2024-01-28tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)1-2/+2
2024-01-28tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)1-9/+0
2024-01-28tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)1-13/+19
2024-01-28tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)1-1/+1
2024-01-28tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)1-4/+2
2024-01-28tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)1-1/+1
2024-01-28fbcon: 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 Zimmermann3-42/+0
2024-01-23video/cmdline: Introduce CONFIG_VIDEO for video= parameterThomas Zimmermann1-1/+1
2024-01-23fbdev: stifb: Fix crash in stifb_blank()Helge Deller1-1/+1
2024-01-23fbcon: Fix incorrect printed function name in fbcon_prepare_logo()Geert Uytterhoeven1-2/+1
2024-01-21fbdev: sis: Error out if pixclock equals zeroFullway Wang1-0/+2
2024-01-21fbdev: savage: Error out if pixclock equals zeroFullway Wang1-0/+3
2024-01-21fbdev: vt8500lcdfb: Remove unnecessary print function dev_err()Jiapeng Chong1-1/+0
2024-01-19Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-17/+5
2024-01-18fbdev: remove I2C_CLASS_DDC supportHeiner Kallweit9-27/+10
2024-01-13Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-01-13Merge tag 'fbdev-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds21-7874/+180
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds36-232/+303
2024-01-12fbdev/intelfb: Remove driverThomas Zimmermann7-5042/+0
2024-01-12fbdev/hyperv_fb: Do not clear global screen_infoThomas Zimmermann1-8/+1
2024-01-12fbdev/hyperv_fb: Remove firmware framebuffers with aperture helpersThomas Zimmermann1-5/+6
2024-01-12fbdev/sis: Remove dependency on screen_infoThomas Zimmermann1-37/+0
2024-01-12video/sticore: Remove info field from STI structThomas Zimmermann1-3/+0
2024-01-12fbdev/stifb: Allocate fb_info instance with framebuffer_alloc()Thomas Zimmermann1-50/+56
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
2024-01-12fbdev: amba-clcd: Delete the old CLCD driverLinus Walleij3-1003/+0
2024-01-12fbdev: Remove support for Carillo Ranch driverMatthew Wilcox (Oracle)6-1635/+0
2024-01-11fbdev: hgafb: fix kernel-doc commentsRandy Dunlap1-2/+11
2024-01-11fbdev: mmp: Fix typo and wording in code commentDario Binacchi1-1/+1
2024-01-11fbdev: fsl-diu-fb: Fix sparse warning due to virt_to_phys() prototype changeStanislav Kinsburskii1-1/+1
2024-01-11fbdev: imxfb: add '*/' on a separate line in block commentDario Binacchi1-2/+4
2024-01-11fbdev: imxfb: use __func__ for function nameDario Binacchi1-1/+1
2024-01-11fbdev: imxfb: Fix style warnings relating to printk()Dario Binacchi1-11/+11
2024-01-11fbdev: imxfb: add missing spaces after ','Dario Binacchi1-2/+2