Module drm::ffi

source ·
Expand description

Foreign function interface

Modules

Structs

DRM_IOCTL_AGP_BIND and DRM_IOCTL_AGP_UNBIND ioctls argument type.
DRM_IOCTL_AGP_ALLOC and DRM_IOCTL_AGP_FREE ioctls argument type.
DRM_IOCTL_AGP_INFO ioctl argument type.
DRM_IOCTL_AGP_ENABLE ioctl argument type.
DRM_IOCTL_GET_MAGIC and DRM_IOCTL_AUTH_MAGIC ioctl argument type.
DRM_IOCTL_ADD_BUFS and DRM_IOCTL_MARK_BUFS ioctl argument type.
DRM_IOCTL_FREE_BUFS ioctl argument type.
DRM_IOCTL_INFO_BUFS ioctl argument type.
DRM_IOCTL_MAP_BUFS ioctl argument type.
Buffer information
DRM_IOCTL_GET_CLIENT ioctl argument type.
Cliprect.
DRM_IOCTL_CONTROL ioctl argument type.
DRM_IOCTL_ADD_CTX ioctl argument type.
DRM_IOCTL_RES_CTX ioctl argument type.
DRM_IOCTL_DMA ioctl argument type.
DRM_IOCTL_ADD_DRAW and DRM_IOCTL_RM_DRAW ioctl argument type.
Drawable information.
Header for events written back to userspace on the drm fd. The type defines the type of event, the length specifies the total length of the event (including the header), and user_data is typically a 64 bit value passed with the ioctl that triggered the event. A read on the drm fd will always only return complete events, that is, if for example the read buffer is 100 bytes, and there are two 64 byte events pending, only one will be returned.
DRM_IOCTL_GEM_CLOSE ioctl argument type
DRM_IOCTL_GEM_FLINK ioctl argument type
DRM_IOCTL_GEM_OPEN ioctl argument type
DRM_IOCTL_GET_CAP ioctl argument type
Hardware lock.
DRM_IOCTL_IRQ_BUSID ioctl argument type.
DRM_IOCTL_LOCK, DRM_IOCTL_UNLOCK and DRM_IOCTL_FINISH ioctl argument type.
DRM_IOCTL_GET_MAP, DRM_IOCTL_ADD_MAP and DRM_IOCTL_RM_MAP ioctls argument type.
Create a new ‘blob’ data property, copying length bytes from data pointer, and returning new blob ID.
Destroy a user-created blob property.
DRM_IOCTL_MODESET_CTL ioctl argument type
DRM_IOCTL_SG_ALLOC ioctl argument type.
DRM_IOCTL_SET_CLIENT_CAP ioctl argument type
DRM_IOCTL_SET_VERSION ioctl argument type.
DRM_IOCTL_GET_STATS ioctl argument type.
Texture region,
DRM_IOCTL_GET_UNIQUE ioctl argument type.
DRM_IOCTL_VERSION ioctl argument type.
DRM_IOCTL_WAIT_VBLANK ioctl argument type.

Enums

Constants

Functions

Type Definitions