forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/gpu/drm/nouveau/nvkm/subdev/mc/priv.h
....@@ -1,4 +1,4 @@
1
-/* SPDX-License-Identifier: GPL-2.0 */
1
+/* SPDX-License-Identifier: MIT */
22 #ifndef __NVKM_MC_PRIV_H__
33 #define __NVKM_MC_PRIV_H__
44 #define nvkm_mc(p) container_of((p), struct nvkm_mc, subdev)
....@@ -26,6 +26,7 @@
2626 void (*intr_mask)(struct nvkm_mc *, u32 mask, u32 stat);
2727 /* retrieve pending interrupt mask (NV_PMC_INTR) */
2828 u32 (*intr_stat)(struct nvkm_mc *);
29
+ void (*intr_hack)(struct nvkm_mc *, bool *handled);
2930 const struct nvkm_mc_map *reset;
3031 void (*unk260)(struct nvkm_mc *, u32);
3132 };