]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
drm/nouveau/fifo/gf100: remove references to "daemon"
authorBen Skeggs <bskeggs@redhat.com>
Mon, 4 Jan 2016 02:24:46 +0000 (12:24 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 11 Jan 2016 01:28:23 +0000 (11:28 +1000)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c

index 6f276dab4a25d0739cd1a792a5763f7e010356b8..36a39c7fd8d23e2eaa21bb9e7fc7da8157ba46c0 100644 (file)
@@ -255,7 +255,7 @@ gf100_fifo_fault_engine[] = {
        { 0x14, "PMSPDEC", NULL, NVKM_ENGINE_MSPDEC },
        { 0x15, "PCE0", NULL, NVKM_ENGINE_CE0 },
        { 0x16, "PCE1", NULL, NVKM_ENGINE_CE1 },
-       { 0x17, "PDAEMON" },
+       { 0x17, "PMU" },
        {}
 };
 
@@ -286,7 +286,7 @@ gf100_fifo_fault_hubclient[] = {
        { 0x0c, "PMSPPP" },
        { 0x0d, "PMSVLD" },
        { 0x11, "PCOUNTER" },
-       { 0x12, "PDAEMON" },
+       { 0x12, "PMU" },
        { 0x14, "CCACHE" },
        { 0x15, "CCACHE_POST" },
        {}