summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2024-03-14Merge tag 'backlight-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2024-03-07fbdev/chipsfb: Include <linux/backlight.h>Thomas Zimmermann
2024-03-07backlight: pandora_bl: Drop unneeded ENOMEM error messageKrzysztof Kozlowski
2024-03-07backlight: lm3630a_bl: Simplify probe return on gpio request errorKrzysztof Kozlowski
2024-03-07backlight: lm3630a_bl: Handle deferred probeKrzysztof Kozlowski
2024-03-07backlight: as3711_bl: Handle deferred probeKrzysztof Kozlowski
2024-03-07backlight: bd6107: Handle deferred probeKrzysztof Kozlowski
2024-03-07backlight: l4f00242t03: Simplify with dev_err_probe()Krzysztof Kozlowski
2024-03-07backlight: gpio: Simplify with dev_err_probe()Krzysztof Kozlowski
2024-03-07backlight: lp8788: Fully initialize backlight_properties during probeDaniel Thompson
2024-03-07backlight: lm3639: Fully initialize backlight_properties during probeDaniel Thompson
2024-03-07backlight: da9052: Fully initialize backlight_properties during probeDaniel Thompson
2024-03-07backlight: lm3630a: Use backlight_get_brightness helper in update_statusLuca Weiss
2024-03-07backlight: lm3630a: Don't set bl->props.brightness in get_brightnessLuca Weiss
2024-03-07backlight: lm3630a: Initialize backlight_properties on initLuca Weiss
2024-03-07backlight: mp3309c: Fully initialize backlight_properties during probeDaniel Thompson
2024-03-07backlight: mp3309c: Utilise temporary variable for struct deviceAndy Shevchenko
2024-03-07backlight: mp3309c: Use dev_err_probe() instead of dev_err()Andy Shevchenko
2024-03-07backlight: mp3309c: Make use of device propertiesAndy Shevchenko
2024-03-07backlight: hx8357: Utilise temporary variable for struct deviceAndy Shevchenko
2024-03-07backlight: hx8357: Make use of dev_err_probe()Andy Shevchenko
2024-03-07backlight: hx8357: Move OF table closer to its consumerAndy Shevchenko
2024-03-07backlight: hx8357: Make use of device propertiesAndy Shevchenko
2024-03-07backlight: mp3309c: Use pwm_apply_might_sleep()Sean Young
2024-03-07backlight: ktz8866: Correct the check for of_property_read_u32Jianhua Lu
2024-03-07backlight: hx8357: Fix potential NULL pointer dereferenceAndy Shevchenko
2024-03-07backlight: ktd2801: Make timing struct staticDuje Mihanović
2024-03-07backlight: Add Kinetic KTD2801 Backlight supportDuje Mihanović
2024-03-05Merge tag 'hyperv-fixes-signed-20240303' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-03-01fbdev/hyperv_fb: Fix logic error for Gen2 VMs in hvfb_getmem()Michael Kelley
2024-02-28backlight/corgi-lcd: Include <linux/backlight.h>Thomas Zimmermann
2024-02-26fbcon: always restore the old font data in fbcon_do_set_font()Jiri Slaby (SUSE)
2024-02-14fbdev/efifb: Remove framebuffer relocation trackingThomas Zimmermann
2024-02-14firmware/sysfb: Update screen_info for relocated EFI framebuffersThomas Zimmermann
2024-02-14fbdev/efifb: Do not track parent device statusThomas Zimmermann
2024-02-14fbdev/efifb: Remove PM for parent deviceThomas Zimmermann
2024-02-14video: Provide screen_info_get_pci_dev() to find screen_info's PCI deviceThomas Zimmermann
2024-02-14video: Add helpers for decoding screen_infoThomas Zimmermann
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-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard
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