forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
kernel/drivers/gpu/drm/nouveau/include/nvif/disp.h
....@@ -7,6 +7,7 @@
77 struct nvif_object object;
88 };
99
10
-int nvif_disp_ctor(struct nvif_device *, s32 oclass, struct nvif_disp *);
10
+int nvif_disp_ctor(struct nvif_device *, const char *name, s32 oclass,
11
+ struct nvif_disp *);
1112 void nvif_disp_dtor(struct nvif_disp *);
1213 #endif