From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 6B9AB47ACFB; Sat, 12 Sep 2026 12:49:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789217356; cv=none; b=lput7BWalE+FU7JJcyQbOSU6Af8BrxVmVmHJM5mo4SddHQegWEG6JkoBliEQVSNPJHDhdBXoe7qD6n2OnoKQGv+Zmm9xdq0MdRhR2DDOFw0+RZwTuHzYh6ZZHTXLs+rB0kYLvN0/2UISiBuYxRR9chz8mhN3oD8FSuHB4eq6J/Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789217356; c=relaxed/simple; bh=tEyroSi/4vTncMNSzRBOEs8D0EJUNX557L3vs3MFF94=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=dc9L/RVONQ5ES4O+DkJFVoep5PPW61G/8HrOc4deMVhD9Pwqp0Bcqv7YmvO8UzlDcW2GzNqW2ZfhG6zZYlxHB03FzNaOks1H2DNMVuJg/Tl2W9mtP/4dNt+npyyuTreN+pYZqJgGRj2CGrtBkGbHjDH2cZ+zTP9ljg3bi+awmlc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=b7c31nkc; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="b7c31nkc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E0D551F000FF; Sat, 12 Sep 2026 12:49:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1789217351; bh=hurVCItFDeNABWwaUTKWKtlZkijEKVFe88Ui1J+oNA0=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=b7c31nkc2LR+oLI9wQlvErugwrAJYi1xc1ldmFRsghGoRXp2w1RtC3INfrq3+03QZ uUDBZ4y/Paa2pJnaT7qqx7yuBuZ+pYT3McoNj7qQi7eXMDKV9coDJ0qvBRUYKRh8HV pJEkUNtxWDgKIF2VK/2/5OXFAKuSWgEy95QbZW48= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Jernej Skrabec , Chen-Yu Tsai , Chen-Yu Tsai , Sasha Levin Subject: [PATCH 6.12 0921/1376] drm/sun4i: hdmi-phy: Fix H6 8-bit MPLL config at 594 MHz Date: Sat, 12 Sep 2026 08:55:47 +0200 Message-ID: <20260912065628.091412986@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260912065607.535295758@linuxfoundation.org> References: <20260912065607.535295758@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Jernej Skrabec [ Upstream commit 0ba6deddaae74f0539c0303bfb5f860adbe1a68b ] The 8-bit entry of the last MPLL row (594 MHz) doesn't lock reliably on H6. 4K@60 RGB/YUV444, which is the mode that reaches this entry, doesn't come up. Align the value with the vendor driver. Other entries are left alone, they are used by lower pixel clocks which work fine. Tested with 4K@60 on a LG TV. Fixes: 0fb4b858b102 ("drm/sun4i: Add support for H6 HDMI PHY") Signed-off-by: Jernej Skrabec Acked-by: Chen-Yu Tsai Reviewed-by: Chen-Yu Tsai Link: https://patch.msgid.link/aec9060209473b8176eb43bc7c63c20b21306adf.1785772659.git.jernej.skrabec@gmail.com Signed-off-by: Chen-Yu Tsai Signed-off-by: Sasha Levin --- drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c b/drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c index 4fa69c463dc46..489ea94693ffa 100644 --- a/drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c +++ b/drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c @@ -91,7 +91,7 @@ static const struct dw_hdmi_mpll_config sun50i_h6_mpll_cfg[] = { }, }, { 594000000, { - { 0x1a40, 0x0003 }, + { 0x1a7c, 0x0003 }, { 0x3b4c, 0x0003 }, { 0x5a64, 0x0003 }, }, -- 2.53.0