ac/surface: Fix depth import on GFX6-GFX8.
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Thu, 13 Aug 2020 21:29:15 +0000 (23:29 +0200)
committerMarge Bot <eric+marge@anholt.net>
Sun, 20 Sep 2020 23:51:58 +0000 (23:51 +0000)
Lets just do depth interop imports by convention between radv and
radeonsi for now. The only thing using this should be Vulkan interop
anyway.

CC: mesa-stable
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6617>

src/amd/common/ac_surface.c

index df5b35b..5a073c8 100644 (file)
@@ -975,7 +975,8 @@ static int gfx6_compute_surface(ADDR_HANDLE addrlib, const struct radeon_info *i
 
    /* Set preferred macrotile parameters. This is usually required
     * for shared resources. This is for 2D tiling only. */
-   if (AddrSurfInfoIn.tileMode >= ADDR_TM_2D_TILED_THIN1 && surf->u.legacy.bankw &&
+   if (!(surf->flags & RADEON_SURF_Z_OR_SBUFFER) &&
+       AddrSurfInfoIn.tileMode >= ADDR_TM_2D_TILED_THIN1 && surf->u.legacy.bankw &&
        surf->u.legacy.bankh && surf->u.legacy.mtilea && surf->u.legacy.tile_split) {
       /* If any of these parameters are incorrect, the calculation
        * will fail. */