forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c
....@@ -117,8 +117,10 @@
117117 switch (mthd) {
118118 case 0x0000 ... 0x0000: /* subchannel's engine -> software */
119119 nvkm_wr32(device, 0x003280, (engine &= ~mask));
120
+ fallthrough;
120121 case 0x0180 ... 0x01fc: /* handle -> instance */
121122 data = nvkm_rd32(device, 0x003258) & 0x0000ffff;
123
+ fallthrough;
122124 case 0x0100 ... 0x017c:
123125 case 0x0200 ... 0x1ffc: /* pass method down to sw */
124126 if (!(engine & mask) && sw)