OSDN Git Service

nouveau: add support for latest Kepler and Maxwell chipsets
authorMauro Rossi <issor.oruam@gmail.com>
Sun, 3 Apr 2016 23:32:04 +0000 (01:32 +0200)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 13 Jun 2016 13:13:24 +0000 (21:13 +0800)
0x100 and 0x120 chipsets were added in gralloc_drm_nouveau.c

gralloc_drm_nouveau.c

index b93c564..30e8fcb 100644 (file)
@@ -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: