Searched refs:nvif_object_mthd (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | object.h | 33 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/ |
D | device.c | 43 ret = nvif_object_mthd(&device->base, NV_DEVICE_V0_INFO, in nvif_device_init()
|
D | object.c | 116 nvif_object_mthd(struct nvif_object *object, u32 mthd, void *data, u32 size) in nvif_object_mthd() function
|