ac/surface/tests: fix missing NUM_PKRS extraction in test_modifier
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15098>
This commit is contained in:
@@ -242,7 +242,7 @@ static void test_modifier(const struct radeon_info *info,
|
||||
G_0098F8_NUM_SHADER_ENGINES_GFX9(info->gb_addr_config),
|
||||
.se = G_0098F8_NUM_SHADER_ENGINES_GFX9(info->gb_addr_config),
|
||||
.banks_or_pkrs = info->chip_class >= GFX10 ?
|
||||
(info->gb_addr_config) : G_0098F8_NUM_BANKS(info->gb_addr_config)
|
||||
G_0098F8_NUM_PKRS(info->gb_addr_config) : G_0098F8_NUM_BANKS(info->gb_addr_config)
|
||||
};
|
||||
|
||||
struct radeon_surf surf = (struct radeon_surf) {
|
||||
|
||||
Reference in New Issue
Block a user