Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/gpu/drm/nouveau/
Dnv04_fbcon.c171 ret = nvif_object_ctor(&chan->user, "fbconCtxSurf2d", 0x0062, in nv04_fbcon_accel_init()
177 ret = nvif_object_ctor(&chan->user, "fbconCtxClip", 0x0019, 0x0019, in nv04_fbcon_accel_init()
182 ret = nvif_object_ctor(&chan->user, "fbconCtxRop", 0x0043, 0x0043, in nv04_fbcon_accel_init()
187 ret = nvif_object_ctor(&chan->user, "fbconCtxPatt", 0x0044, 0x0044, in nv04_fbcon_accel_init()
192 ret = nvif_object_ctor(&chan->user, "fbconGdiRectText", 0x004a, 0x004a, in nv04_fbcon_accel_init()
197 ret = nvif_object_ctor(&chan->user, "fbconImageBlit", 0x005f, in nv04_fbcon_accel_init()
Dnouveau_chan.c238 ret = nvif_object_ctor(&device->object, "abi16PushCtxDma", 0, in nouveau_channel_prep()
316 ret = nvif_object_ctor(&device->object, "abi16ChanUser", 0, in nouveau_channel_ind()
367 ret = nvif_object_ctor(&device->object, "abi16ChanUser", 0, in nouveau_channel_dma()
421 ret = nvif_object_ctor(&chan->user, "abi16ChanVramCtxDma", vram, in nouveau_channel_init()
446 ret = nvif_object_ctor(&chan->user, "abi16ChanGartCtxDma", gart, in nouveau_channel_init()
486 ret = nvif_object_ctor(&chan->user, "abi16NvswFence", 0x006e, in nouveau_channel_init()
Dnouveau_abi16.c337 ret = nvif_object_ctor(&chan->chan->user, "abi16CeWar", 0, VOLTA_DMA_COPY_A, in nouveau_abi16_ioctl_channel_alloc()
343 ret = nvif_object_ctor(&chan->chan->user, "abi16CeWar", 0, TURING_DMA_COPY_A, in nouveau_abi16_ioctl_channel_alloc()
531 ret = nvif_object_ctor(&chan->chan->user, "abi16EngObj", init->handle, in nouveau_abi16_ioctl_grobj_alloc()
597 ret = nvif_object_ctor(&chan->chan->user, "abi16Ntfy", info->handle, in nouveau_abi16_ioctl_notifierobj_alloc()
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.c262 return nvif_object_ctor(&drm->client.device.object, "debugfsCtrl", 0, in nouveau_debugfs_init()
Dnv50_fbcon.c197 ret = nvif_object_ctor(&chan->user, "fbconTwoD", 0x502d, 0x502d, in nv50_fbcon_accel_init()
Dnvc0_fbcon.c170 ret = nvif_object_ctor(&chan->user, "fbconTwoD", 0x902d, 0x902d, in nvc0_fbcon_accel_init()
Dnouveau_drm.c386 ret = nvif_object_ctor(&drm->channel->user, "drmNvsw", in nouveau_accel_gr_init()
416 ret = nvif_object_ctor(&drm->channel->user, "drmM2mfNtfy", in nouveau_accel_gr_init()
/Linux-v6.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.c165 ret = nvif_object_ctor(&disp->disp->object, "kmsCurs", 0, oclass, in curs507a_new_()
Dcrc.c510 ret = nvif_object_ctor(&core->chan.base.user, "kmsCrcNtfyCtxDma", in nv50_crc_ctx_init()
Dwndw.c104 ret = nvif_object_ctor(wndw->ctxdma.parent, "kmsFbCtxDma", handle, in nv50_wndw_ctxdma_new()
/Linux-v6.1/drivers/gpu/drm/nouveau/nvif/
Dconn.c58 ret = nvif_object_ctor(&disp->object, name ?: "nvifConn", id, NVIF_CLASS_CONN, in nvif_conn_ctor()
Duser.c56 ret = nvif_object_ctor(&device->object, name ? name : "nvifUsermode", in nvif_user_ctor()
Doutp.c58 ret = nvif_object_ctor(&disp->object, name ?: "nvifOutp", id, NVIF_CLASS_OUTP, in nvif_outp_ctor()
Ddevice.c54 int ret = nvif_object_ctor(parent, name ? name : "nvifDevice", handle, in nvif_device_ctor()
Ddisp.c69 ret = nvif_object_ctor(&device->object, name ?: "nvifDisp", 0, in nvif_disp_ctor()
Dclient.c73 ret = nvif_object_ctor(parent != client ? &parent->object : NULL, in nvif_client_ctor()
Dmem.c72 ret = nvif_object_ctor(&mmu->object, name ? name : "nvifMem", 0, oclass, in nvif_mem_ctor_type()
Dmmu.c54 ret = nvif_object_ctor(parent, name ? name : "nvifMmu", 0, oclass, in nvif_mmu_ctor()
Dvmm.c133 ret = nvif_object_ctor(&mmu->object, name ? name : "nvifVmm", 0, in nvif_vmm_ctor()
Dobject.c262 nvif_object_ctor(struct nvif_object *parent, const char *name, u32 handle, in nvif_object_ctor() function
/Linux-v6.1/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h31 int nvif_object_ctor(struct nvif_object *, const char *name, u32 handle,

12