radv/winsys: set has_syncobj_wait_for_submit in the null winsys

Needed for Vulkan 1.1+

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4249>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4249>
This commit is contained in:
Rhys Perry 2020-03-19 20:13:52 +00:00 committed by Marge Bot
parent 58deebe547
commit 500842399a
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ static void radv_null_winsys_query_info(struct radeon_winsys *rws,
}
info->pci_id = radv_null_winsys_get_pci_id(info->family);
info->has_syncobj_wait_for_submit = true;
info->max_se = 4;
info->max_wave64_per_simd = info->family >= CHIP_POLARIS10 &&
info->family <= CHIP_VEGAM ? 8 : 10;