From 48733c1e4690c9de3671028ff5202c122f3c94ac Mon Sep 17 00:00:00 2001 From: "Travis Build Bot (from Travis CI)" Date: Tue, 7 Apr 2020 18:35:52 +0000 Subject: [PATCH] Deploy acpi.dortania.ml to github.com/dortania/Getting-Started-With-ACPI.git:gh-pages --- .travis.yml | 2 +- CNAME | 1 + Desktops/desktop-disable.html | 2 +- Desktops/desktop-ec.html | 2 +- Laptops/backlight.html | 2 +- Laptops/laptop-disable.html | 2 +- Laptops/laptop-ec.html | 2 +- Laptops/trackpad.html | 2 +- Manual/compile.html | 4 ++-- Manual/dump.html | 2 +- Universal/awac.html | 2 +- Universal/irq.html | 2 +- Universal/nvram.html | 2 +- Universal/plug.html | 2 +- Universal/smbus.html | 2 +- Universal/spoof.html | 4 ++-- cleanup.html | 2 +- index.html | 2 +- ssdt-easy.html | 4 ++-- ssdt-long.html | 2 +- 20 files changed, 23 insertions(+), 22 deletions(-) create mode 100644 CNAME diff --git a/.travis.yml b/.travis.yml index 7954f3e..fd69e8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ deploy: provider: pages skip_cleanup: true name: Travis Build Bot - fqdn: + fqdn: acpi.dortania.ml keep_history: true on: branch: master diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..bf7b95b --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +acpi.dortania.ml diff --git a/Desktops/desktop-disable.html b/Desktops/desktop-disable.html index c89a17b..7467a86 100644 --- a/Desktops/desktop-disable.html +++ b/Desktops/desktop-disable.html @@ -486,7 +486,7 @@ Method (_SB.PCI0.PEG0.PEGP._DSM, 4, NotSerialized) diff --git a/Desktops/desktop-ec.html b/Desktops/desktop-ec.html index ffeade6..acd15dd 100644 --- a/Desktops/desktop-ec.html +++ b/Desktops/desktop-ec.html @@ -557,7 +557,7 @@ External (_SB_.PCI0.LPCB.EC0, DeviceObj) <- Rename this diff --git a/Laptops/backlight.html b/Laptops/backlight.html index 363071c..d8c55b1 100644 --- a/Laptops/backlight.html +++ b/Laptops/backlight.html @@ -472,7 +472,7 @@ diff --git a/Laptops/laptop-disable.html b/Laptops/laptop-disable.html index d72c85f..06772f7 100644 --- a/Laptops/laptop-disable.html +++ b/Laptops/laptop-disable.html @@ -507,7 +507,7 @@ External (_SB_.PCI0.PEG0.PEGP._PS3, MethodObj) // dGPU ACPI Path diff --git a/Laptops/laptop-ec.html b/Laptops/laptop-ec.html index 894743a..83fb83b 100644 --- a/Laptops/laptop-ec.html +++ b/Laptops/laptop-ec.html @@ -542,7 +542,7 @@ diff --git a/Laptops/trackpad.html b/Laptops/trackpad.html index 5e704ca..79725e7 100644 --- a/Laptops/trackpad.html +++ b/Laptops/trackpad.html @@ -487,7 +487,7 @@ diff --git a/Manual/compile.html b/Manual/compile.html index 3292238..6c69f85 100644 --- a/Manual/compile.html +++ b/Manual/compile.html @@ -409,7 +409,7 @@

Compiling and decompiling ACPI Tables

-

See General Troubleshooting if you have dumping/compiling errors

+

See General Troubleshooting if you have dumping/compiling errors

Finding a suitable PCI ID

-

To find a suitable PCI ID, we'll be using PCI ID Repository which has a full database of all AMD GPUs. For this example, we'll be creating a Spoof SSDT for the R9 390. For a full list of supported GPUs, please see the GPU Buyers Guide. The closest match to this GPU would be the 390X, and looking on that site near the top gives us this:

+

To find a suitable PCI ID, we'll be using PCI ID Repository which has a full database of all AMD GPUs. For this example, we'll be creating a Spoof SSDT for the R9 390. For a full list of supported GPUs, please see the GPU Buyers Guide. The closest match to this GPU would be the 390X, and looking on that site near the top gives us this:

Vendor 1002 -> Device 1002:67b0
 

Now lets break this down into a device ID we can use: