aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/roda/rv11/variants/rw11/include/acpi/brightness_levels.asl
blob: 6bc22925512ea61e8c229ed46591b13c69974f12 (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
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

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