nvc0: initial support for gv100
authorBen Skeggs <bskeggs@redhat.com>
Sat, 6 Jun 2020 23:52:46 +0000 (09:52 +1000)
committerMarge Bot <eric+marge@anholt.net>
Wed, 10 Jun 2020 22:52:42 +0000 (22:52 +0000)
commit268dc60d3a091bc563e319c38e74cc10e544aa8a
treea99255e6985c066cd87a6f23234c1bc4ed4520ac
parent839aeffb49ef989d2eab3a62e04f1cb8b907d7d7
nvc0: initial support for gv100

v2:
- remove unnecessary MAX2()
- add proper method definitions

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Acked-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5377>
13 files changed:
src/gallium/drivers/nouveau/Makefile.sources
src/gallium/drivers/nouveau/meson.build
src/gallium/drivers/nouveau/nouveau_screen.c
src/gallium/drivers/nouveau/nv_object.xml.h
src/gallium/drivers/nouveau/nvc0/clc3c0qmd.h [new file with mode: 0644]
src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h
src/gallium/drivers/nouveau/nvc0/nvc0_program.c
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
src/gallium/drivers/nouveau/nvc0/nvc0_shader_state.c
src/gallium/drivers/nouveau/nvc0/nve4_compute.c
src/gallium/drivers/nouveau/nvc0/qmd.h
src/gallium/drivers/nouveau/nvc0/qmdc3c0.c [new file with mode: 0644]
src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c