Searched refs:nvif_object_map (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv50/ |
D | oimm507b.c | 43 nvif_object_map(&wndw->wimm.base.user, NULL, 0); in oimm507b_init_()
|
D | corec37d.c | 116 ret = nvif_object_map(&disp->caps, NULL, 0); in corec37d_caps_init()
|
D | curs507a.c | 193 nvif_object_map(&wndw->wimm.base.user, NULL, 0); in curs507a_new_()
|
D | disp.c | 97 ret = nvif_object_map(&chan->user, NULL, 0); in nv50_chan_create()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvif/ |
D | user.c | 64 nvif_object_map(&device->user.object, NULL, 0); in nvif_user_ctor()
|
D | device.c | 44 return nvif_object_map(&device->object, NULL, 0); in nvif_device_map()
|
D | mem.c | 34 ret = nvif_object_map(&mem->object, NULL, 0); in nvif_mem_ctor_map()
|
D | object.c | 187 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/ |
D | object.h | 41 int nvif_object_map(struct nvif_object *, void *, u32);
|
/linux-6.12.1/drivers/gpu/drm/nouveau/ |
D | nouveau_chan.c | 367 ret = nvif_object_map(chan->userd, NULL, 0); in nouveau_channel_init()
|
D | nouveau_svm.c | 999 nvif_object_map(&buffer->object, NULL, 0); in nouveau_svm_fault_buffer_ctor()
|