Skip to content

Replace all opencoded ioctl() usage occurences in Intel driver with intel_ioctl() helper

Dmitry Osipenko requested to merge digetx/mesa:intel-gem-ioctl into main

Replace all opencoded ioctl() usage occurences in the Intel driver with common intel_ioctl() helper to improve code a tad and to prepare for addition of virtio-intel native context support that will use intel_ioctl() as a central place to override ioctls with virtio commands.

@zehortigoza

Merge request reports