summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/gma/acpi/configure_brightness_levels.asl
Commit message (Expand)AuthorAgeFilesLines
* drivers/intel/gma: Add missing parentheses to brightness ACPIJonathon Hall2024-02-021-2/+2
* tree/acpi: Replace constant "Zero" with actual numberFelix Singer2022-12-271-3/+3
* tree: Replace And(a,b) with ASL 2.0 syntaxFelix Singer2022-12-231-2/+2
* tree: Replace And(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-1/+1
* tree: Replace Or(a,b) with ASL 2.0 syntaxFelix Singer2022-12-191-1/+1
* drivers/intel/gma/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer2022-12-141-11/+11
* {drivers,superio}/acpi: Replace ShiftRight(a,b) with ASL 2.0 syntaxFelix Singer2022-12-121-1/+1
* drivers/intel/gma/acpi: Replace LGreater(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-2/+2
* drivers/intel/gma/acpi: Replace LLess(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-3/+3
* drivers/intel/gma/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-6/+6
* drivers/intel/gma/acpi: Replace Decrement() with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* drivers/intel/gma/acpi: Replace Increment() with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* drivers/intel/gma/acpi: Replace LOr() with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* drivers/intel/gma/acpi: Replace Divide(a,b) with ASL 2.0 syntaxFelix Singer2022-01-011-2/+2
* drivers/intel/gma/acpi: Replace Multiply(a,b) with ASL 2.0 syntaxFelix Singer2022-01-011-3/+3
* drivers/intel/gma/acpi: Replace Add(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-2/+2
* drivers/intel/gma/acpi: Replace Subtract(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-4/+2
* drivers/intel/gma/acpi: Use ASL 2.0 syntax to access arraysFelix Singer2021-12-301-2/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* drivers/intel/gma/acpi: Use SPDX license identifiersNico Huber2020-03-241-12/+2
* drivers/intel/gma/acpi: Prevent DivideByZero errorPatrick Rudolph2020-03-111-0/+5
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-221-4/+0
* drivers/intel/gma: Fix OpRegion Mailbox3 synchronizationNico Huber2018-09-161-4/+9
* drivers/intel/gma: Do not rely on CBLV in OpRegion Mailbox3Nico Huber2018-09-141-51/+36
* drivers/intel/gma: Fix OpRegion Mailbox3 backlight changeNico Huber2018-08-301-6/+9
* drivers/intel/gma: store uint8_t brightness values in mailbox3Alexander Couzens2018-08-301-1/+8
* drvs/intel/gma/acpi: Add methods to use MBOX3Patrick Rudolph2018-08-041-16/+165
* gma ACPI: Make brightness levels a per board settingNico Huber2015-10-221-0/+24