summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_batch_chain.c
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-08-04 12:59:45 -0700
committerJason Ekstrand <[email protected]>2017-08-28 18:35:30 -0700
commitcaa71343c684bfbe8de0e2c780c585bd808728de (patch)
tree3eb1421bea53f5f09e21c764d44a36bde02abb3d /src/intel/vulkan/anv_batch_chain.c
parent92286dc08a58226a2155f07d845978633f23590b (diff)
anv: Rename anv_fence_state to anv_bo_fence_state
It only applies to legacy BO fences. Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_batch_chain.c')
-rw-r--r--src/intel/vulkan/anv_batch_chain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_batch_chain.c b/src/intel/vulkan/anv_batch_chain.c
index 775009c913a..0a0be8dfc9d 100644
--- a/src/intel/vulkan/anv_batch_chain.c
+++ b/src/intel/vulkan/anv_batch_chain.c
@@ -1619,7 +1619,7 @@ anv_cmd_buffer_execbuf(struct anv_device *device,
* vkGetFenceStatus() return a valid result (VK_ERROR_DEVICE_LOST or
* VK_SUCCESS) in a finite amount of time even if execbuf fails.
*/
- fence->permanent.bo.state = ANV_FENCE_STATE_SUBMITTED;
+ fence->permanent.bo.state = ANV_BO_FENCE_STATE_SUBMITTED;
}
if (result == VK_SUCCESS && need_out_fence) {