turnip: Preemption for a7xx
This MR complements a forthcoming kernel series by @antonino to enable preemption on a7xx GPUs in drm/msm. This mainly implements the necessary changes to use the skipsaverestore
feature, which allows faster L1 (per-bin) preemption by skipping saving/restoring state and relying on the userspace driver to restore registers. Then we flip the switch to allow preemption on a7xx.
Edited by Connor Abbott