diff options
author | Bas Nieuwenhuizen <[email protected]> | 2017-11-27 01:06:11 +0100 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2017-12-18 09:31:06 +0100 |
commit | b308bb8773492b0a7868cddb8f0b056af8032966 (patch) | |
tree | 18fcfb88112dfbd3ddaa00c4f7627059572c6c2b /src/amd/common/ac_gpu_info.h | |
parent | 1c3cda7d27750be0804137f9a9222828e57354b8 (diff) |
amd/common: Add detection of the syncobj wait/signal/reset ioctls.
First amdgpu bump after inclusion was 20 (which was done for local BOs).
Reviewed-by: Dave Airlie <[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 5b9e51658b0..04e17f91c59 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_syncobj_wait; bool has_sync_file; bool has_ctx_priority; |