Searched refs:nvif_object_ctor (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | oimm507b.c | 36 ret = nvif_object_ctor(&disp->disp->object, "kmsOvim", 0, oclass, in oimm507b_init_()
|
| /linux/drivers/gpu/drm/nouveau/nvif/ |
| H A D | head.c | 54 ret = nvif_object_ctor(&disp->object, name ? name : "nvifHead", id, NVIF_CLASS_HEAD, in nvif_head_ctor()
|
| H A D | client.c | 58 ret = nvif_object_ctor(parent != client ? &parent->object : NULL, in nvif_client_ctor()
|
| H A D | device.c | 59 int ret = nvif_object_ctor(&client->object, name ? name : "nvifDevice", 0, in nvif_device_ctor()
|
| H A D | event.c | 72 ret = nvif_object_ctor(parent, name ?: "nvifEvent", handle, in nvif_event_ctor_()
|
| H A D | mem.c | 72 ret = nvif_object_ctor(&mmu->object, name ? name : "nvifMem", 0, oclass, in nvif_mem_ctor_type()
|
| H A D | mmu.c | 57 ret = nvif_object_ctor(parent, name ? name : "nvifMmu", 0, oclass, in nvif_mmu_ctor()
|
| H A D | vmm.c | 228 ret = nvif_object_ctor(&mmu->object, name ? name : "nvifVmm", 0, in nvif_vmm_ctor()
|
| H A D | object.c | 229 nvif_object_ctor(struct nvif_object *parent, const char *name, u32 handle, in nvif_object_ctor() function
|
| H A D | outp.c | 504 ret = nvif_object_ctor(&disp->object, name ?: "nvifOutp", id, NVIF_CLASS_OUTP, in nvif_outp_ctor()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nv50_fence.c | 54 ret = nvif_object_ctor(&chan->user, "fenceCtxDma", NvSema, in nv50_fence_context_new()
|
| H A D | nv17_fence.c | 95 ret = nvif_object_ctor(&chan->user, "fenceCtxDma", NvSema, in nv17_fence_context_new()
|
| H A D | nouveau_debugfs.c | 302 return nvif_object_ctor(&drm->client.device.object, "debugfsCtrl", 0, in nouveau_debugfs_init()
|