Lines Matching full:dumb
662 * If set to 1, the driver supports creating dumb buffers via the
678 * The preferred bit depth for dumb buffers.
685 * Note that this preference only applies to dumb buffers, it's irrelevant for
693 * instead of directly rendering to a dumb buffer. For best speed, userspace
694 * should do streaming ordered memory copies into the dumb buffer and never
697 * Note that this preference only applies to dumb buffers, it's irrelevant for
1230 * DRM_IOCTL_MODE_CREATE_DUMB - Create a new dumb buffer object.
1232 * KMS dumb buffers provide a very primitive way to allocate a buffer object
1233 * suitable for scanout and map it for software rendering. KMS dumb buffers are
1234 * not suitable for hardware-accelerated rendering nor video decoding. KMS dumb
1241 * User-space is expected to create a KMS dumb buffer via this IOCTL, then add
1247 * driver preferences for dumb buffers.