Skip to content

Eliminate kernel shenanigans

Alyssa Rosenzweig requested to merge eliminate-kernel-shenanigans into develop

As the kernel is going to be redesigned sooner than later, there is no need to trace any more than needed. Further, mali-job.h is GPL'd which is inappropriate for the Mesa-side driver, which depends on it in the mean time. As such, this MR removes tracing support for any ioctls which are not strictly necessary and moves GPU property dumping into its own file, which Mesa does not need to include.

It also fixes SEPERATE_64 detection.

Merge request reports