Home
last modified time | relevance | path

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

12

/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_chan.c240 ret = nvif_object_ctor(&device->object, "abi16PushCtxDma", 0, in nouveau_channel_prep()
344 ret = nvif_object_ctor(&device->object, "abi16ChanUser", 0, hosts[cid].oclass, in nouveau_channel_ctor()
406 ret = nvif_object_ctor(&chan->user, "abi16ChanVramCtxDma", vram, in nouveau_channel_init()
430 ret = nvif_object_ctor(&chan->user, "abi16ChanGartCtxDma", gart, in nouveau_channel_init()
472 ret = nvif_object_ctor(&chan->user, "abi16NvswFence", 0x006e, in nouveau_channel_init()
Dnouveau_abi16.c453 ret = nvif_object_ctor(&chan->chan->user, "abi16CeWar", 0, VOLTA_DMA_COPY_A, in nouveau_abi16_ioctl_channel_alloc()
459 ret = nvif_object_ctor(&chan->chan->user, "abi16CeWar", 0, TURING_DMA_COPY_A, in nouveau_abi16_ioctl_channel_alloc()
606 ret = nvif_object_ctor(&chan->chan->user, "abi16EngObj", init->handle, in nouveau_abi16_ioctl_grobj_alloc()
669 ret = nvif_object_ctor(&chan->chan->user, "abi16Ntfy", info->handle, in nouveau_abi16_ioctl_notifierobj_alloc()
795 ret = nvif_object_ctor(&chan->chan->user, "abi16EngObj", args->handle, args->oclass, in nouveau_abi16_ioctl_new()
Dnv50_fence.c54 ret = nvif_object_ctor(&chan->user, "fenceCtxDma", NvSema, in nv50_fence_context_new()
Dnv17_fence.c95 ret = nvif_object_ctor(&chan->user, "fenceCtxDma", NvSema, in nv17_fence_context_new()
Dnouveau_debugfs.c302 return nvif_object_ctor(&drm->client.device.object, "debugfsCtrl", 0, in nouveau_debugfs_init()
Dnouveau_drm.c374 ret = nvif_object_ctor(&drm->channel->user, "drmNvsw", in nouveau_accel_gr_init()
379 ret = nvif_object_ctor(&drm->channel->user, "drmBlit", in nouveau_accel_gr_init()
418 ret = nvif_object_ctor(&drm->channel->user, "drmM2mfNtfy", in nouveau_accel_gr_init()
/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv50/
Doimm507b.c36 ret = nvif_object_ctor(&disp->disp->object, "kmsOvim", 0, oclass, in oimm507b_init_()
Dcorec37d.c107 ret = nvif_object_ctor(&disp->disp->object, "dispCaps", 0, in corec37d_caps_init()
Dcurs507a.c186 ret = nvif_object_ctor(&disp->disp->object, "kmsCurs", 0, oclass, in curs507a_new_()
Dcrc.c512 ret = nvif_object_ctor(&core->chan.base.user, "kmsCrcNtfyCtxDma", in nv50_crc_ctx_init()
Ddisp.c93 ret = nvif_object_ctor(disp, "kmsChan", 0, in nv50_chan_create()
282 ret = nvif_object_ctor(&dmac->base.user, "kmsSyncCtxDma", NV50_DISP_HANDLE_SYNCBUF, in nv50_dmac_create()
294 ret = nvif_object_ctor(&dmac->base.user, "kmsVramCtxDma", NV50_DISP_HANDLE_VRAM, in nv50_dmac_create()
Dwndw.c104 ret = nvif_object_ctor(wndw->ctxdma.parent, "kmsFbCtxDma", handle, in nv50_wndw_ctxdma_new()
/linux-6.12.1/drivers/gpu/drm/nouveau/nvif/
Dhead.c54 ret = nvif_object_ctor(&disp->object, name ? name : "nvifHead", id, NVIF_CLASS_HEAD, in nvif_head_ctor()
Dclient.c58 ret = nvif_object_ctor(parent != client ? &parent->object : NULL, in nvif_client_ctor()
Duser.c58 ret = nvif_object_ctor(&device->object, name ? name : "nvifUsermode", in nvif_user_ctor()
Ddevice.c59 int ret = nvif_object_ctor(&client->object, name ? name : "nvifDevice", 0, in nvif_device_ctor()
Devent.c72 ret = nvif_object_ctor(parent, name ?: "nvifEvent", handle, in nvif_event_ctor_()
Ddisp.c70 ret = nvif_object_ctor(&device->object, name ?: "nvifDisp", 0, in nvif_disp_ctor()
Dconn.c63 ret = nvif_object_ctor(&disp->object, name ?: "nvifConn", id, NVIF_CLASS_CONN, in nvif_conn_ctor()
Dmem.c72 ret = nvif_object_ctor(&mmu->object, name ? name : "nvifMem", 0, oclass, in nvif_mem_ctor_type()
Dmmu.c57 ret = nvif_object_ctor(parent, name ? name : "nvifMmu", 0, oclass, in nvif_mmu_ctor()
Dvmm.c227 ret = nvif_object_ctor(&mmu->object, name ? name : "nvifVmm", 0, in nvif_vmm_ctor()
Dobject.c229 nvif_object_ctor(struct nvif_object *parent, const char *name, u32 handle, in nvif_object_ctor() function
Doutp.c507 ret = nvif_object_ctor(&disp->object, name ?: "nvifOutp", id, NVIF_CLASS_OUTP, in nvif_outp_ctor()
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h31 int nvif_object_ctor(struct nvif_object *, const char *name, u32 handle,

12