aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2025-03-26fbdev: Register sysfs groups through device_add_groupShixiong Ou1-30/+39
2025-03-26fbdev: lcdcfb: Register sysfs groups through driver coreShixiong Ou1-16/+13
2025-03-26mdacon: rework dependency listArnd Bergmann1-1/+1
2025-03-26dummycon: fix default rows/colsArnd Bergmann1-2/+2
2025-03-26dummycon: only build module if there are usersArnd Bergmann1-2/+1
2025-03-26fbdev: au1100fb: Move a variable assignment behind a null pointer checkMarkus Elfring1-1/+3
2025-03-26fbdev: pxafb: use devm_kmemdup*()Raag Jadav1-14/+9
2025-03-26fbcon: Use correct erase colour for clearing in fbconZsolt Kajtar7-58/+18
2025-03-26fbdev: core: tileblit: Implement missing margin clearing for tileblitZsolt Kajtar1-1/+36
2025-03-16fb_defio: do not use deprecated page->mapping, index fieldsLorenzo Stoakes1-28/+15
2025-03-14backlight: pcf50633-backlight: Remove unused driverDr. David Alan Gilbert3-162/+0
2025-03-14backlight: tdo24m: Eliminate redundant whitespaceWangYuli1-1/+1
2025-03-09fbdev: hyperv_fb: Allow graceful removal of framebufferSaurabh Sengar1-5/+15
2025-03-09fbdev: hyperv_fb: Simplify hvfb_putmemSaurabh Sengar1-6/+6
2025-03-09fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMsMichael Kelley1-7/+13
2025-03-09gpu: nova-core: add initial driver stubDanilo Krummrich1-0/+1
2025-02-21fbdev: hyperv_fb: iounmap() the correct memory when removing a deviceMichael Kelley1-1/+1
2025-02-20backlight: apple_dwi_bl: Add Apple DWI backlight driverNick Chan3-0/+135
2025-02-11backlight: led_bl: Hold led_access lock when calling led_sysfs_disable()Herve Codina1-1/+4
2025-02-11backlight: wm831x_bl: Do not include <linux/fb.h>Thomas Zimmermann1-1/+0
2025-02-11backlight: vgg2432a4: Do not include <linux/fb.h>Thomas Zimmermann1-1/+0
2025-02-11backlight: tps65217_bl: Do not include <linux/fb.h>Thomas Zimmermann1-1/+0
2025-02-11backlight: max8925_bl: Do not include <linux/fb.h>Thomas Zimmermann1-1/+0
2025-02-11backlight: lv5207lp: Do not include <linux/fb.h>Thomas Zimmermann1-1/+0
2025-02-11backlight: locomolcd: Do not include <linux/fb.h>Thomas Zimmermann1-1/+0
2025-02-11backlight: hp680_bl: Do not include <linux/fb.h>Thomas Zimmermann1-1/+0
2025-02-11backlight: ep93xx_bl: Do not include <linux/fb.h>Thomas Zimmermann1-1/+0
2025-02-11backlight: da9052_bl: Do not include <linux/fb.h>Thomas Zimmermann1-1/+0
2025-02-11backlight: da903x_bl: Do not include <linux/fb.h>Thomas Zimmermann1-1/+0
2025-02-11backlight: bd6107_bl: Do not include <linux/fb.h>Thomas Zimmermann1-1/+0
2025-02-11backlight: as3711_bl: Do not include <linux/fb.h>Thomas Zimmermann1-1/+0
2025-02-11backlight: adp8870_bl: Do not include <linux/fb.h>Thomas Zimmermann1-1/+0
2025-02-11backlight: adp8860_bl: Do not include <linux/fb.h>Thomas Zimmermann1-1/+0
2025-02-11backlight: adp5520_bl: Do not include <linux/fb.h>Thomas Zimmermann1-1/+0
2025-02-11backlight: 88pm860x_bl: Do not include <linux/fb.h>Thomas Zimmermann1-1/+0
2025-01-24Merge tag 'fbdev-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-77/+23
2025-01-21fbdev: lcdcfb: Use backlight helperShixiong Ou1-5/+1
2025-01-19fbdev: vga16fb: fix orig_video_isVGA confusionZsolt Kajtar1-3/+4
2025-01-12fbdev: omapfb: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski1-7/+2
2025-01-12fbdev: omapfb: Use of_property_present() to test existence of DT propertyKrzysztof Kozlowski1-1/+1
2025-01-12fbdev: sm501fb: Use str_enabled_disabled() helper in sm501fb_init_fb()Thorsten Blum1-2/+3
2025-01-09fbdev: omap: use threaded IRQ for LCD DMAAaro Koskinen1-2/+2
2025-01-09fbdev: omapfb: Fix an OF node leak in dss_of_port_get_parent_device()Joe Hattori1-0/+1
2025-01-09fbdev: efifb: Change the return value type to voidShixiong Ou1-3/+1
2024-12-22fbdev: omapfb: Remove unused hdmi5_core_handle_irqsDr. David Alan Gilbert2-18/+0
2024-12-22video: hdmi: Remove unused hdmi_infoframe_checkDr. David Alan Gilbert1-28/+0
2024-12-22fbdev: radeon: Use const 'struct bin_attribute' callbacksThomas Weißschuh1-4/+4
2024-12-22fbdev: udlfb: Use const 'struct bin_attribute' callbackThomas Weißschuh1-4/+4
2024-12-20Merge tag 'drm-misc-fixes-2024-12-19' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2-7/+14
2024-12-17fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICEThomas Zimmermann2-7/+14