30 lines
968 B
Plaintext
30 lines
968 B
Plaintext
/** @file
|
|
|
|
;******************************************************************************
|
|
;* Copyright (c) 2020 - 2021, Insyde Software Corp. All Rights Reserved.
|
|
;*
|
|
;* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
;* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
;* any part of this publication in any form, by any means, without the prior
|
|
;* written permission of Insyde Software Corporation.
|
|
;*
|
|
;******************************************************************************
|
|
*/
|
|
|
|
#ifndef _NVIDIA_ULT_OPTIMUS_ASI_
|
|
#define _NVIDIA_ULT_OPTIMUS_ASI_
|
|
|
|
//
|
|
// ASL code common define about device and bridge
|
|
//
|
|
#define DGPU_BRIDGE_SCOPE PCI_SCOPE.RP08
|
|
#define DGPU_DEVICE PXSX
|
|
#define DGPU_SCOPE DGPU_BRIDGE_SCOPE.DGPU_DEVICE
|
|
|
|
//
|
|
// ACPI define in dGPU SCOPE _DOD method
|
|
//
|
|
#define ACPI_ID_HDMI 0x80087330
|
|
|
|
#endif
|