Home
last modified time | relevance | path

Searched refs:vpring (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_vp.c79 { dec->vpring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_h264()
166 PUSH_DATA (push, (dec->vpring->offset + dec->vpring_residual) >> 8); in nv84_decoder_vp_h264()
168 PUSH_DATA (push, dec->vpring->offset >> 8); in nv84_decoder_vp_h264()
171 PUSH_DATA (push, (dec->vpring->offset + dec->vpring_ctrl + in nv84_decoder_vp_h264()
189 PUSH_DATA (push, (dec->vpring->offset + dec->vpring_ctrl + in nv84_decoder_vp_h264()
H A Dnv84_video_bsp.c100 { dec->vpring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_bsp()
212 /* TODO: Use both halves of bitstream/vpring for alternating frames */ in nv84_decoder_bsp()
224 PUSH_DATA (push, dec->vpring->offset >> 8); in nv84_decoder_bsp()
225 PUSH_DATA (push, dec->vpring->size / 2); in nv84_decoder_bsp()
232 PUSH_DATA (push, (dec->vpring->offset + dec->vpring_ctrl + in nv84_decoder_bsp()
H A Dnv84_video.h69 struct nouveau_bo *mbring, *vpring; member
74 * 1: vpring/mbring cleared, bsp is ready
H A Dnv84_video.c241 nouveau_bo_ref(NULL, &dec->vpring); in nv84_decoder_destroy()
394 NULL, &dec->vpring); in nv84_create_decoder()
469 /* Zero out some parts of mbring/vpring. there's gotta be some cleaner way in nv84_create_decoder()
486 surf.offset = dec->vpring->size / 2 - 0x1000; in nv84_create_decoder()
490 mip.base.bo = dec->vpring; in nv84_create_decoder()
491 mip.base.address = dec->vpring->offset; in nv84_create_decoder()
493 surf.offset = dec->vpring->size - 0x1000; in nv84_create_decoder()

Completed in 3 milliseconds