Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h33 int nvif_object_mthd(struct nvif_object *, u32, void *, u32);
69 #define nvif_mthd(a,b,c,d) nvif_object_mthd(nvif_object(a), (b), (c), (d))
/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/
Ddevice.c43 ret = nvif_object_mthd(&device->base, NV_DEVICE_V0_INFO, in nvif_device_init()
Dobject.c116 nvif_object_mthd(struct nvif_object *object, u32 mthd, void *data, u32 size) in nvif_object_mthd() function