mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 23:10:11 +01:00
ac/rgp: bump instrumentation API version to 1.5
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34049>
This commit is contained in:
parent
6b28cd8e0e
commit
13836575e3
1 changed files with 1 additions and 1 deletions
|
|
@ -730,7 +730,7 @@ static void ac_sqtt_fill_sqtt_desc(const struct radeon_info *info,
|
|||
ac_gfx_level_to_sqtt_version(info->gfx_level);
|
||||
chunk->shader_engine_index = shader_engine_index;
|
||||
chunk->v1.instrumentation_spec_version = 1;
|
||||
chunk->v1.instrumentation_api_version = 0;
|
||||
chunk->v1.instrumentation_api_version = 5;
|
||||
chunk->v1.compute_unit_index = compute_unit_index;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue