diff options
| author | Luke D. Jones <luke@ljones.dev> | 2022-08-13 10:25:04 +1200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-12-13 18:27:06 +0100 |
| commit | 91b70f60c8e558ae13a7153d2c5d91642c90aaab (patch) | |
| tree | 99dbe6fb23cda34fd584b192677ae9ebbe637e5d | |
| parent | a8b781c410a5987dd16b4d81e1269b4ff68c5dc2 (diff) | |
| download | linux-91b70f60c8e558ae13a7153d2c5d91642c90aaab.tar.gz linux-91b70f60c8e558ae13a7153d2c5d91642c90aaab.tar.bz2 linux-91b70f60c8e558ae13a7153d2c5d91642c90aaab.zip | |
platform/x86: asus-wmi: Document the dgpu_disable sysfs attribute
commit 7e64c486e807c8edfbd3a0c8e44ad7a1896dbec8 upstream.
The dgpu_disable attribute was not documented, this adds the
required documentation.
Fixes: 98829e84dc67 ("asus-wmi: Add dgpu disable method")
Signed-off-by: Luke D. Jones <luke@ljones.dev>
Link: https://lore.kernel.org/r/20220812222509.292692-2-luke@ljones.dev
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | Documentation/ABI/testing/sysfs-platform-asus-wmi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-platform-asus-wmi b/Documentation/ABI/testing/sysfs-platform-asus-wmi index 04885738cf15..0f8f0772d6f3 100644 --- a/Documentation/ABI/testing/sysfs-platform-asus-wmi +++ b/Documentation/ABI/testing/sysfs-platform-asus-wmi @@ -57,3 +57,12 @@ Description: * 0 - default, * 1 - overboost, * 2 - silent + +What: /sys/devices/platform/<platform>/dgpu_disable +Date: Aug 2022 +KernelVersion: 5.17 +Contact: "Luke Jones" <luke@ljones.dev> +Description: + Disable discrete GPU: + * 0 - Enable dGPU, + * 1 - Disable dGPU |
