Skip to content

turnip: preliminary support for tu_QueueWaitIdle

Chia-I Wu requested to merge olv/mesa:turnip-queue-wait into turnip

This creates a new fd on each queue submit. I do not go with DRM_IOCTL_MSM_WAIT_FENCE solely because the path is marked legacy. Otherwise, we can use the fence id rather than requesting a fence fd until external fences are supported and enabled.

Merge request reports