/* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ #define BRIGHTNESS_UP \DSPC.BRTU #define BRIGHTNESS_DOWN \DSPC.BRTD #define ACPI_VIDEO_DEVICE \_SB.PCI0.GFX0 #include DefinitionBlock( "dsdt.aml", "DSDT", 0x02, // DSDT revision: ACPI v2.0 and up OEM_ID, ACPI_TABLE_CREATOR, 0x20090419 // OEM revision ) { #include "acpi/platform.asl" // global NVS and variables #include #include #include Scope (\_SB) { Device (PCI0) { #include #include } } #include }