Lines Matching full:dumb
32 Dumb-Buffers
35 Almost all in-kernel DRM hardware drivers support an API called *Dumb-Buffers*.
42 The ``DRM_IOCTL_MODE_CREATE_DUMB`` ioctl can be used to create a dumb buffer.
99 If you don't need your dumb-buffer, anymore, you have to destroy it with
101 dumb-buffers are automatically destroyed. This ioctl takes as argument a
111 handle is invalid and may be reused for new buffers by the dumb-API.
225 dumb-buffer-API in a driver-independent fashion, however, for
243 Dumb-Buffers
246 This examples shows how to create a dumb-buffer via the generic DRM API.
247 This is driver-independent (as long as the driver supports dumb-buffers)
262 /* create dumb buffer */
275 /* create framebuffer object for the dumb-buffer */