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>
This commit is contained in:
Eric Anholt 2021-01-04 14:53:34 -08:00 committed by Marge Bot
parent 1633c9735a
commit 3efbc47c83
1 changed files with 0 additions and 1 deletions

View File

@ -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;