drm/nouveau/msppp: rename from ppp (no binary change)
[deliverable/linux.git] / drivers / gpu / drm / nouveau / nvkm / subdev / devinit / nvc0.c
index c7b2311f497eee64ac1ba46da6b6a084253c2b36..4fbe8e9c97f04ca2e3ee2b2fe03c5a86cb4b4160 100644 (file)
@@ -71,7 +71,7 @@ nvc0_devinit_disable(struct nouveau_devinit *devinit)
 
        if (r022500 & 0x00000002) {
                disable |= (1ULL << NVDEV_ENGINE_VP);
-               disable |= (1ULL << NVDEV_ENGINE_PPP);
+               disable |= (1ULL << NVDEV_ENGINE_MSPPP);
        }
 
        if (r022500 & 0x00000004)
This page took 0.048753 seconds and 5 git commands to generate.