Searched refs:nvif_object_map (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/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 | 173 nvif_object_map(&wndw->wimm.base.user, NULL, 0); in curs507a_new_()
|
D | disp.c | 97 nvif_object_map(&chan->user, NULL, 0); in nv50_chan_create()
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvif/ |
D | user.c | 62 nvif_object_map(&device->user.object, NULL, 0); in nvif_user_ctor()
|
D | mem.c | 34 ret = nvif_object_map(&mem->object, NULL, 0); in nvif_mem_ctor_map()
|
D | object.c | 220 nvif_object_map(struct nvif_object *object, void *argv, u32 argc) in nvif_object_map() function
|
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvif/ |
D | object.h | 37 int nvif_object_map(struct nvif_object *, void *, u32);
|
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv04/ |
D | disp.c | 230 nvif_object_map(&drm->client.device.object, NULL, 0); in nv04_display_create()
|
/linux-5.19.10/drivers/gpu/drm/nouveau/ |
D | nouveau_chan.c | 388 nvif_object_map(&chan->user, NULL, 0); in nouveau_channel_init()
|
D | nouveau_svm.c | 989 nvif_object_map(&buffer->object, NULL, 0); in nouveau_svm_fault_buffer_ctor()
|