Add some more verbosity to drm_bo_set_pin_req comments.

This commit is contained in:
Eric Anholt 2007-09-21 16:14:22 -07:00
parent 3c995c2c4d
commit e7bfeb3031

View file

@ -792,7 +792,9 @@ struct drm_bo_set_pin_req {
unsigned int handle;
/**
* - 0: Unpin the given buffer object.
* - 1: Pin 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.
*/
unsigned int pin;
};