diff options
author | Ben Skeggs <[email protected]> | 2014-05-09 15:56:08 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2014-05-15 09:54:54 +1000 |
commit | 9c64cb80d29bb779a99f5a32b0974e8f92e8c902 (patch) | |
tree | 596055b42b30870eeb509785d3b72a7c8a049772 /src/gallium/winsys | |
parent | d548d47edf9f05e6dbf9656abc2f8e78d02cb2f6 (diff) |
nvc0: enable support for maxwell boards
Signed-off-by: Ben Skeggs <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/winsys')
-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 a077c48c206..1dfdaacb620 100644 --- a/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c +++ b/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c @@ -96,6 +96,7 @@ nouveau_drm_screen_create(int fd) case 0xe0: case 0xf0: case 0x100: + case 0x110: init = nvc0_screen_create; break; default: |