Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Doimm507b.c36 ret = nvif_object_ctor(&disp->disp->object, "kmsOvim", 0, oclass, in oimm507b_init_()
H A Dcorec37d.c107 ret = nvif_object_ctor(&disp->disp->object, "dispCaps", 0, in corec37d_caps_init()
H A Dcurs507a.c186 ret = nvif_object_ctor(&disp->disp->object, "kmsCurs", 0, oclass, in curs507a_new_()
H A Dcrc.c510 ret = nvif_object_ctor(&core->chan.base.user, "kmsCrcNtfyCtxDma", in nv50_crc_ctx_init()
H A Ddisp.c92 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()
H A Dwndw.c104 ret = nvif_object_ctor(wndw->ctxdma.parent, "kmsFbCtxDma", handle, in nv50_wndw_ctxdma_new()
/openbmc/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 Duser.c58 ret = nvif_object_ctor(&device->object, name ? name : "nvifUsermode", in nvif_user_ctor()
H A Ddevice.c54 int ret = nvif_object_ctor(parent, name ? name : "nvifDevice", handle, in nvif_device_ctor()
H A Devent.c72 ret = nvif_object_ctor(parent, name ?: "nvifEvent", handle, in nvif_event_ctor_()
H A Ddisp.c69 ret = nvif_object_ctor(&device->object, name ?: "nvifDisp", 0, in nvif_disp_ctor()
H A Dconn.c77 ret = nvif_object_ctor(&disp->object, name ?: "nvifConn", id, NVIF_CLASS_CONN, in nvif_conn_ctor()
H A Dclient.c73 ret = nvif_object_ctor(parent != client ? &parent->object : NULL, in nvif_client_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.c227 ret = nvif_object_ctor(&mmu->object, name ? name : "nvifVmm", 0, in nvif_vmm_ctor()
H A Doutp.c228 ret = nvif_object_ctor(&disp->object, name ?: "nvifOutp", id, NVIF_CLASS_OUTP, in nvif_outp_ctor()
H A Dobject.c262 nvif_object_ctor(struct nvif_object *parent, const char *name, u32 handle, in nvif_object_ctor() function
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.c245 ret = nvif_object_ctor(&device->object, "abi16PushCtxDma", 0, in nouveau_channel_prep()
349 ret = nvif_object_ctor(&device->object, "abi16ChanUser", 0, hosts[cid].oclass, in nouveau_channel_ctor()
410 ret = nvif_object_ctor(&chan->user, "abi16ChanVramCtxDma", vram, in nouveau_channel_init()
435 ret = nvif_object_ctor(&chan->user, "abi16ChanGartCtxDma", gart, in nouveau_channel_init()
477 ret = nvif_object_ctor(&chan->user, "abi16NvswFence", 0x006e, in nouveau_channel_init()
H A Dnouveau_abi16.c393 ret = nvif_object_ctor(&chan->chan->user, "abi16CeWar", 0, VOLTA_DMA_COPY_A, in nouveau_abi16_ioctl_channel_alloc()
399 ret = nvif_object_ctor(&chan->chan->user, "abi16CeWar", 0, TURING_DMA_COPY_A, in nouveau_abi16_ioctl_channel_alloc()
587 ret = nvif_object_ctor(&chan->chan->user, "abi16EngObj", init->handle, in nouveau_abi16_ioctl_grobj_alloc()
653 ret = nvif_object_ctor(&chan->chan->user, "abi16Ntfy", info->handle, in nouveau_abi16_ioctl_notifierobj_alloc()
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()
H A Dnouveau_drm.c386 ret = nvif_object_ctor(&drm->channel->user, "drmNvsw", in nouveau_accel_gr_init()
391 ret = nvif_object_ctor(&drm->channel->user, "drmBlit", in nouveau_accel_gr_init()
430 ret = nvif_object_ctor(&drm->channel->user, "drmM2mfNtfy", in nouveau_accel_gr_init()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h31 int nvif_object_ctor(struct nvif_object *, const char *name, u32 handle,

12