nvc0: use NVIDIA headers for GK104->GM2xx compute QMD
authorBen Skeggs <bskeggs@redhat.com>
Sat, 6 Jun 2020 23:52:39 +0000 (09:52 +1000)
committerMarge Bot <eric+marge@anholt.net>
Wed, 10 Jun 2020 22:52:42 +0000 (22:52 +0000)
commit443d369bd5fbb579c40e036dc52757919e0fb253
tree5b3a45d18e1f80d328e2ecb5fbbd45dfc4cb727c
parent7458e21e2b9ba4395bf16a1b03e04380438424a5
nvc0: use NVIDIA headers for GK104->GM2xx compute QMD

v2:
- add header debug_printf(), and indent the output
v3:
- rename one of the helper macros

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5377>
src/gallium/drivers/nouveau/Makefile.sources
src/gallium/drivers/nouveau/meson.build
src/gallium/drivers/nouveau/nvc0/cla0c0qmd.h [new file with mode: 0644]
src/gallium/drivers/nouveau/nvc0/drf.h [new file with mode: 0644]
src/gallium/drivers/nouveau/nvc0/nve4_compute.c
src/gallium/drivers/nouveau/nvc0/nve4_compute.h
src/gallium/drivers/nouveau/nvc0/qmd.h [new file with mode: 0644]
src/gallium/drivers/nouveau/nvc0/qmda0c0.c [new file with mode: 0644]