Searched refs:nvif_object_new (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | object.h | 26 int nvif_object_new(struct nvif_object *, u32 handle, u32 oclass,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_chan.c | 225 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/ |
D | object.c | 271 nvif_object_new(struct nvif_object *parent, u32 handle, u32 oclass, in nvif_object_new() function
|