diff --git a/shared-core/drm.h b/shared-core/drm.h index 19292344..805c6360 100644 --- a/shared-core/drm.h +++ b/shared-core/drm.h @@ -795,9 +795,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; };