Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/drm/
Ddrm_mode.h909 struct drm_mode_create_blob { struct
Ddrm.h929 #define DRM_IOCTL_MODE_CREATEPROPBLOB DRM_IOWR(0xBD, struct drm_mode_create_blob)
/Linux-v5.4/tools/include/uapi/drm/
Ddrm.h929 #define DRM_IOCTL_MODE_CREATEPROPBLOB DRM_IOWR(0xBD, struct drm_mode_create_blob)
/Linux-v5.4/drivers/gpu/drm/
Ddrm_property.c789 struct drm_mode_create_blob *out_resp = data; in drm_mode_createblob_ioctl()