diff options
author | Ben Skeggs <[email protected]> | 2020-06-07 09:52:46 +1000 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-10 22:52:42 +0000 |
commit | 268dc60d3a091bc563e319c38e74cc10e544aa8a (patch) | |
tree | a99255e6985c066cd87a6f23234c1bc4ed4520ac /src/gallium/winsys/nouveau | |
parent | 839aeffb49ef989d2eab3a62e04f1cb8b907d7d7 (diff) |
nvc0: initial support for gv100
v2:
- remove unnecessary MAX2()
- add proper method definitions
Signed-off-by: Ben Skeggs <[email protected]>
Acked-by: Karol Herbst <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5377>
Diffstat (limited to 'src/gallium/winsys/nouveau')
-rw-r--r-- | src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c b/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c index 5c43518afcb..2dbe7be0211 100644 --- a/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c +++ b/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c @@ -104,6 +104,7 @@ nouveau_drm_screen_create(int fd) case 0x110: case 0x120: case 0x130: + case 0x140: init = nvc0_screen_create; break; default: |