Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm/dist/shared-core/
H A Ddrm_mode.h214 struct drm_mode_get_blob { struct
H A Ddrm.h1114 #define DRM_IOCTL_MODE_GETPROPBLOB DRM_IOWR(0xAC, struct drm_mode_get_blob)
/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Ddrm_mode.h471 struct drm_mode_get_blob { struct
H A Ddrm.h934 #define DRM_IOCTL_MODE_GETPROPBLOB DRM_IOWR(0xAC, struct drm_mode_get_blob)
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_property.c766 struct drm_mode_get_blob *out_resp = data; in drm_mode_getblob_ioctl()