From 3efbc47c830eb5865f9dd553d2ac0f8d3c910cec Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 4 Jan 2021 14:53:34 -0800 Subject: [PATCH] freedreno: Mark a615/a618 as also lacking Z24_UINT_S8_UINT support. Rob says it's also the case on 618, and presumably 615 as well then, so make it take the same path as a630. Part-of: --- src/freedreno/common/freedreno_dev_info.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/freedreno/common/freedreno_dev_info.c b/src/freedreno/common/freedreno_dev_info.c index 6de0197e1c2..f139855e875 100644 --- a/src/freedreno/common/freedreno_dev_info.c +++ b/src/freedreno/common/freedreno_dev_info.c @@ -56,7 +56,6 @@ freedreno_dev_info_init(struct freedreno_dev_info *info, uint32_t gpu_id) info->a6xx.magic.RB_UNKNOWN_8E04_blit = 0x00100000; info->a6xx.magic.PC_UNKNOWN_9805 = 0; info->a6xx.magic.SP_UNKNOWN_A0F8 = 0; - info->a6xx.has_z24uint_s8uint = true; break; case 630: info->num_sp_cores = 2;