summaryrefslogtreecommitdiffstats
path: root/src/mainboard/system76/adl-p/acpi/backlight.asl
blob: f0202344508b919280080e98c3d4529f100cd86c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* SPDX-License-Identifier: GPL-2.0-only */

#include <drivers/intel/gma/acpi/gma.asl>

Scope (GFX0)
{
	Name (BRIG, Package (22) {
		40, /* default AC */
		40, /* default Battery */
		5,
		10,
		15,
		20,
		25,
		30,
		35,
		40,
		45,
		50,
		55,
		60,
		65,
		70,
		75,
		80,
		85,
		90,
		95,
		100
	})
}