nvk: Rip out old UAPI support

This was mostly generated by

    unifdef -DNVK_NEW_UAPI=1 -m src/nouveau/**/*.h

with a few manual fixups for device features and to remove includes and
strip out the meson bits.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25357>
This commit is contained in:
Faith Ekstrand
2023-09-23 10:55:23 -05:00
committed by Marge Bot
parent 31883b1f5e
commit 6af617095b
24 changed files with 6 additions and 745 deletions

View File

@@ -681,10 +681,3 @@ option (
value : 'disabled',
description: 'Enable Intel Xe KMD support.'
)
option(
'nvk-legacy-uapi',
type : 'boolean',
value : 'false',
description : 'Build support for legacy kernel uAPI.'
)