/drivers/gpu/drm/nouveau/ |
D | nv04_fbcon.c | 171 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()
|
D | nouveau_chan.c | 247 ret = nvif_object_ctor(&device->object, "abi16PushCtxDma", 0, in nouveau_channel_prep() 324 ret = nvif_object_ctor(&device->object, "abi16ChanUser", 0, in nouveau_channel_ind() 375 ret = nvif_object_ctor(&device->object, "abi16ChanUser", 0, in nouveau_channel_dma() 426 ret = nvif_object_ctor(&chan->user, "abi16ChanVramCtxDma", vram, in nouveau_channel_init() 451 ret = nvif_object_ctor(&chan->user, "abi16ChanGartCtxDma", gart, in nouveau_channel_init() 491 ret = nvif_object_ctor(&chan->user, "abi16NvswFence", 0x006e, in nouveau_channel_init()
|
D | nv50_fence.c | 54 ret = nvif_object_ctor(&chan->user, "fenceCtxDma", NvSema, in nv50_fence_context_new()
|
D | nv17_fence.c | 95 ret = nvif_object_ctor(&chan->user, "fenceCtxDma", NvSema, in nv17_fence_context_new()
|
D | nouveau_abi16.c | 506 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()
|
D | nouveau_debugfs.c | 264 ret = nvif_object_ctor(&drm->client.device.object, "debugfsCtrl", 0, in nouveau_debugfs_init()
|
D | nv50_fbcon.c | 197 ret = nvif_object_ctor(&chan->user, "fbconTwoD", 0x502d, 0x502d, in nv50_fbcon_accel_init()
|
D | nvc0_fbcon.c | 170 ret = nvif_object_ctor(&chan->user, "fbconTwoD", 0x902d, 0x902d, in nvc0_fbcon_accel_init()
|
D | nouveau_drm.c | 373 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()
|
D | nouveau_svm.c | 880 ret = nvif_object_ctor(device, "svmFaultBuffer", 0, oclass, &args, in nouveau_svm_fault_buffer_ctor()
|
/drivers/gpu/drm/nouveau/nvif/ |
D | disp.c | 60 return nvif_object_ctor(&device->object, name ? name : "nvifDisp", 0, in nvif_disp_ctor()
|
D | user.c | 56 ret = nvif_object_ctor(&device->object, name ? name : "nvifUsermode", in nvif_user_ctor()
|
D | device.c | 54 int ret = nvif_object_ctor(parent, name ? name : "nvifDevice", handle, in nvif_device_ctor()
|
D | client.c | 73 ret = nvif_object_ctor(parent != client ? &parent->object : NULL, in nvif_client_ctor()
|
D | mem.c | 72 ret = nvif_object_ctor(&mmu->object, name ? name : "nvifMem", 0, oclass, in nvif_mem_ctor_type()
|
D | mmu.c | 54 ret = nvif_object_ctor(parent, name ? name : "nvifMmu", 0, oclass, in nvif_mmu_ctor()
|
D | vmm.c | 133 ret = nvif_object_ctor(&mmu->object, name ? name : "nvifVmm", 0, in nvif_vmm_ctor()
|
D | object.c | 263 nvif_object_ctor(struct nvif_object *parent, const char *name, u32 handle, in nvif_object_ctor() function
|
/drivers/gpu/drm/nouveau/dispnv50/ |
D | oimm507b.c | 36 ret = nvif_object_ctor(&disp->disp->object, "kmsOvim", 0, oclass, in oimm507b_init_()
|
D | corec37d.c | 107 ret = nvif_object_ctor(&disp->disp->object, "dispCaps", 0, in corec37d_caps_init()
|
D | curs507a.c | 153 ret = nvif_object_ctor(&disp->disp->object, "kmsCurs", 0, oclass, in curs507a_new_()
|
D | crc.c | 532 ret = nvif_object_ctor(&core->chan.base.user, "kmsCrcNtfyCtxDma", in nv50_crc_ctx_init()
|
D | disp.c | 91 ret = nvif_object_ctor(disp, "kmsChan", 0, in nv50_chan_create() 276 ret = nvif_object_ctor(&dmac->base.user, "kmsSyncCtxDma", NV50_DISP_HANDLE_SYNCBUF, in nv50_dmac_create() 288 ret = nvif_object_ctor(&dmac->base.user, "kmsVramCtxDma", NV50_DISP_HANDLE_VRAM, in nv50_dmac_create()
|
D | wndw.c | 101 ret = nvif_object_ctor(wndw->ctxdma.parent, "kmsFbCtxDma", handle, in nv50_wndw_ctxdma_new()
|
/drivers/gpu/drm/nouveau/include/nvif/ |
D | object.h | 25 int nvif_object_ctor(struct nvif_object *, const char *name, u32 handle,
|