It was calling down into i915 trying to label the BO, which is definitely
not the right thing.
.len = strlen(name),
.name = (uintptr_t)name,
};
- drmIoctl(screen->fd, DRM_IOCTL_VC4_LABEL_BO, &label);
+ vc4_ioctl(screen->fd, DRM_IOCTL_VC4_LABEL_BO, &label);
ralloc_free(name);
}
*/
return 0;
+ case DRM_IOCTL_VC4_LABEL_BO:
+ /* This is just debug information, nothing to do. */
+ return 0;
+
case DRM_IOCTL_VC4_GET_TILING:
case DRM_IOCTL_VC4_SET_TILING:
/* Disable these for now, since the sharing with i965 requires