Home
last modified time | relevance | path

Searched refs:nvif_object_ctor (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Doimm507b.c36 ret = nvif_object_ctor(&disp->disp->object, "kmsOvim", 0, oclass, in oimm507b_init_()
/linux/drivers/gpu/drm/nouveau/nvif/
H A Dhead.c54 ret = nvif_object_ctor(&disp->object, name ? name : "nvifHead", id, NVIF_CLASS_HEAD, in nvif_head_ctor()
H A Dclient.c58 ret = nvif_object_ctor(parent != client ? &parent->object : NULL, in nvif_client_ctor()
H A Ddevice.c59 int ret = nvif_object_ctor(&client->object, name ? name : "nvifDevice", 0, in nvif_device_ctor()
H A Devent.c72 ret = nvif_object_ctor(parent, name ?: "nvifEvent", handle, in nvif_event_ctor_()
H A Dmem.c72 ret = nvif_object_ctor(&mmu->object, name ? name : "nvifMem", 0, oclass, in nvif_mem_ctor_type()
H A Dmmu.c57 ret = nvif_object_ctor(parent, name ? name : "nvifMmu", 0, oclass, in nvif_mmu_ctor()
H A Dvmm.c228 ret = nvif_object_ctor(&mmu->object, name ? name : "nvifVmm", 0, in nvif_vmm_ctor()
H A Dobject.c229 nvif_object_ctor(struct nvif_object *parent, const char *name, u32 handle, in nvif_object_ctor() function
H A Doutp.c504 ret = nvif_object_ctor(&disp->object, name ?: "nvifOutp", id, NVIF_CLASS_OUTP, in nvif_outp_ctor()
/linux/drivers/gpu/drm/nouveau/
H A Dnv50_fence.c54 ret = nvif_object_ctor(&chan->user, "fenceCtxDma", NvSema, in nv50_fence_context_new()
H A Dnv17_fence.c95 ret = nvif_object_ctor(&chan->user, "fenceCtxDma", NvSema, in nv17_fence_context_new()
H A Dnouveau_debugfs.c302 return nvif_object_ctor(&drm->client.device.object, "debugfsCtrl", 0, in nouveau_debugfs_init()