Revert "Add some more verbosity to drm_bo_set_pin_req comments."

This reverts e7bfeb3031 commit.
This commit is contained in:
Thomas Hellstrom 2007-10-04 09:50:29 +02:00
parent 495bbbaadc
commit cfe20cbf2e

View file

@ -795,9 +795,7 @@ struct drm_bo_set_pin_req {
unsigned int handle; unsigned int handle;
/** /**
* - 0: Unpin the given buffer object. * - 0: Unpin the given buffer object.
* - 1: Pin the given buffer object, requiring that its offset and * - 1: Pin the given buffer object.
* memory area stay constant until unpin. The intended use is for
* scanout buffers.
*/ */
unsigned int pin; unsigned int pin;
}; };