forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/gpu/drm/nouveau/include/nvif/client.h
....@@ -1,4 +1,4 @@
1
-/* SPDX-License-Identifier: GPL-2.0 */
1
+/* SPDX-License-Identifier: MIT */
22 #ifndef __NVIF_CLIENT_H__
33 #define __NVIF_CLIENT_H__
44
....@@ -12,9 +12,9 @@
1212 bool super;
1313 };
1414
15
-int nvif_client_init(struct nvif_client *parent, const char *name, u64 device,
15
+int nvif_client_ctor(struct nvif_client *parent, const char *name, u64 device,
1616 struct nvif_client *);
17
-void nvif_client_fini(struct nvif_client *);
17
+void nvif_client_dtor(struct nvif_client *);
1818 int nvif_client_ioctl(struct nvif_client *, void *, u32);
1919 int nvif_client_suspend(struct nvif_client *);
2020 int nvif_client_resume(struct nvif_client *);