Home
last modified time | relevance | path

Searched refs:drm_mode_destroy_blob (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/uapi/drm/
Ddrm_mode.h1206 struct drm_mode_destroy_blob { struct
Ddrm.h1149 #define DRM_IOCTL_MODE_DESTROYPROPBLOB DRM_IOWR(0xBE, struct drm_mode_destroy_blob)
/linux-6.6.21/tools/include/uapi/drm/
Ddrm.h1149 #define DRM_IOCTL_MODE_DESTROYPROPBLOB DRM_IOWR(0xBE, struct drm_mode_destroy_blob)
/linux-6.6.21/drivers/gpu/drm/
Ddrm_property.c822 struct drm_mode_destroy_blob *out_resp = data; in drm_mode_destroyblob_ioctl()