Searched refs:fw_bo (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video.c | 206 nouveau_bo_ref(NULL, &dec->fw_bo); in nouveau_vp3_decoder_destroy() 294 if (nouveau_bo_map(dec->fw_bo, NOUVEAU_BO_WR, dec->client)) in nouveau_vp3_load_firmware() 302 r = read(fd, dec->fw_bo->map, 0x4000); in nouveau_vp3_load_firmware() 320 end = dec->fw_bo->map + r - 4; in nouveau_vp3_load_firmware() 325 r = (intptr_t)end - (intptr_t)dec->fw_bo->map + 4; in nouveau_vp3_load_firmware() 351 munmap(dec->fw_bo->map, dec->fw_bo->size); in nouveau_vp3_load_firmware() 352 dec->fw_bo->map = NULL; in nouveau_vp3_load_firmware()
|
D | nouveau_vp3_video.h | 78 struct nouveau_bo *fw_bo, *bitplane_bo; member
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video_vp.c | 87 { dec->fw_bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM }, in nvc0_decoder_vp() 89 int num_refs = ARRAY_SIZE(bo_refs) - !dec->fw_bo; in nvc0_decoder_vp() 125 if (dec->fw_bo) in nvc0_decoder_vp() 126 ucode_addr = dec->fw_bo->offset >> 8; in nvc0_decoder_vp()
|
D | nvc0_video.c | 250 0x4000, &cfg, &dec->fw_bo); in nvc0_create_decoder()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video_vp.c | 87 { dec->fw_bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM }, in nv98_decoder_vp() 89 int num_refs = ARRAY_SIZE(bo_refs) - !dec->fw_bo; in nv98_decoder_vp() 125 if (dec->fw_bo) in nv98_decoder_vp() 126 ucode_addr = dec->fw_bo->offset >> 8; in nv98_decoder_vp()
|
D | nv98_video.c | 227 0x4000, NULL, &dec->fw_bo); in nv98_create_decoder()
|