Mesa (main): freedreno/common: Fix comment typo

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 25 15:41:57 UTC 2021


Module: Mesa
Branch: main
Commit: 8dff5356ffcac4e2a96e8d19537c398208622985
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8dff5356ffcac4e2a96e8d19537c398208622985

Author: Rob Clark <robdclark at chromium.org>
Date:   Fri Aug 20 13:47:41 2021 -0700

freedreno/common: Fix comment typo

Signed-off-by: Rob Clark <robdclark at chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12497>

---

 src/freedreno/common/freedreno_devices.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/freedreno/common/freedreno_devices.py b/src/freedreno/common/freedreno_devices.py
index 42227faf19e..21a4f58c2af 100644
--- a/src/freedreno/common/freedreno_devices.py
+++ b/src/freedreno/common/freedreno_devices.py
@@ -226,7 +226,7 @@ a6xx_gen3 = dict(
         has_ccu_flush_bug = True,
     )
 
-# a635, a650:
+# a635, a660:
 a6xx_gen4 = dict(
         fibers_per_sp = 128 * 2 * 16,
         reg_size_vec4 = 64,



More information about the mesa-commit mailing list