summaryrefslogtreecommitdiff
path: root/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Video.asl
blob: 768b912aaede01027b96c5e241eb4e5ee360ee12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/**************************************************************************;
;*                                                                        *;
;*                                                                        *;
;*    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)
  }
}