X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fintel%2Fcommon%2Fgen_gem.h;h=cfcc59c20697d0f7df46c5ad04b37a982f4e2ce6;hb=HEAD;hp=c4dda6de65796ee60a4c48f384b5962ec93d00ae;hpb=7852fe54159cb6602a4408b8107b52999890dc79;p=mesa.git diff --git a/src/intel/common/gen_gem.h b/src/intel/common/gen_gem.h index c4dda6de657..cfcc59c2069 100644 --- a/src/intel/common/gen_gem.h +++ b/src/intel/common/gen_gem.h @@ -25,7 +25,9 @@ #define GEN_GEM_H #include +#include #include +#include #include static inline uint64_t @@ -70,4 +72,6 @@ gen_ioctl(int fd, unsigned long request, void *arg) return ret; } +bool gen_gem_supports_syncobj_wait(int fd); + #endif /* GEN_GEM_H */