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

Author: Rob Clark <[email protected]>
Date:   Fri Aug 20 13:47:41 2021 -0700

freedreno/common: Fix comment typo

Signed-off-by: Rob Clark <[email protected]>
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,

Reply via email to