summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2024-03-07backlight: hx8357: Utilise temporary variable for struct deviceAndy Shevchenko1-4/+3
2024-03-07backlight: hx8357: Make use of dev_err_probe()Andy Shevchenko1-8/+4
2024-03-07backlight: hx8357: Move OF table closer to its consumerAndy Shevchenko1-13/+13
2024-03-07backlight: hx8357: Make use of device propertiesAndy Shevchenko1-6/+8
2024-03-07backlight: mp3309c: Use pwm_apply_might_sleep()Sean Young1-2/+2
2024-03-07backlight: ktz8866: Correct the check for of_property_read_u32Jianhua Lu1-3/+3
2024-03-07backlight: hx8357: Fix potential NULL pointer dereferenceAndy Shevchenko1-4/+6
2024-03-07backlight: ktd2801: Make timing struct staticDuje Mihanović1-1/+1
2024-03-07backlight: Add Kinetic KTD2801 Backlight supportDuje Mihanović3-0/+136
2024-03-07Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska1-1/+1
2024-03-05Merge tag 'hyperv-fixes-signed-20240303' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+0
2024-03-01fbdev/hyperv_fb: Fix logic error for Gen2 VMs in hvfb_getmem()Michael Kelley1-2/+0
2024-02-28backlight/corgi-lcd: Include <linux/backlight.h>Thomas Zimmermann1-0/+1
2024-02-26fbcon: always restore the old font data in fbcon_do_set_font()Jiri Slaby (SUSE)1-5/+3
2024-02-14fbdev/efifb: Remove framebuffer relocation trackingThomas Zimmermann1-75/+1
2024-02-14firmware/sysfb: Update screen_info for relocated EFI framebuffersThomas Zimmermann1-0/+88
2024-02-14fbdev/efifb: Do not track parent device statusThomas Zimmermann1-4/+1
2024-02-14fbdev/efifb: Remove PM for parent deviceThomas Zimmermann1-13/+3
2024-02-14video: Provide screen_info_get_pci_dev() to find screen_info's PCI deviceThomas Zimmermann2-0/+49
2024-02-14video: Add helpers for decoding screen_infoThomas Zimmermann3-0/+153
2024-02-08video: fbdev: mmp: Follow renaming of SPI "master" to "controller"Uwe Kleine-König1-13/+13
2024-02-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann5-4/+7
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 Ripard42-8247/+708
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: change consw::con_set_origin() return typeJiri Slaby (SUSE)1-4/+4
2024-01-28tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)3-3/+6
2024-01-28tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)4-6/+7
2024-01-28tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)6-22/+24
2024-01-28tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)6-9/+16
2024-01-28tty: vt: use VESA blanking constantsJiri Slaby (SUSE)3-5/+5
2024-01-28tty: vt: stop using -1 for blank mode in consw::con_blank()Jiri Slaby (SUSE)1-1/+0
2024-01-28tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)6-13/+13
2024-01-28tty: vt: remove CM_* constantsJiri Slaby (SUSE)12-33/+32
2024-01-28fbdev/core: simplify cursor_state setting in fbcon_ops::cursor()Jiri Slaby (SUSE)4-40/+4
2024-01-28consoles: use if instead of switch-case in consw::con_cursor()Jiri Slaby (SUSE)3-66/+53
2024-01-28tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)6-17/+18
2024-01-28tty: vt: sanitize consw::con_putc() parametersJiri Slaby (SUSE)2-4/+6
2024-01-28tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)4-29/+0
2024-01-28tty: vt: remove checks for count in consw::con_clear() implementationsJiri Slaby (SUSE)2-6/+0
2024-01-28tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)6-34/+35
2024-01-28tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)6-7/+7
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)2-3/+3
2024-01-28fbcon: make display_desc a static array in fbcon_startup()Jiri Slaby (SUSE)1-1/+1
2024-01-28vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()Jiri Slaby (SUSE)1-2/+34