summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_cp.h
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2014-09-21 11:25:26 +0800
committerChia-I Wu <[email protected]>2014-09-21 23:30:51 +0800
commit26fefae9a715b5498b5ffcd835556b02e4f0c68b (patch)
treea42b26c7d9d4089e3bf5f1ac131dc9e21a84e75d /src/gallium/drivers/ilo/ilo_cp.h
parent4eb2bbefd2bf0359aff7ebbb8e931a1c7833606f (diff)
ilo: clarify cp owning/releasing
Make it own()'s responsibility to make room for release() and itself. To be able to do that, allow ilo_cp_submit() in own(). Signed-off-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_cp.h')
-rw-r--r--src/gallium/drivers/ilo/ilo_cp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/ilo/ilo_cp.h b/src/gallium/drivers/ilo/ilo_cp.h
index 12d1a98c836..04b3ad5f836 100644
--- a/src/gallium/drivers/ilo/ilo_cp.h
+++ b/src/gallium/drivers/ilo/ilo_cp.h
@@ -48,8 +48,8 @@ struct ilo_cp_owner {
void *data;
/*
- * Space reserved for own() and release(). This can be modified at any
- * time, as long as it is never increased by more than ilo_cp_space().
+ * Space reserved for release(). This can be modified at any time, as long
+ * as it is never increased by more than ilo_cp_space().
*/
int reserve;
};