Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/drm/
Ddrm_mode.h1185 struct drm_mode_create_blob { struct
Ddrm.h1148 #define DRM_IOCTL_MODE_CREATEPROPBLOB DRM_IOWR(0xBD, struct drm_mode_create_blob)
/Linux-v6.6/tools/include/uapi/drm/
Ddrm.h1148 #define DRM_IOCTL_MODE_CREATEPROPBLOB DRM_IOWR(0xBD, struct drm_mode_create_blob)
/Linux-v6.6/drivers/gpu/drm/
Ddrm_property.c786 struct drm_mode_create_blob *out_resp = data; in drm_mode_createblob_ioctl()