Searched refs:DRM_IOCTL_MODE_GETPROPBLOB (Results 1 – 2 of 2) sorted by relevance
552 if (drmIoctl(fd, DRM_IOCTL_MODE_GETPROPBLOB, &blob)) in drmModeGetPropertyBlob()558 if (drmIoctl(fd, DRM_IOCTL_MODE_GETPROPBLOB, &blob)) { in drmModeGetPropertyBlob()
793 #define DRM_IOCTL_MODE_GETPROPBLOB DRM_IOWR(0xAC, struct drm_mode_get_blob) macro