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 E57BB384CF0; Sat, 12 Sep 2026 07:45:39 +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=1789199142; cv=none; b=Ts03FDu8vNkjdMROYriKEs4zHVRGadbaN4e5jAR70d1fDXVZ5cmmebH0O6SCd41yIwBcVk+eYWhh+2GRs/2IiQqiUhP0cGJGoxYinqa+N0oFd0GmeyBRcKr9eA0WnfoLoOhjsJFKD05xYLylSe/nJUCJjxAo4KF6alp42169I/0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789199142; c=relaxed/simple; bh=gds6Ib7XLc6qA4yvny5esCjHiN/Ih7Vpr1CudNVisUw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=aJ1fV7vhYUzqUYr0CPKDygzKevQXzpx62ed/ergX1hfkjKIMX0G8XZGtCHLJ+OwfuQbSqZoVhavz2eZqrNZl3hm+GK0gnOixmPt08jyVWsdZt2Kr7PCFL+7uVaPFZfBbyiOMKa9hNqrRWqFgOzzE41kFB5ysRJTQULdGVvT6US8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=W3K1xbXK; 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="W3K1xbXK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5D9F01F000FF; Sat, 12 Sep 2026 07:45:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1789199139; bh=4vQ3SU5exRRYI5f9i6NqrVDOh6RWwMjdt26sQ/jaYsw=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=W3K1xbXKwjZT8Et6IymNMzZ1OluZMsq2vD355Es1nDN370+eNejllaAPmPIDSZAjp qSkFFam0ufExJjgDFL42MYKL/dPCBZvzR+Qk1gVu8rSGUOtdLbVtcu/LewIDPOO2uS Hidhq4FEFCOzJHdmg9jhw9l2r1l1NUlBGACu06s8= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Puranam V G Tejaswi , Konrad Dybcio , Akhil P Oommen , Rob Clark , Sasha Levin Subject: [PATCH 7.2 0524/1815] drm/msm/a6xx: Fix RBBM_CLOCK_CNTL3_TP0 value in a730_hwcg Date: Sat, 12 Sep 2026 08:37:54 +0200 Message-ID: <20260912065701.191619294@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260912065648.999753832@linuxfoundation.org> References: <20260912065648.999753832@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 7.2-stable review patch. If anyone has any objections, please let me know. ------------------ From: Puranam V G Tejaswi [ Upstream commit 01bcc0398f43099acb407a6067481e635c3e1b84 ] The RBBM_CLOCK_CNTL3_TP0 entry in a730_hwcg has bits[19:16] set to 2 (clock gating enabled for that TP0 stage). As per the latest recommendation, clear this nibble to disable clock gating for this particular stage. Fixes: 9588d2f860a4 ("drm/msm/a6xx: Add A730 support") Signed-off-by: Puranam V G Tejaswi Reviewed-by: Konrad Dybcio Signed-off-by: Akhil P Oommen Patchwork: https://patchwork.freedesktop.org/patch/740955/ Message-ID: <20260718-eliza-gpu-v2-1-64379dbebd7a@oss.qualcomm.com> Signed-off-by: Rob Clark Signed-off-by: Sasha Levin --- drivers/gpu/drm/msm/adreno/a6xx_catalog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/msm/adreno/a6xx_catalog.c b/drivers/gpu/drm/msm/adreno/a6xx_catalog.c index 3e6f409d13a2a..a98d550b72d0e 100644 --- a/drivers/gpu/drm/msm/adreno/a6xx_catalog.c +++ b/drivers/gpu/drm/msm/adreno/a6xx_catalog.c @@ -1199,7 +1199,7 @@ static const struct adreno_reglist a730_hwcg[] = { { REG_A6XX_RBBM_CLOCK_DELAY_SP0, 0x00000080 }, { REG_A6XX_RBBM_CLOCK_CNTL_TP0, 0x22222220 }, { REG_A6XX_RBBM_CLOCK_CNTL2_TP0, 0x22222222 }, - { REG_A6XX_RBBM_CLOCK_CNTL3_TP0, 0x22222222 }, + { REG_A6XX_RBBM_CLOCK_CNTL3_TP0, 0x22220222 }, { REG_A6XX_RBBM_CLOCK_CNTL4_TP0, 0x00222222 }, { REG_A6XX_RBBM_CLOCK_HYST_TP0, 0x77777777 }, { REG_A6XX_RBBM_CLOCK_HYST2_TP0, 0x77777777 }, -- 2.53.0