Home
last modified time | relevance | path

Searched refs:drm_mode_destroy_dumb (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_dumb_buffers.c134 int drm_mode_destroy_dumb(struct drm_device *dev, u32 handle, in drm_mode_destroy_dumb() function
149 struct drm_mode_destroy_dumb *args = data; in drm_mode_destroy_dumb_ioctl()
151 return drm_mode_destroy_dumb(dev, args->handle, file_priv); in drm_mode_destroy_dumb_ioctl()
H A Ddrm_client.c243 drm_mode_destroy_dumb(dev, buffer->handle, buffer->client->file); in drm_client_buffer_delete()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_dumb_buffers.c136 int drm_mode_destroy_dumb(struct drm_device *dev, u32 handle, in drm_mode_destroy_dumb() function
148 struct drm_mode_destroy_dumb *args = data; in drm_mode_destroy_dumb_ioctl()
150 return drm_mode_destroy_dumb(dev, args->handle, file_priv); in drm_mode_destroy_dumb_ioctl()
H A Ddrm_crtc_internal.h105 int drm_mode_destroy_dumb(struct drm_device *dev, u32 handle,
H A Ddrm_client.c460 drm_mode_destroy_dumb(client->dev, handle, client->file); in drm_client_framebuffer_create()
/kernel/linux/linux-5.10/include/uapi/drm/
H A Ddrm_mode.h829 struct drm_mode_destroy_dumb { struct
H A Ddrm.h921 #define DRM_IOCTL_MODE_DESTROY_DUMB DRM_IOWR(0xB4, struct drm_mode_destroy_dumb)
/kernel/linux/linux-6.6/include/uapi/drm/
H A Ddrm_mode.h1060 struct drm_mode_destroy_dumb { struct
H A Ddrm.h1139 #define DRM_IOCTL_MODE_DESTROY_DUMB DRM_IOWR(0xB4, struct drm_mode_destroy_dumb)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H A Ddrm_mode.h439 struct drm_mode_destroy_dumb { struct
H A Ddrm.h532 #define DRM_IOCTL_MODE_DESTROY_DUMB DRM_IOWR(0xB4, struct drm_mode_destroy_dumb)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H A Ddrm_mode.h431 struct drm_mode_destroy_dumb { struct
H A Ddrm.h550 #define DRM_IOCTL_MODE_DESTROY_DUMB DRM_IOWR(0xB4, struct drm_mode_destroy_dumb)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Ddrm_mode.h431 struct drm_mode_destroy_dumb { struct
H A Ddrm.h550 #define DRM_IOCTL_MODE_DESTROY_DUMB DRM_IOWR(0xB4, struct drm_mode_destroy_dumb)
/kernel/linux/linux-5.10/tools/include/uapi/drm/
H A Ddrm.h921 #define DRM_IOCTL_MODE_DESTROY_DUMB DRM_IOWR(0xB4, struct drm_mode_destroy_dumb)
/kernel/linux/linux-6.6/tools/include/uapi/drm/
H A Ddrm.h1139 #define DRM_IOCTL_MODE_DESTROY_DUMB DRM_IOWR(0xB4, struct drm_mode_destroy_dumb)

Completed in 37 milliseconds