Skip to content

Correct Iris to use proper DRM UAPI header

Dmitry Osipenko requested to merge digetx/mesa:iris-uapi-fix into main

Iris driver uses system DRM UAPI header, instead of the Mesa's internal one. This was clearly unintended, this trivial MR corrects the header.

The problem was spotted with virtio-intel (WIP virtio native context driver for Intel) that had ioctl mismatch failure due to Iris using the incorrect header.

Merge request reports