aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpi_video.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-02ACPI: video: Remove code to unregister acpi_video backlight when a native bac...Hans de Goede1-2/+0
2022-09-02ACPI: video: Make backlight class device registration a separate step (v2)Hans de Goede1-3/+47
2022-09-02ACPI: video: Simplify acpi_video_unregister_backlight()Hans de Goede1-8/+4
2022-09-02ACPI: video: Remove acpi_video_bus from list before tearing it downHans de Goede1-4/+4
2022-08-24ACPI: Drop parent field from struct acpi_deviceRafael J. Wysocki1-1/+1
2022-07-29Merge branch 'acpi-bus'Rafael J. Wysocki1-25/+16
2022-07-14ACPI: video: Fix acpi_video_handles_brightness_key_presses()Hans de Goede1-4/+7
2022-06-28ACPI: video: Change how we determine if brightness key-presses are handledHans de Goede1-7/+6
2022-06-20ACPI: video: Use acpi_dev_for_each_child()Rafael J. Wysocki1-25/+16
2022-05-19ACPI: video: improve PM notifer callbackZhang Rui1-16/+15
2021-12-17ACPI: Use acpi_fetch_acpi_dev() instead of acpi_bus_get_device()Rafael J. Wysocki1-3/+2
2021-06-30ACPI: video: Add quirk for the Dell Vostro 3350Hans de Goede1-0/+9
2021-06-14ACPI: video: Drop three redundant return statementsClayton Casciato1-6/+0
2021-04-26Merge branch 'acpi-misc'Rafael J. Wysocki1-2/+2
2021-04-08ACPI: video: Check LCD flag on ACPI-reduced-hardware devicesHans de Goede1-13/+26
2021-03-19ACPI: fix various typos in commentsTom Saeger1-2/+2
2021-02-04ACPI: video: Clean up printing messagesRafael J. Wysocki1-48/+51
2020-11-09ACPI: Fix whitespace inconsistenciesMaximilian Luz1-3/+3
2020-03-04ACPI: video: remove redundant assignments to variable resultColin Ian King1-1/+1
2019-12-16ACPI: video: fix typo in commentKacper Piwiński1-1/+1
2019-10-11ACPI: video: update doc for acpi_video_bus_DOS()Kacper Piwiński1-2/+6
2019-07-16ACPI: video: Add new hw_changes_brightness quirk, set it on PB Easynote MZ35Hans de Goede1-0/+37
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-14/+1
2019-02-13ACPI / video: Extend chassis-type detection with a "Lunch Box" checkHans de Goede1-0/+1
2019-02-13ACPI / video: Refactor and fix dmi_is_desktop()Hans de Goede1-6/+13
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-04-24ACPI / video: Only default only_lcd to true on Win8-ready _desktops_Hans de Goede1-2/+25
2018-02-04ACPI / video: Use true for boolean valueGustavo A. R. Silva1-1/+1
2017-12-28ACPI / video: Default lcd_only to true on Win8-ready and newer machinesHans de Goede1-2/+12
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-04-19ACPI / video: add comments about subtle casesDmitry Frank1-2/+45
2017-04-19ACPI / video: get rid of magic numbers and use enum insteadDmitry Frank1-44/+66
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-16ACPI / video: Move ACPI_VIDEO_NOTIFY_* defines to acpi/video.hHans de Goede1-11/+0
2016-06-22ACPI / video: skip evaluating _DOD when it does not existAlex Hung1-0/+3
2016-05-30ACPI / Thermal / video: fix max_level incorrect valueAaron Lu1-3/+6
2016-05-04ACPI/video: export acpi_video_get_levelsAaron Lu1-38/+45
2016-03-09ACPI / video: remove unused device_decode arrayColin Ian King1-7/+0
2016-01-15ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite ...Hans de Goede1-0/+9
2016-01-15ACPI / video: Fix using an uninitialized mutex / list_head in acpi_video_hand...Hans de Goede1-5/+2
2016-01-15ACPI / video: Revert "ACPI / video: driver must be registered before checking...Hans de Goede1-14/+13
2016-01-15ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Portege R700Hans de Goede1-0/+9
2016-01-05ACPI / video: driver must be registered before checking for keypressesAdrien Schildknecht1-13/+14
2016-01-01ACPI / video: Add quirks for the Dell Vostro V131Hans de Goede1-0/+25
2016-01-01ACPI / video: Add a module option to disable the reporting of keypressesHans de Goede1-3/+11
2016-01-01ACPI / video: Add a acpi_video_handles_brightness_key_presses() helperHans de Goede1-0/+12
2015-11-02ACPI / video: only register backlight for LCD deviceAaron Lu1-12/+66
2015-07-08ACPI: Remove FSF mailing addressesJarkko Nikula1-4/+0
2015-06-19ACPI / video: Make acpi_video_unregister_backlight() privateHans de Goede1-1/+0
2015-06-19ACPI / video: Fix acpi_video _register vs _unregister_backlight raceHans de Goede1-22/+21
2015-06-19ACPI / video: Move dmi_check_system from module_init to acpi_video_registerHans de Goede1-5/+5
2015-06-19ACPI / video: Move backlight notifier to video_detect.cHans de Goede1-57/+2
2015-06-19ACPI / video: Port to new backlight interface selection APIHans de Goede1-165/+7
2015-06-19acpi-video-detect: video: Make video_detect code part of the video moduleHans de Goede1-0/+2275