Home
last modified time | relevance | path

Searched refs:nvif_object_new (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h26 int nvif_object_new(struct nvif_object *, u32 handle, u32 oclass,
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_chan.c225 ret = nvif_object_new(nvif_object(device), handle, *oclass++, in nouveau_channel_ind()
267 ret = nvif_object_new(nvif_object(device), handle, *oclass++, in nouveau_channel_dma()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/
Dobject.c271 nvif_object_new(struct nvif_object *parent, u32 handle, u32 oclass, in nvif_object_new() function