Home
last modified time | relevance | path

Searched refs:destroy_dumb (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/renderonly/
H A Drenderonly.c44 struct drm_mode_destroy_dumb destroy_dumb = {0}; in renderonly_scanout_destroy() local
47 destroy_dumb.handle = scanout->handle; in renderonly_scanout_destroy()
48 drmIoctl(ro->kms_fd, DRM_IOCTL_MODE_DESTROY_DUMB, &destroy_dumb); in renderonly_scanout_destroy()
65 struct drm_mode_destroy_dumb destroy_dumb = {0}; in renderonly_create_kms_dumb_buffer_for_resource() local
100 destroy_dumb.handle = scanout->handle; in renderonly_create_kms_dumb_buffer_for_resource()
101 drmIoctl(ro->kms_fd, DRM_IOCTL_MODE_DESTROY_DUMB, &destroy_dumb); in renderonly_create_kms_dumb_buffer_for_resource()
/third_party/mesa3d/src/gallium/winsys/panfrost/drm/
H A Dpanfrost_drm_winsys.c63 struct drm_mode_destroy_dumb destroy_dumb = {0}; in panfrost_create_kms_dumb_buffer_for_resource() local
103 destroy_dumb.handle = scanout->handle; in panfrost_create_kms_dumb_buffer_for_resource()
104 drmIoctl(ro->kms_fd, DRM_IOCTL_MODE_DESTROY_DUMB, &destroy_dumb); in panfrost_create_kms_dumb_buffer_for_resource()
/third_party/mesa3d/src/gbm/backends/dri/
H A Dgbm_dri.c1193 goto destroy_dumb; in create_dumb()
1197 destroy_dumb: in create_dumb()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c2080 struct drm_mode_destroy_dumb destroy_dumb = { in device_free_wsi_dumb() local
2083 if (v3dv_ioctl(display_fd, DRM_IOCTL_MODE_DESTROY_DUMB, &destroy_dumb)) { in device_free_wsi_dumb()

Completed in 6 milliseconds