Fix DefinitionBlock

This commit is contained in:
Mykola Grymalyuk
2020-04-01 19:56:14 -06:00
parent 40dcc594bb
commit 4f02652cf0
5 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
// Source: https://github.com/daliansky/OC-little
DefinitionBlock("", "SSDT", 2, "ACDT", "GPI0", 0)
DefinitionBlock("", "SSDT", 2, "Slav", "GPI0", 0)
{
External(GPEN, FieldUnitObj)

Binary file not shown.

Binary file not shown.

View File

@@ -1,6 +1,6 @@
// Based off of WhateverGreen's sample.dsl
// https://github.com/acidanthera/WhateverGreen/blob/master/Manual/Sample.dsl
DefinitionBlock ("", "SSDT", 2, "ACDT", "AMDGPU", 0x00001000)
DefinitionBlock ("", "SSDT", 2, "Slav", "AMDGPU", 0x00001000)
{
External (_SB_.PCI0, DeviceObj)
External (_SB_.PCI0.PEG0.PEGP, DeviceObj)

Binary file not shown.