summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/intel/vulkan/anv_gem_stubs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/intel/vulkan/anv_gem_stubs.c b/src/intel/vulkan/anv_gem_stubs.c
index 74794d4ffe5..a63e96d52be 100644
--- a/src/intel/vulkan/anv_gem_stubs.c
+++ b/src/intel/vulkan/anv_gem_stubs.c
@@ -81,6 +81,12 @@ anv_gem_userptr(struct anv_device *device, void *mem, size_t size)
}
int
+anv_gem_busy(struct anv_device *device, uint32_t gem_handle)
+{
+ return 0;
+}
+
+int
anv_gem_wait(struct anv_device *device, uint32_t gem_handle, int64_t *timeout_ns)
{
return 0;