From 0981f983eef1f896e7b43d938d62ba14cf5604e5 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Thu, 24 Oct 2024 12:00:43 +0000 Subject: [PATCH] freedreno/devices: Enable 64-bit atomics on a735 and a740v3 The blob exposes VK_KHR_shader_atomic_int64 on these devices too, but this was missed during initial enablement. Signed-off-by: Valentine Burley Part-of: --- src/freedreno/common/freedreno_devices.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/freedreno/common/freedreno_devices.py b/src/freedreno/common/freedreno_devices.py index 0a92e6b8245..3dab8dcf10e 100644 --- a/src/freedreno/common/freedreno_devices.py +++ b/src/freedreno/common/freedreno_devices.py @@ -879,6 +879,7 @@ a7xx_735 = A7XXProps( supports_ibo_ubwc = True, fs_must_have_non_zero_constlen_quirk = True, enable_tp_ubwc_flag_hint = True, + has_64b_ssbo_atomics = True, ) a7xx_740 = A7XXProps( @@ -911,6 +912,7 @@ a7xx_740v3 = A7XXProps( supports_ibo_ubwc = True, fs_must_have_non_zero_constlen_quirk = True, enable_tp_ubwc_flag_hint = True, + has_64b_ssbo_atomics = True, ) a7xx_x1_85 = A7XXProps(