aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/gma/acpi/default_brightness_levels.asl
blob: 9e8174109faab3f883e6d9b85059ab83d3aaeb74 (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
/* SPDX-License-Identifier: GPL-2.0-only */

#include "gma.asl"

Scope (GFX0)
{
	Name (BRIG, Package (0x12)
	{
		100, /* default AC */
		100, /* default Battery */
		  2,
		  4,
		  5,
		  7,
		  9,
		 11,
		 13,
		 18,
		 20,
		 24,
		 29,
		 33,
		 40,
		 50,
		 67,
		100,
	})
}