ac: fix has_vrs_ds_export_bug for VanGogh
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 24 Oct 2022 11:21:59 +0000 (13:21 +0200)
committerMarge Bot <emma+marge@anholt.net>
Mon, 24 Oct 2022 12:01:52 +0000 (12:01 +0000)
Missed it.

Fixes: 0a8a9d9d638 ("ac: add radeon_info::has_vrs_ds_export_bug")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19272>

src/amd/common/ac_gpu_info.c

index 5be47ff..00dec3b 100644 (file)
@@ -1105,7 +1105,8 @@ bool ac_query_gpu_info(int fd, void *dev_p, struct radeon_info *info)
     * depth/stencil from a FS for multi-pixel fragments.
     */
    info->has_vrs_ds_export_bug = info->family == CHIP_NAVI21 ||
-                                 info->family == CHIP_NAVI22;
+                                 info->family == CHIP_NAVI22 ||
+                                 info->family == CHIP_VANGOGH;
 
    /* HW bug workaround when CS threadgroups > 256 threads and async compute
     * isn't used, i.e. only one compute job can run at a time.  If async