Searched refs:nvif_object_map (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv50/ |
D | oimm507b.c | 43 nvif_object_map(&wndw->wimm.base.user, NULL, 0); in oimm507b_init_()
|
D | curs507a.c | 133 nvif_object_map(&wndw->wimm.base.user, NULL, 0); in curs507a_new_()
|
D | disp.c | 100 nvif_object_map(&chan->user, NULL, 0); in nv50_chan_create()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/nvif/ |
D | user.c | 61 nvif_object_map(&device->user.object, NULL, 0); in nvif_user_init()
|
D | mem.c | 33 ret = nvif_object_map(&mem->object, NULL, 0); in nvif_mem_init_map()
|
D | object.c | 221 nvif_object_map(struct nvif_object *object, void *argv, u32 argc) in nvif_object_map() function
|
/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvif/ |
D | object.h | 36 int nvif_object_map(struct nvif_object *, void *, u32);
|
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/ |
D | disp.c | 204 nvif_object_map(&drm->client.device.object, NULL, 0); in nv04_display_create()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/ |
D | nouveau_chan.c | 362 nvif_object_map(&chan->user, NULL, 0); in nouveau_channel_init()
|
D | nouveau_svm.c | 789 nvif_object_map(&buffer->object, NULL, 0); in nouveau_svm_fault_buffer_ctor()
|