From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 63F703E869E; Mon, 20 Apr 2026 13:25:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776691501; cv=none; b=UudgCljOz/dIbqEDCJEufkR9gXvbuYQrEqErERNA/i/R5wuLwjJbnoSo2tvUfR6s/ROfLZF+i8GgRLqn28Bwh+Nxppx4QpLyhKjlPs5MyFBWsf4O4LAadNHc/+K8fX/Dl3dhDDMt8p9mH+C5eFtca8EXZDwRnF8eS8m6IjxPHfM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776691501; c=relaxed/simple; bh=T1/QlGHkJlYLWWiWa3UxuOGCI5dveXwK/BEDomLE/Sc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=swIT4yZzJAeUCBzdlH2EkSN2cXaCMnHol4RPJXzMRbIysg8tR/m/FBLcTzAaOQGhkLfHSTX39p9oHp1GmK+FfGQQT15+L1sd88TsEfUiPTO4K9rWei8Fb3kfH+prxaXPtdcAUXxt8cMEoSDrNGCw9gmBUsu3nqXTMeAZ4brtL08= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Dad+UJS1; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Dad+UJS1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5FC7FC2BCB6; Mon, 20 Apr 2026 13:25:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776691501; bh=T1/QlGHkJlYLWWiWa3UxuOGCI5dveXwK/BEDomLE/Sc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Dad+UJS1Jm8WqoM86dRnd4YJatbvGDDEmK+/kxWBtfNu6zYxmeqlJwKwWqzLScudp 7O1tuLKgy8VXFzIM/s2eXtPmMemkxXlgepPjEgSerU9itzGItYi1t7O+giMqQzGiI/ FXcEi8RXlQAeZqCjHqQfrD6drP3HzXCf6p6Fp81iD/kf4R1e50sNb6VTWX+rF5vPwI uOyKbxikDGYRCIUfdJJJg+4iHKITbkLy/TdFWtfPwejTaO/grVaFeYtSRvevjsVUt8 B7gx3oVNJauLrBmXSJPM4ddY97wKgGi7W+1/pOXBHBQHN6JYfRP222kzVjfrzvyFGM J27suqiGj1G6Q== From: Sasha Levin To: patches@lists.linux.dev, stable@vger.kernel.org Cc: Krishna Chomal , WJ Enderlava , =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= , Sasha Levin , hansg@kernel.org, platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH AUTOSEL 6.18] platform/x86: hp-wmi: Add support for Omen 16-wf1xxx (8C76) Date: Mon, 20 Apr 2026 09:17:41 -0400 Message-ID: <20260420132314.1023554-67-sashal@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260420132314.1023554-1-sashal@kernel.org> References: <20260420132314.1023554-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-stable: review X-Patchwork-Hint: Ignore X-stable-base: Linux 6.18.23 Content-Transfer-Encoding: 8bit From: Krishna Chomal [ Upstream commit 84d29bfd1929d08f092851162a3d055a2134d043 ] The HP Omen 16-wf1xxx (board ID: 8C76) has the same WMI interface as other Victus S boards, but requires quirks for correctly switching thermal profile (similar to board 8C78). Add the DMI board name to victus_s_thermal_profile_boards[] table and map it to omen_v1_thermal_params. Testing on board 8C76 confirmed that platform profile is registered successfully and fan RPMs are readable and controllable. Tested-by: WJ Enderlava Reported-by: WJ Enderlava Closes: https://bugzilla.kernel.org/show_bug.cgi?id=221149 Signed-off-by: Krishna Chomal Link: https://patch.msgid.link/20260227154106.226809-1-krishna.chomal108@gmail.com Reviewed-by: Ilpo Järvinen Signed-off-by: Ilpo Järvinen Signed-off-by: Sasha Levin --- LLM Generated explanations, may be completely bogus: Error: Failed to generate final synthesis drivers/platform/x86/hp/hp-wmi.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/platform/x86/hp/hp-wmi.c b/drivers/platform/x86/hp/hp-wmi.c index 008f3364230e2..31d099bd8db43 100644 --- a/drivers/platform/x86/hp/hp-wmi.c +++ b/drivers/platform/x86/hp/hp-wmi.c @@ -174,6 +174,10 @@ static const struct dmi_system_id victus_s_thermal_profile_boards[] __initconst .matches = { DMI_MATCH(DMI_BOARD_NAME, "8BD5") }, .driver_data = (void *)&victus_s_thermal_params, }, + { + .matches = { DMI_MATCH(DMI_BOARD_NAME, "8C76") }, + .driver_data = (void *)&omen_v1_thermal_params, + }, { .matches = { DMI_MATCH(DMI_BOARD_NAME, "8C78") }, .driver_data = (void *)&omen_v1_thermal_params, -- 2.53.0