]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: x86: s2idle: Add a quirk for ASUSTeK COMPUTER INC. ROG Flow X13
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 21 Sep 2022 20:40:54 +0000 (15:40 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 25 Sep 2022 15:44:56 +0000 (17:44 +0200)
commitd8f5d2c36aa44a71eb6023843f014e35825443e6
treebca01c2f4ed4d11bd502d1e03316f53d4bc62a52
parent7fb778b9caf470b9057ca5d08d4b02628a8f8c34
ACPI: x86: s2idle: Add a quirk for ASUSTeK COMPUTER INC. ROG Flow X13

ASUSTeK COMPUTER INC. ROG Flow X13 has a problem with fans upon wakeup from
s2idle. In examining the ASL, functions 3 and 4 are not called in the AMD
codepath but only in the Microsoft codepath.

Add the system to the quirk list to force Microsoft codepath.

Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2148
Tested-by: short-circuit <davidedp91@gmail.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/x86/s2idle.c