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