Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/drm/
H A Ddrm_mode.h649 struct drm_mode_get_blob { struct
H A Ddrm.h1120 #define DRM_IOCTL_MODE_GETPROPBLOB DRM_IOWR(0xAC, struct drm_mode_get_blob)
/openbmc/linux/tools/include/uapi/drm/
H A Ddrm.h1120 #define DRM_IOCTL_MODE_GETPROPBLOB DRM_IOWR(0xAC, struct drm_mode_get_blob)
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_property.c757 struct drm_mode_get_blob *out_resp = data; in drm_mode_getblob_ioctl()