Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_bsp.c101 { dec->mbring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_bsp()
221 PUSH_DATA (push, dec->mbring->offset >> 8); in nv84_decoder_bsp()
223 PUSH_DATA (push, (dec->mbring->offset + dec->frame_size) >> 8); 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_vp.c80 { dec->mbring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_h264()
170 PUSH_DATA (push, (dec->mbring->offset + dec->mbring->size - 0x2000) >> 8); in nv84_decoder_vp_h264()
H A Dnv84_video.c240 nouveau_bo_ref(NULL, &dec->mbring); in nv84_decoder_destroy()
401 NULL, &dec->mbring); in nv84_create_decoder()
469 /* Zero out some parts of mbring/vpring. there's gotta be some cleaner way in nv84_create_decoder()
483 mip.base.bo = dec->mbring; in nv84_create_decoder()
484 mip.base.address = dec->mbring->offset; in nv84_create_decoder()

Completed in 4 milliseconds