summaryrefslogtreecommitdiffstats
path: root/src/mainboard/roda/rv11/variants/rw11/include/acpi/brightness_levels.asl
blob: 2ad4521a3e4a760278d869578be494b86bc8251e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* SPDX-License-Identifier: GPL-2.0-only */

#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 */
	})
}