summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gralloc_drm_nouveau.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gralloc_drm_nouveau.c b/gralloc_drm_nouveau.c
index b93c564..30e8fcb 100644
--- a/gralloc_drm_nouveau.c
+++ b/gralloc_drm_nouveau.c
@@ -362,9 +362,11 @@ static int nouveau_init(struct nouveau_info *info)
break;
case 0xe0:
case 0xf0:
+ case 0x100:
info->arch = NV_KEPLER;
break;
case 0x110:
+ case 0x120:
info->arch = NV_MAXWELL;
break;
default: