diff options
Diffstat (limited to 'include/linux/host1x.h')
-rw-r--r-- | include/linux/host1x.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/host1x.h b/include/linux/host1x.h index f5dd56fbdc3e..eb713dbbae29 100644 --- a/include/linux/host1x.h +++ b/include/linux/host1x.h | |||
@@ -124,6 +124,8 @@ static inline void host1x_bo_kunmap(struct host1x_bo *bo, | |||
124 | * host1x syncpoints | 124 | * host1x syncpoints |
125 | */ | 125 | */ |
126 | 126 | ||
127 | #define HOST1X_SYNCPT_CLIENT_MANAGED (1 << 0) | ||
128 | |||
127 | struct host1x_syncpt; | 129 | struct host1x_syncpt; |
128 | struct host1x; | 130 | struct host1x; |
129 | 131 | ||
@@ -135,7 +137,7 @@ int host1x_syncpt_incr(struct host1x_syncpt *sp); | |||
135 | int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, | 137 | int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, |
136 | u32 *value); | 138 | u32 *value); |
137 | struct host1x_syncpt *host1x_syncpt_request(struct device *dev, | 139 | struct host1x_syncpt *host1x_syncpt_request(struct device *dev, |
138 | bool client_managed); | 140 | unsigned long flags); |
139 | void host1x_syncpt_free(struct host1x_syncpt *sp); | 141 | void host1x_syncpt_free(struct host1x_syncpt *sp); |
140 | 142 | ||
141 | /* | 143 | /* |