Searched refs:nvxx_object (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | device.h | 40 #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))
|
D | object.h | 73 #define nvxx_object(a) ((struct nvkm_object *)nvif_object(a)->priv) macro
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv17.c | 136 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/ |
D | nouveau_drm.c | 247 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()
|
D | nouveau_chan.c | 376 swch = (void *)nvxx_object(&chan->nvsw)->parent; in nouveau_channel_init()
|
D | nv50_display.c | 425 nv_error(nvxx_object(&dmac->base.user), "channel stalled\n"); in evo_wait()
|