From 438e02fc0f63d98bc2ea40f42f8ae7eba27cb641 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Tue, 13 Apr 2021 13:38:08 +0200 Subject: [PATCH] ac/surface: increase gfx9_meta_equation::gfx10_bits by 4 elements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For the HTILE equation. Signed-off-by: Samuel Pitoiset Reviewed-by: Bas Nieuwenhuizen Reviewed-by: Marek Olšák Part-of: --- src/amd/common/ac_surface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/common/ac_surface.h b/src/amd/common/ac_surface.h index ba2fb3db0bc..2852f171fc5 100644 --- a/src/amd/common/ac_surface.h +++ b/src/amd/common/ac_surface.h @@ -214,7 +214,7 @@ struct gfx9_meta_equation { * - bpp * - pipe_aligned */ - uint16_t gfx10_bits[56]; + uint16_t gfx10_bits[60]; } u; };