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,