forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/gpu/drm/nouveau/nvkm/subdev/mc/base.c
....@@ -108,6 +108,9 @@
108108 if (stat)
109109 nvkm_error(&mc->subdev, "intr %08x\n", stat);
110110 *handled = intr != 0;
111
+
112
+ if (mc->func->intr_hack)
113
+ mc->func->intr_hack(mc, handled);
111114 }
112115
113116 static u32