Home
last modified time | relevance | path

Searched refs:nvif_object_map (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv50/
Doimm507b.c43 nvif_object_map(&wndw->wimm.base.user, NULL, 0); in oimm507b_init_()
Dcorec37d.c116 ret = nvif_object_map(&disp->caps, NULL, 0); in corec37d_caps_init()
Dcurs507a.c193 nvif_object_map(&wndw->wimm.base.user, NULL, 0); in curs507a_new_()
Ddisp.c97 ret = nvif_object_map(&chan->user, NULL, 0); in nv50_chan_create()
/linux-6.12.1/drivers/gpu/drm/nouveau/nvif/
Duser.c64 nvif_object_map(&device->user.object, NULL, 0); in nvif_user_ctor()
Ddevice.c44 return nvif_object_map(&device->object, NULL, 0); in nvif_device_map()
Dmem.c34 ret = nvif_object_map(&mem->object, NULL, 0); in nvif_mem_ctor_map()
Dobject.c187 nvif_object_map(struct nvif_object *object, void *argv, u32 argc) in nvif_object_map() function
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h41 int nvif_object_map(struct nvif_object *, void *, u32);
/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_chan.c367 ret = nvif_object_map(chan->userd, NULL, 0); in nouveau_channel_init()
Dnouveau_svm.c999 nvif_object_map(&buffer->object, NULL, 0); in nouveau_svm_fault_buffer_ctor()