summaryrefslogtreecommitdiff
path: root/linux-core/ttm/ttm_bo_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core/ttm/ttm_bo_driver.h')
-rw-r--r--linux-core/ttm/ttm_bo_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/ttm/ttm_bo_driver.h b/linux-core/ttm/ttm_bo_driver.h
index 94ec8110..85653177 100644
--- a/linux-core/ttm/ttm_bo_driver.h
+++ b/linux-core/ttm/ttm_bo_driver.h
@@ -346,7 +346,7 @@ struct ttm_bo_driver {
* documentation.
*/
- int (*sync_obj_signaled) (void *sync_obj, void *sync_arg);
+ bool (*sync_obj_signaled) (void *sync_obj, void *sync_arg);
int (*sync_obj_wait) (void *sync_obj, void *sync_arg,
bool lazy, bool interruptible);
int (*sync_obj_flush) (void *sync_obj, void *sync_arg);