]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/gpu/drm/nouveau/include/nvkm/core/client.h
drm/nouveau/core/client: pass notification callback to nvkm_client_new
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / nouveau / include / nvkm / core / client.h
index 28f1078a42ac3b002d55294bd182bcf9b2d58408..e3b96e3df7da798e6cf2ac2ec3c11a7992cc47be 100644 (file)
@@ -20,7 +20,9 @@ struct nvkm_client {
 };
 
 int  nvkm_client_new(const char *name, u64 device, const char *cfg,
-                    const char *dbg, struct nvkm_client **);
+                    const char *dbg,
+                    int (*)(const void *, u32, const void *, u32),
+                    struct nvkm_client **);
 
 int nvkm_client_notify_new(struct nvkm_object *, struct nvkm_event *,
                           void *data, u32 size);