Home
last modified time | relevance | path

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

12

/linux-5.19.10/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()
419 ret = nvif_object_ctor(&chan->user, "abi16ChanVramCtxDma", vram, in nouveau_channel_init()
444 ret = nvif_object_ctor(&chan->user, "abi16ChanGartCtxDma", gart, in nouveau_channel_init()
484 ret = nvif_object_ctor(&chan->user, "abi16NvswFence", 0x006e, in nouveau_channel_init()
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_abi16.c507 ret = nvif_object_ctor(&chan->chan->user, "abi16EngObj", init->handle, in nouveau_abi16_ioctl_grobj_alloc()
573 ret = nvif_object_ctor(&chan->chan->user, "abi16Ntfy", info->handle, in nouveau_abi16_ioctl_notifierobj_alloc()
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.c373 ret = nvif_object_ctor(&drm->channel->user, "drmNvsw", in nouveau_accel_gr_init()
403 ret = nvif_object_ctor(&drm->channel->user, "drmM2mfNtfy", in nouveau_accel_gr_init()
Dnouveau_svm.c982 ret = nvif_object_ctor(device, "svmFaultBuffer", 0, oclass, &args, in nouveau_svm_fault_buffer_ctor()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvif/
Ddisp.c61 return nvif_object_ctor(&device->object, name ? name : "nvifDisp", 0, in nvif_disp_ctor()
Duser.c56 ret = nvif_object_ctor(&device->object, name ? name : "nvifUsermode", in nvif_user_ctor()
Ddevice.c54 int ret = nvif_object_ctor(parent, name ? name : "nvifDevice", handle, in nvif_device_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-5.19.10/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.c166 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()
Ddisp.c93 ret = nvif_object_ctor(disp, "kmsChan", 0, in nv50_chan_create()
283 ret = nvif_object_ctor(&dmac->base.user, "kmsSyncCtxDma", NV50_DISP_HANDLE_SYNCBUF, in nv50_dmac_create()
295 ret = nvif_object_ctor(&dmac->base.user, "kmsVramCtxDma", NV50_DISP_HANDLE_VRAM, in nv50_dmac_create()
Dwndw.c103 ret = nvif_object_ctor(wndw->ctxdma.parent, "kmsFbCtxDma", handle, in nv50_wndw_ctxdma_new()
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h25 int nvif_object_ctor(struct nvif_object *, const char *name, u32 handle,

12