1/* SPDX-License-Identifier: GPL-2.0-only */ 2 3#include <drivers/intel/gma/acpi/gma.asl> 4 5Scope (GFX0) 6{ 7 Name (BRIG, Package (22) { 8 40, /* default AC */ 9 40, /* 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} 32