Home
last modified time | relevance | path

Searched refs:nvxx_timer (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Ddevice.h48 #define nvxx_timer(a) nvkm_timer(nvxx_device(a)) macro
49 #define nvxx_wait(a,b,c,d) nv_wait(nvxx_timer(a), (b), (c), (d))
50 #define nvxx_wait_cb(a,b,c) nv_wait_cb(nvxx_timer(a), (b), (c))
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Ddac.c69 struct nvkm_timer *ptimer = nvxx_timer(device); in sample_load_twice()
Dhw.c664 struct nvkm_timer *ptimer = nvxx_timer(device); in nv_load_state_ext()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_abi16.c167 struct nvkm_timer *ptimer = nvxx_timer(device); in nouveau_abi16_ioctl_getparam()