ac/surface: increase gfx9_meta_equation::gfx10_bits by 4 elements

For the HTILE equation.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10187>
This commit is contained in:
Samuel Pitoiset
2021-04-13 13:38:08 +02:00
committed by Marge Bot
parent 9eee737364
commit 438e02fc0f

View File

@@ -214,7 +214,7 @@ struct gfx9_meta_equation {
* - bpp * - bpp
* - pipe_aligned * - pipe_aligned
*/ */
uint16_t gfx10_bits[56]; uint16_t gfx10_bits[60];
} u; } u;
}; };