diff --git a/src/freedreno/common/freedreno_devices.py b/src/freedreno/common/freedreno_devices.py index 15a2a64272b..5eb5de4c1b2 100644 --- a/src/freedreno/common/freedreno_devices.py +++ b/src/freedreno/common/freedreno_devices.py @@ -960,6 +960,7 @@ a7xx_base = GPUProps( has_z24uint_s8uint = True, tess_use_shared = True, storage_16bit = True, + storage_8bit = True, has_tex_filter_cubic = True, has_separate_chroma_filter = True, has_sample_locations = True, @@ -1029,7 +1030,6 @@ a7xx_gen3 = GPUProps( has_generic_clear = True, r8g8_faulty_fast_clear_quirk = True, gs_vpc_adjacency_quirk = True, - storage_8bit = True, ubwc_all_formats_compatible = True, has_compliant_dp4acc = True, ubwc_coherency_quirk = True,