diff options
author | Marek Olšák <[email protected]> | 2018-05-02 18:53:24 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-05-10 18:39:57 -0400 |
commit | e720cb61354167e5ff75202affe86185a18386ba (patch) | |
tree | 69b39bffd38ffa7215915786c4e8831147336e95 /src/amd/common/ac_gpu_info.h | |
parent | 3060f62340b2f232907db0c48b6c6c6eba3d1752 (diff) |
radeonsi: clean up the reset status query implementation
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/amd/common/ac_gpu_info.h')
-rw-r--r-- | src/amd/common/ac_gpu_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amd/common/ac_gpu_info.h b/src/amd/common/ac_gpu_info.h index 340c368bda3..f5b74579ef1 100644 --- a/src/amd/common/ac_gpu_info.h +++ b/src/amd/common/ac_gpu_info.h @@ -100,6 +100,8 @@ struct radeon_info { bool htile_cmask_support_1d_tiling; bool si_TA_CS_BC_BASE_ADDR_allowed; bool has_bo_metadata; + bool has_gpu_reset_status_query; + bool has_gpu_reset_counter_query; /* Shader cores. */ uint32_t r600_max_quad_pipes; /* wave size / 16 */ |