forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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