Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/
Ddevice.h24 u64 nvif_device_time(struct nvif_device *);
33 u64 _nsecs = (n), _time0 = nvif_device_time(_device); \
38 } while (_taken = nvif_device_time(_device) - _time0, _taken < _nsecs);\
/Linux-v4.19/drivers/gpu/drm/nouveau/nvif/
Ddevice.c28 nvif_device_time(struct nvif_device *device) in nvif_device_time() function
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_abi16.c227 getparam->value = nvif_device_time(device); in nouveau_abi16_ioctl_getparam()