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