Home
last modified time | relevance | path

Searched refs:nvxx_object (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Ddevice.h40 #define nvxx_device(a) nv_device(nvxx_object((a)))
59 #define nvxx_fifo_chan(a) ((struct nvkm_fifo_chan *)nvxx_object(a))
60 #define nvxx_gr(a) ((struct nvkm_gr *)nvkm_engine(nvxx_object(a), NVDEV_ENGINE_GR))
Dobject.h73 #define nvxx_object(a) ((struct nvkm_object *)nvif_object(a)->priv) macro
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Dtvnv17.c136 if (nv_device_match(nvxx_object(device), 0x0322, 0x19da, 0x1035) || in get_tv_detect_quirks()
137 nv_device_match(nvxx_object(device), 0x0322, 0x19da, 0x2035)) { in get_tv_detect_quirks()
143 if (nv_device_match(nvxx_object(device), 0x01f0, 0x1462, 0x5710)) { in get_tv_detect_quirks()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_drm.c247 swch = (void *)nvxx_object(&drm->nvsw)->parent; in nouveau_accel_init()
259 ret = nvkm_gpuobj_new(nvxx_object(&drm->device), NULL, 32, in nouveau_accel_init()
Dnouveau_chan.c376 swch = (void *)nvxx_object(&chan->nvsw)->parent; in nouveau_channel_init()
Dnv50_display.c425 nv_error(nvxx_object(&dmac->base.user), "channel stalled\n"); in evo_wait()