Home
last modified time | relevance | path

Searched refs:drm_mode_destroy_dumb (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/
A Ddrm_dumb_buffers.c136 int drm_mode_destroy_dumb(struct drm_device *dev, u32 handle, in drm_mode_destroy_dumb() function
151 struct drm_mode_destroy_dumb *args = data; in drm_mode_destroy_dumb_ioctl()
153 return drm_mode_destroy_dumb(dev, args->handle, file_priv); in drm_mode_destroy_dumb_ioctl()
A Ddrm_crtc_internal.h104 int drm_mode_destroy_dumb(struct drm_device *dev, u32 handle,
A Ddrm_client.c244 drm_mode_destroy_dumb(dev, buffer->handle, buffer->client->file); in drm_client_buffer_delete()
/linux/include/uapi/drm/
A Ddrm_mode.h1001 struct drm_mode_destroy_dumb { struct
A Ddrm.h1069 #define DRM_IOCTL_MODE_DESTROY_DUMB DRM_IOWR(0xB4, struct drm_mode_destroy_dumb)
/linux/tools/include/uapi/drm/
A Ddrm.h1069 #define DRM_IOCTL_MODE_DESTROY_DUMB DRM_IOWR(0xB4, struct drm_mode_destroy_dumb)

Completed in 17 milliseconds