aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/roda/rv11/variants/rw11/include/acpi/brightness_levels.asl
blob: 506de019a579a6d5392f5509eff79ed3920c3cf1 (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
32
33
34
/*
 * This file is part of the coreboot project.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; version 2 of the License.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

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

Scope (GFX0)
{
	Name (BRIG, Package (13)
	{
		 74, /* default AC */
		 74, /* default Battery */
		  9, /*  439 / 4882 */
		 11, /*  537 / 4882 */
		 14, /*  683 / 4882 */
		 18, /*  878 / 4882 */
		 22, /* 1074 / 4882 */
		 28, /* 1366 / 4882 */
		 36, /* 1757 / 4882 */
		 46, /* 2245 / 4882 */
		 58, /* 2831 / 4882 */
		 74, /* 3612 / 4882 */
		100, /* 4882 / 4882 */
	})
}