repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/ocp/tiogapass: Fix GPIOs
[coreboot2.git]
/
src
/
mainboard
/
system76
/
mtl
/
acpi
/
backlight.asl
blob
053ce57b5d481044df7a3e28b9db49cb549ed687
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <drivers/intel/gma/acpi/gma.asl>
4
5
Scope (GFX0)
6
{
7
Name (BRIG, Package (22) {
8
100, /* default AC */
9
100, /* default Battery */
10
5,
11
10,
12
15,
13
20,
14
25,
15
30,
16
35,
17
40,
18
45,
19
50,
20
55,
21
60,
22
65,
23
70,
24
75,
25
80,
26
85,
27
90,
28
95,
29
100
30
})
31
}