Revert "Add some more verbosity to drm_bo_set_pin_req comments."
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Thu, 4 Oct 2007 07:50:29 +0000 (09:50 +0200)
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Wed, 17 Oct 2007 08:59:48 +0000 (10:59 +0200)
This reverts e7bfeb3031374653f7e55d67cc1b5c823849359f commit.

shared-core/drm.h

index 30650bd..56edaee 100644 (file)
@@ -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;
 };