From c04e9befc0d3eaa4ec8e04af39a11f98c4a659ba Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Tue, 3 Mar 2020 14:08:30 +0100 Subject: [PATCH] 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: --- src/amd/vulkan/radv_rgp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2