nouveau/headers: add nvtypes.h
authorKarol Herbst <kherbst@redhat.com>
Tue, 31 May 2022 16:55:03 +0000 (18:55 +0200)
committerMarge Bot <emma+marge@anholt.net>
Fri, 4 Aug 2023 21:31:53 +0000 (21:31 +0000)
commit2810d4cf6d14bd602c26a01a1a79e26ad1fb2074
tree91158bdbfdfbbd3222c99857a67583e646786b48
parent787fbe85b93aa4d6fe7ca5307586d0050d41ff05
nouveau/headers: add nvtypes.h

Nvidia does provide an nvtypes.h file within their open-gpu-kernel-modules,
but that one is painful to port over to userspace.

Just provide the defines we will need instead.

Signed-off-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
src/nouveau/nvidia-headers/nvtypes.h [new file with mode: 0644]