Searched refs:destroy_blob (Results 1 – 1 of 1) sorted by relevance
385 struct drm_mode_destroy_blob destroy_blob; in DestroyPropertyBlob() local386 memset(&destroy_blob, 0, sizeof(destroy_blob)); in DestroyPropertyBlob()387 destroy_blob.blob_id = (__u32)blob_id; in DestroyPropertyBlob()388 int ret = drmIoctl(fd_, DRM_IOCTL_MODE_DESTROYPROPBLOB, &destroy_blob); in DestroyPropertyBlob()