From 9b6333c0470a43e4a94ab3d94e0b4cf4558fd9ef Mon Sep 17 00:00:00 2001 From: Mauro Rossi Date: Mon, 4 Apr 2016 01:32:04 +0200 Subject: nouveau: add support for latest Kepler and Maxwell chipsets 0x100 and 0x120 chipsets were added in gralloc_drm_nouveau.c --- gralloc_drm_nouveau.c | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v1.1