diff options
Diffstat (limited to 'Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Video.asl')
-rw-r--r-- | Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Video.asl | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Video.asl b/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Video.asl deleted file mode 100644 index 768b912..0000000 --- a/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Video.asl +++ /dev/null @@ -1,34 +0,0 @@ -/**************************************************************************;
-;* *;
-;* *;
-;* Intel Corporation - ACPI Reference Code for the Baytrail *;
-;* Family of Customer Reference Boards. *;
-;* *;
-;* *;
-;* Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved *;
-;
-; SPDX-License-Identifier: BSD-2-Clause-Patent
-;
-;* *;
-;* *;
-;**************************************************************************/
-
-
-
-
-// Brightness Notification:
-// Generate a brightness related notification
-// to the LFP if its populated.
-//
-// Arguments:
-// Arg0: Notification value.
-//
-// Return Value:
-// None
-Method(BRTN,1,Serialized)
-{
- If(LEqual(And(DIDX,0x0F00),0x400))
- {
- Notify(\_SB.PCI0.GFX0.DD1F,Arg0)
- }
-}
|