summaryrefslogtreecommitdiff
path: root/shared-core
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2007-10-04 09:50:29 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2007-10-17 10:59:48 +0200
commit646560d1d112b58899f9e4cab0c966cec7e0b8c3 (patch)
treec0283e8692ff6cf2ee98001bd864da4ee25a7b0b /shared-core
parentec1162b212248042bf1317abcb3c47bb10db8aa3 (diff)
Revert "Add some more verbosity to drm_bo_set_pin_req comments."
This reverts e7bfeb3031374653f7e55d67cc1b5c823849359f commit.
Diffstat (limited to 'shared-core')
-rw-r--r--shared-core/drm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index 30650bd9..56edaeef 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -786,9 +786,7 @@ struct drm_bo_set_pin_req {
unsigned int handle;
/**
* - 0: Unpin the given buffer object.
- * - 1: Pin the given buffer object, requiring that its offset and
- * memory area stay constant until unpin. The intended use is for
- * scanout buffers.
+ * - 1: Pin the given buffer object.
*/
unsigned int pin;
};