Searched refs:nv04_fifo (Results 1 – 17 of 17) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | prime_nv_pcopy.c | 211 struct nv04_fifo nv04_data = { .vram = 0xbeef0201, in init_nouveau() 262 struct nv04_fifo *nv04_fifo = (struct nv04_fifo*)fifo; in init_nouveau() local 269 PUSH_DATA(npush, nv04_fifo->vram); in init_nouveau() 270 PUSH_DATA(npush, nv04_fifo->vram); in init_nouveau() 271 PUSH_DATA(npush, nv04_fifo->vram); in init_nouveau() 797 struct nv04_fifo *nv04_fifo = nchannel->data; in test_semaphore() local 802 PUSH_DATA(npush, nv04_fifo->vram); in test_semaphore()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_compute.c | 38 struct nv04_fifo *fifo = (struct nv04_fifo *)chan->data; in nv50_screen_compute_setup()
|
D | nv98_video.c | 91 struct nv04_fifo nv04_data = {.vram = 0xbeef0201, .gart = 0xbeef0202}; in nv98_create_decoder()
|
D | nv50_screen.c | 635 struct nv04_fifo *fifo; in nv50_screen_init_hwctx() 638 fifo = (struct nv04_fifo *)screen->base.channel->data; in nv50_screen_init_hwctx()
|
D | nv84_video.c | 274 struct nv04_fifo nv04_data = { .vram = 0xbeef0201, .gart = 0xbeef0202 }; in nv84_create_decoder()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_context.c | 144 &(struct nv04_fifo){ in nouveau_context_init() 147 }, sizeof(struct nv04_fifo), &nctx->hw.chan); in nouveau_context_init()
|
D | nv04_surface.c | 202 struct nv04_fifo *fifo = hw->chan->data; in nv04_surface_copy_swizzle() 282 struct nv04_fifo *fifo = hw->chan->data; in nv04_surface_copy_m2mf() 430 struct nv04_fifo *fifo = hw->chan->data; in nv04_surface_fill()
|
D | nv04_context.c | 82 struct nv04_fifo *fifo = hw->chan->data; in nv04_hwctx_init()
|
D | nv20_context.c | 102 struct nv04_fifo *fifo = hw->chan->data; in nv20_hwctx_init()
|
D | nv10_context.c | 206 struct nv04_fifo *fifo = hw->chan->data; in nv10_hwctx_init()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_transfer.c | 406 struct nv04_fifo *fifo = push->channel->data; in nv30_transfer_rect_sifm() 503 struct nv04_fifo *fifo = push->channel->data; in nv30_transfer_rect_m2mf() 692 struct nv04_fifo *fifo = nv->screen->channel->data; in nv30_transfer_copy_data()
|
D | nv30_screen.c | 540 struct nv04_fifo *fifo; in nv30_screen_create()
|
/external/libdrm/nouveau/ |
D | nouveau.h | 243 struct nv04_fifo { struct
|
D | abi16.c | 38 struct nv04_fifo *nv04 = obj->data; in abi16_chan_nv04()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_screen.c | 197 struct nv04_fifo nv04_data = { .vram = 0xbeef0201, .gart = 0xbeef0202 }; in nouveau_screen_init()
|
D | nouveau_vp3_video.c | 378 struct nv04_fifo nv04_data = {.vram = 0xbeef0201, .gart = 0xbeef0202}; in firmware_present()
|
D | nouveau_video.c | 503 struct nv04_fifo nv04_data = { .vram = 0xbeef0201, .gart = 0xbeef0202 }; in nouveau_create_decoder()
|