kernel/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c
.. .. @@ -117,8 +117,10 @@ 117 117 switch (mthd) { 118 118 case 0x0000 ... 0x0000: /* subchannel's engine -> software */ 119 119 nvkm_wr32(device, 0x003280, (engine &= ~mask)); 120 + fallthrough;120 121 case 0x0180 ... 0x01fc: /* handle -> instance */ 121 122 data = nvkm_rd32(device, 0x003258) & 0x0000ffff; 123 + fallthrough;122 124 case 0x0100 ... 0x017c: 123 125 case 0x0200 ... 0x1ffc: /* pass method down to sw */ 124 126 if (!(engine & mask) && sw)