diff options
author | Marek Olšák <[email protected]> | 2017-09-12 20:06:37 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-10-12 21:04:56 +0200 |
commit | 11adea4b24140db37bc1eb5c858435602d2ce224 (patch) | |
tree | a38d8272f6c6952f4e9ad449d99c2998774dd501 /src/amd/common/ac_gpu_info.h | |
parent | 20b91cd568d82057c4fcf4f864c41896de85c024 (diff) |
ac: add radeon_info::has_sync_filecros-mesa-17.2.3-vanillachadv/cros-mesa-17.2.3-vanilla
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/common/ac_gpu_info.h b/src/amd/common/ac_gpu_info.h index 5722709d24f..960fd74fcf0 100644 --- a/src/amd/common/ac_gpu_info.h +++ b/src/amd/common/ac_gpu_info.h @@ -81,6 +81,7 @@ struct radeon_info { uint32_t drm_patchlevel; bool has_userptr; bool has_syncobj; + bool has_sync_file; /* Shader cores. */ uint32_t r600_max_quad_pipes; /* wave size / 16 */ |