forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
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