Searched refs:destroy_blob (Results 1 – 1 of 1) sorted by relevance
445 struct drm_mode_destroy_blob destroy_blob; in DestroyPropertyBlob() local446 memset(&destroy_blob, 0, sizeof(destroy_blob)); in DestroyPropertyBlob()447 destroy_blob.blob_id = (__u32)blob_id; in DestroyPropertyBlob()448 int ret = drmIoctl(fd(), DRM_IOCTL_MODE_DESTROYPROPBLOB, &destroy_blob); in DestroyPropertyBlob()