mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 12:50:11 +01:00
Revert "Add some more verbosity to drm_bo_set_pin_req comments."
This reverts e7bfeb3031 commit.
This commit is contained in:
parent
495bbbaadc
commit
cfe20cbf2e
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue