diff --git a/src/freedreno/common/freedreno_devices.py b/src/freedreno/common/freedreno_devices.py index 647250bafc5..aecc477a706 100644 --- a/src/freedreno/common/freedreno_devices.py +++ b/src/freedreno/common/freedreno_devices.py @@ -263,6 +263,7 @@ a6xx_gen4 = dict( storage_16bit = True, has_tex_filter_cubic = True, has_sample_locations = True, + has_ccu_flush_bug = True, has_cp_reg_write = False, has_8bpp_ubwc = False, has_lpac = True,