Searched refs:nvif_object_map (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | oimm507b.c | 43 nvif_object_map(&wndw->wimm.base.user, NULL, 0); in oimm507b_init_()
|
H A D | corec37d.c | 116 ret = nvif_object_map(&disp->caps, NULL, 0); in corec37d_caps_init()
|
H A D | curs507a.c | 193 nvif_object_map(&wndw->wimm.base.user, NULL, 0); in curs507a_new_()
|
H A D | disp.c | 96 nvif_object_map(&chan->user, NULL, 0); in nv50_chan_create()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | user.c | 64 nvif_object_map(&device->user.object, NULL, 0); in nvif_user_ctor()
|
H A D | mem.c | 34 ret = nvif_object_map(&mem->object, NULL, 0); in nvif_mem_ctor_map()
|
H A D | object.c | 220 nvif_object_map(struct nvif_object *object, void *argv, u32 argc) in nvif_object_map() function
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | object.h | 43 int nvif_object_map(struct nvif_object *, void *, u32);
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | disp.c | 232 nvif_object_map(&drm->client.device.object, NULL, 0); in nv04_display_create()
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_chan.c | 373 ret = nvif_object_map(chan->userd, NULL, 0); in nouveau_channel_init()
|
H A D | nouveau_svm.c | 1003 nvif_object_map(&buffer->object, NULL, 0); in nouveau_svm_fault_buffer_ctor()
|