Skip to content

Commit 1a9452c

Browse files
superm1ij-intel
authored andcommitted
platform/x86/amd: pmc: Add Thinkpad L14 Gen3 to quirk_s2idle_bug
This platform is a similar vintage of platforms that had a BIOS bug leading to a 10s delay at resume from s0i3. Add a quirk for it. Reported-by: Imrane <ihalim.me@gmail.com> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=221273 Tested-by: Imrane <ihalim.me@gmail.com> Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Link: https://patch.msgid.link/20260324211647.357924-1-mario.limonciello@amd.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent b7f4e7b commit 1a9452c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

drivers/platform/x86/amd/pmc/pmc-quirks.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,15 @@ static const struct dmi_system_id fwbug_list[] = {
203203
DMI_MATCH(DMI_PRODUCT_NAME, "82XQ"),
204204
}
205205
},
206+
/* https://bugzilla.kernel.org/show_bug.cgi?id=221273 */
207+
{
208+
.ident = "Thinkpad L14 Gen3",
209+
.driver_data = &quirk_s2idle_bug,
210+
.matches = {
211+
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
212+
DMI_MATCH(DMI_PRODUCT_NAME, "21C6"),
213+
}
214+
},
206215
/* https://gitlab.freedesktop.org/drm/amd/-/issues/4434 */
207216
{
208217
.ident = "Lenovo Yoga 6 13ALC6",

0 commit comments

Comments
 (0)