mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-06 05:58:35 +02:00
Add some more verbosity to drm_bo_set_pin_req comments.
This commit is contained in:
parent
3c995c2c4d
commit
e7bfeb3031
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue