Searched refs:destroy_dumb (Results 1 – 4 of 4) sorted by relevance
58 struct drm_mode_destroy_dumb destroy_dumb = {0}; in renderonly_scanout_destroy() local61 destroy_dumb.handle = scanout->handle; in renderonly_scanout_destroy()62 drmIoctl(ro->kms_fd, DRM_IOCTL_MODE_DESTROY_DUMB, &destroy_dumb); in renderonly_scanout_destroy()79 struct drm_mode_destroy_dumb destroy_dumb = {0}; in renderonly_create_kms_dumb_buffer_for_resource() local114 destroy_dumb.handle = scanout->handle; in renderonly_create_kms_dumb_buffer_for_resource()115 drmIoctl(ro->kms_fd, DRM_IOCTL_MODE_DESTROY_DUMB, &destroy_dumb); in renderonly_create_kms_dumb_buffer_for_resource()
385 struct drm_mode_destroy_dumb destroy_dumb = { 0 }; in drv_dumb_bo_destroy() local387 destroy_dumb.handle = bo->handles[0].u32; in drv_dumb_bo_destroy()388 ret = drmIoctl(bo->drv->fd, DRM_IOCTL_MODE_DESTROY_DUMB, &destroy_dumb); in drv_dumb_bo_destroy()
1088 goto destroy_dumb; in create_dumb()1092 destroy_dumb: in create_dumb()
1470 struct drm_mode_destroy_dumb destroy_dumb = { in device_free_wsi_dumb() local1473 v3dv_ioctl(display_fd, DRM_IOCTL_MODE_DESTROY_DUMB, &destroy_dumb); in device_free_wsi_dumb()