From e43797ab13b3f547a4457548da8ca57f4cb8d2d7 Mon Sep 17 00:00:00 2001 From: Connor Abbott Date: Mon, 13 Sep 2021 13:32:57 +0200 Subject: [PATCH] freedreno, turnip: Disable 8bpp UBWC on a650 While it doesn't immediately hang like on a660, it seems to be buggy and the blob disables it. This fixes a bunch of r8_* dEQP-VK tests, which seem to pass individually but don't work when run after other tests. For example this fixes failures running dEQP-VK.pipeline.sampler.*.r8_uint*. Part-of: --- src/freedreno/common/freedreno_devices.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedreno/common/freedreno_devices.py b/src/freedreno/common/freedreno_devices.py index d13cb54c10b..7bdcee076d9 100644 --- a/src/freedreno/common/freedreno_devices.py +++ b/src/freedreno/common/freedreno_devices.py @@ -224,6 +224,7 @@ a6xx_gen3 = dict( has_tex_filter_cubic = True, has_sample_locations = True, has_ccu_flush_bug = True, + has_8bpp_ubwc = False, ) # a635, a660: