ac: rename has_syncobj_wait -> has_syncobj_wait_for_submit

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
Marek Olšák
2017-12-28 15:59:19 +01:00
parent 81567d01c1
commit 4f19cc82f9
4 changed files with 7 additions and 7 deletions

View File

@@ -81,7 +81,7 @@ struct radeon_info {
uint32_t drm_patchlevel;
bool has_userptr;
bool has_syncobj;
bool has_syncobj_wait;
bool has_syncobj_wait_for_submit;
bool has_sync_file;
bool has_ctx_priority;