Mesa (master): freedreno: Mark a615/a618 as also lacking Z24_UINT_S8_UINT support.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 6 23:13:49 UTC 2021


Module: Mesa
Branch: master
Commit: 3efbc47c830eb5865f9dd553d2ac0f8d3c910cec
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3efbc47c830eb5865f9dd553d2ac0f8d3c910cec

Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jan  4 14:53:34 2021 -0800

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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8319>

---

 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;



More information about the mesa-commit mailing list