Searched refs:drm_mode_destroy_dumb (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_dumb_buffers.c | 285 int drm_mode_destroy_dumb(struct drm_device *dev, u32 handle, in drm_mode_destroy_dumb() function 297 struct drm_mode_destroy_dumb *args = data; in drm_mode_destroy_dumb_ioctl() 299 return drm_mode_destroy_dumb(dev, args->handle, file_priv); in drm_mode_destroy_dumb_ioctl()
|
| H A D | drm_client.c | 423 drm_mode_destroy_dumb(client->dev, dumb_args.handle, client->file); in drm_client_buffer_create_dumb() 428 drm_mode_destroy_dumb(client->dev, dumb_args.handle, client->file); in drm_client_buffer_create_dumb()
|
| H A D | drm_crtc_internal.h | 112 int drm_mode_destroy_dumb(struct drm_device *dev, u32 handle,
|
| /linux/include/uapi/drm/ |
| H A D | drm_mode.h | 1284 struct drm_mode_destroy_dumb { struct
|
| H A D | drm.h | 1266 #define DRM_IOCTL_MODE_DESTROY_DUMB DRM_IOWR(0xB4, struct drm_mode_destroy_dumb)
|
| /linux/tools/include/uapi/drm/ |
| H A D | drm.h | 1266 #define DRM_IOCTL_MODE_DESTROY_DUMB DRM_IOWR(0xB4, struct drm_mode_destroy_dumb)
|