summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpi_video.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-21ACPI: video: Use acpi_dev_get_pci_dev() instead of acpi_get_pci_dev()Rafael J. Wysocki1-7/+4
2026-07-21ACPI: video: Drop backlight parent device reference laterRafael J. Wysocki1-3/+2
2026-05-29Merge branch 'acpi-driver-devm'Rafael J. Wysocki1-69/+68
2026-05-27ACPI: video: Do not initialise device_id_scheme directlyJean-Ralph Aviles1-1/+1
2026-05-25ACPI: video: Switch over to devres-based resource managementRafael J. Wysocki1-23/+7
2026-05-25ACPI: video: Use devm for video->entry and backlight cleanupRafael J. Wysocki1-11/+16
2026-05-25ACPI: video: Use devm action for freeing video devicesRafael J. Wysocki1-25/+28
2026-05-25ACPI: video: Use devm action for video bus object cleanupRafael J. Wysocki1-7/+13
2026-05-25ACPI: video: Rearrange probe and remove codeRafael J. Wysocki1-10/+10
2026-05-25ACPI: video: Reduce the number of auxiliary device dereferencesRafael J. Wysocki1-3/+4
2026-03-13ACPI: driver: Do not set acpi_device_class() unnecessarilyRafael J. Wysocki1-3/+0
2026-03-13ACPI: event: Redefine acpi_notifier_call_chain()Rafael J. Wysocki1-3/+6
2026-03-13ACPI: driver: Do not set acpi_device_name() unnecessarilyRafael J. Wysocki1-11/+5
2026-03-13ACPI: video: Consolidate pnp.bus_id workarounds handlingRafael J. Wysocki1-10/+8
2026-03-13ACPI: video: Rework checking for duplicate video bus devicesRafael J. Wysocki1-28/+28
2026-03-10ACPI: video: Switch over to auxiliary bus typeRafael J. Wysocki1-23/+22
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-3/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-9/+8
2026-02-13ACPI: video: Clear driver_data pointer on removeRafael J. Wysocki1-0/+1
2026-01-23ACPI: video: simplify code with acpi_get_local_u64_address()Andy Shevchenko1-4/+2
2026-01-15ACPI: video: Convert the driver to a platform oneRafael J. Wysocki1-24/+23
2026-01-15ACPI: video: Adjust event notification routineRafael J. Wysocki1-6/+3
2025-10-23ACPI: video: Fix use-after-free in acpi_video_switch_brightness()Yuhao Jiang1-1/+3
2025-03-31ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGEGergo Koteles1-1/+8
2025-02-18ACPI: video: Use str_yes_no() helper in acpi_video_bus_add()Thorsten Blum1-3/+4
2025-01-13ACPI: video: Fix random crashes due to bad kfree()Chris Bainbridge1-22/+27
2024-07-04ACPI: video: Use strscpy() instead of strcpy()Muhammad Qasim Abdul Majeed1-4/+4
2024-02-08ACPI: video: Handle fetching EDID that is longer than 256 bytesMario Limonciello1-17/+11
2023-12-06ACPI: video: Add quirk for the Colorful X15 AT 23 LaptopYuluo Qiu1-0/+9
2023-12-02Merge back earlier ACPI backlight driver changes for v6.8.Rafael J. Wysocki1-61/+7
2023-11-27ACPI: video: Use acpi_video_device for cooling-dev driver dataHans de Goede1-9/+5
2023-11-21ACPI: video: check for error while searching for backlight device parentNikita Kiryushin1-6/+6
2023-11-20ACPI: video: Drop should_check_lcd_flag()Hans de Goede1-55/+1
2023-11-20ACPI: video: Use acpi_device_fix_up_power_children()Hans de Goede1-1/+1
2023-10-06ACPI: bus: Add context argument to acpi_dev_install_notify_handler()Rafael J. Wysocki1-1/+1
2023-09-25ACPI: video: Fix NULL pointer dereference in acpi_video_bus_add()Dinghao Liu1-2/+5
2023-08-25Merge branches 'acpi-bus' and 'acpi-video'Rafael J. Wysocki1-3/+23
2023-08-17ACPI: video: Put ACPI video and its child devices into D0 on bootKai-Heng Feng1-0/+6
2023-07-14ACPI: video: Install Notify() handler directlyMichal Wilczynski1-3/+17
2023-04-11ACPI: video: Remove register_backlight_delay module option and codeHans de Goede1-38/+0
2023-04-05ACPI: video: Make acpi_backlight=video work independent from GPU driverHans de Goede1-2/+13
2022-12-22ACPI: video: Don't enable fallback path for creating ACPI backlight by defaultMario Limonciello1-5/+1
2022-12-22ACPI: video: Allow GPU drivers to report no panelsMario Limonciello1-0/+11
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li1-5/+3
2022-10-05Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-82/+46
2022-10-03Merge branches 'acpi-ec', 'acpi-ac', 'acpi-fan', 'acpi-video' and 'acpi-amba'Rafael J. Wysocki1-0/+16
2022-09-09ACPI: video: Change disable_backlight_sysfs_if quirks to acpi_backlight=nativeHans de Goede1-48/+0
2022-09-03ACPI: video: Add Toshiba Satellite/Portege Z830 quirkArvid Norlander1-0/+16
2022-09-03ACPI: video: Remove acpi_video_set_dmi_backlight_type()Hans de Goede1-10/+0