Message ID | 20240919171952.403745-1-lkml@antheas.dev (mailing list archive) |
---|---|
Headers | show
Received: from linux1587.grserver.gr (linux1587.grserver.gr [185.138.42.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D01881A2846; Thu, 19 Sep 2024 17:26:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.138.42.100 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726766798; cv=none; b=qgVNY2vwu+LXj2BM8jzmCHBJxxxRG8r4ErOpUk1EwYGhJObps2CyXZoz7CG1Bygw7//jOq1I0zjqHACar/HNy8Yz0DFfoXBxyMa1+fHGH/iS1DLKv4pBkOQ+y5IGOWfA073mN2xF+4lzKYp2soav4/8m+w9RufUlowJVFZiE6po= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726766798; c=relaxed/simple; bh=TQWPNq8DyM/4me8VRKVsJwijLwYjiWGJi45ISt7PEyU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=qyiFyx3Il9QbksABCVzs2ovKSJUFSIGoCaAMLFQTLw422czNBV6Syhu38iQ/yRu7Tyq9kA16jzvet40gXJnVBeg7+cP+FWh+jfJtXIj9ugiSVmsP9l7eRR+E2+LIs8N05k4Sv3zBoACrgF8T6WkcQmHQMYhthy2pdGqMPgXcjRY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=antheas.dev; spf=pass smtp.mailfrom=antheas.dev; dkim=pass (1024-bit key) header.d=antheas.dev header.i=@antheas.dev header.b=ELaFrwh2; arc=none smtp.client-ip=185.138.42.100 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=antheas.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=antheas.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=antheas.dev header.i=@antheas.dev header.b="ELaFrwh2" Received: from localhost.localdomain (unknown [IPv6:2a05:f6c2:511b:0:6813:1156:549c:fa23]) by linux1587.grserver.gr (Postfix) with ESMTPSA id 1A9D22E09C22; Thu, 19 Sep 2024 20:20:07 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antheas.dev; s=default; t=1726766414; bh=LfUaB5yPDbKb/LkMr/y9H5z351Im1vjb13XjVA1irWM=; h=From:To:Subject; b=ELaFrwh2lJhA5oftOjd5BYj1E/210X/98/WGCssDM7/9Slf7BsaPuf2LSl4S+6YDU pIyLuhDZPM4CqJGC27VVBoBRs13c4Um9fRTTL5A7uITwbXbdZsmBchNgx6J0volMSY ZKXJ0g5uQdbDaFBYtHkLX6AGKt2ZElTWTUaNElic= Authentication-Results: linux1587.grserver.gr; spf=pass (sender IP is 2a05:f6c2:511b:0:6813:1156:549c:fa23) smtp.mailfrom=lkml@antheas.dev smtp.helo=localhost.localdomain Received-SPF: pass (linux1587.grserver.gr: connection is authenticated) From: Antheas Kapenekakis <lkml@antheas.dev> To: linux-pm@vger.kernel.org Cc: platform-driver-x86@vger.kernel.org, Mario.Limonciello@amd.com, luke@ljones.dev, me@kylegospodneti.ch Subject: [PATCH v1 0/4] acpi/x86: s2idle: move Display off/on calls outside suspend (fixes ROG Ally suspend) Date: Thu, 19 Sep 2024 19:19:48 +0200 Message-ID: <20240919171952.403745-1-lkml@antheas.dev> X-Mailer: git-send-email 2.46.0 Precedence: bulk X-Mailing-List: platform-driver-x86@vger.kernel.org List-Id: <platform-driver-x86.vger.kernel.org> List-Subscribe: <mailto:platform-driver-x86+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:platform-driver-x86+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-PPP-Message-ID: <172676640787.26346.1362010344851206874@linux1587.grserver.gr> X-PPP-Vhost: antheas.dev X-Virus-Scanned: clamav-milter 0.103.11 at linux1587.grserver.gr X-Virus-Status: Clean |
Series |
acpi/x86: s2idle: move Display off/on calls outside suspend (fixes ROG Ally suspend)
|
expand
|