diff options
Diffstat (limited to 'src/gallium/drivers/iris/iris_fence.h')
-rw-r--r-- | src/gallium/drivers/iris/iris_fence.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/iris/iris_fence.h b/src/gallium/drivers/iris/iris_fence.h index 96e077bade8..056db864f26 100644 --- a/src/gallium/drivers/iris/iris_fence.h +++ b/src/gallium/drivers/iris/iris_fence.h @@ -41,7 +41,8 @@ void iris_syncpt_destroy(struct iris_screen *, struct iris_syncpt *); void iris_batch_add_syncpt(struct iris_batch *batch, struct iris_syncpt *syncpt, unsigned flags); - +bool iris_check_syncpt(struct pipe_screen *screen, + struct iris_syncpt *syncpt); static inline void iris_syncpt_reference(struct iris_screen *screen, struct iris_syncpt **dst, |