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,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)