Searched refs:dmcb (Results 1 – 1 of 1) sorted by relevance
102 struct drm_mode_create_dumb dmcb; in drm_alloc() local104 memset(&dmcb, 0, sizeof(struct drm_mode_create_dumb)); in drm_alloc()105 dmcb.bpp = 8; in drm_alloc()106 dmcb.width = (len + align - 1) & (~(align - 1)); in drm_alloc()107 dmcb.height = 1; in drm_alloc()108 dmcb.flags = flags; in drm_alloc()113 ret = drm_ioctl(fd, DRM_IOCTL_MODE_CREATE_DUMB, &dmcb); in drm_alloc()117 *handle = dmcb.handle; in drm_alloc()119 align, dmcb.handle, dmcb.size); in drm_alloc()