Files
mesa/src
José Roberto de Souza d5ec2fa52f anv: Fix calculation of syncs required in Xe KMD
num_syncs was being incremented by one if 'utrace_submit != NULL' but
a sync was only being set if also
'util_dynarray_num_elements(&utrace_submit->batch_bos) == 0'.

This mismatch could cause application to abort due to
'assert(count == num_syncs)'.

Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27244>
2024-01-24 20:48:39 +00:00
..
2024-01-22 10:27:44 +00:00
2024-01-23 20:54:18 +00:00
2024-01-12 15:16:31 +00:00
2023-10-09 18:43:09 +00:00
2023-08-18 21:33:14 +00:00
2024-01-23 01:33:09 +00:00