From: Samuel Pitoiset Date: Tue, 3 Mar 2020 13:08:30 +0000 (+0100) Subject: radv/rgp: bump the instrumentation spec version to 1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c04e9befc0d3eaa4ec8e04af39a11f98c4a659ba;p=mesa.git radv/rgp: bump the instrumentation spec version to 1 RGP expects the version to be 1, otherwise it doesn't display the barriers (including layout transitions) correctly. Signed-off-by: Samuel Pitoiset Reviewed-by: Bas Nieuwenhuizen Part-of: --- diff --git a/src/amd/vulkan/radv_rgp.c b/src/amd/vulkan/radv_rgp.c index c2dc98f4fec..cea3ad0e8cb 100644 --- a/src/amd/vulkan/radv_rgp.c +++ b/src/amd/vulkan/radv_rgp.c @@ -546,7 +546,7 @@ radv_sqtt_fill_sqtt_desc(struct radv_device *device, chunk->sqtt_version = radv_chip_class_to_sqtt_version(device->physical_device->rad_info.chip_class); chunk->shader_engine_index = shader_engine_index; - chunk->v1.instrumentation_spec_version = 0; + chunk->v1.instrumentation_spec_version = 1; chunk->v1.instrumentation_api_version = 0; chunk->v1.compute_unit_index = compute_unit_index; }