Home
last modified time | relevance | path

Searched refs:nouveau_bo (Results 1 - 25 of 56) sorted by relevance

123

/third_party/libdrm/nouveau/
H A Dnouveau.h127 struct nouveau_bo { struct
139 struct nouveau_bo **);
141 struct nouveau_bo **);
143 struct nouveau_bo **);
144 int nouveau_bo_name_get(struct nouveau_bo *, uint32_t *name);
145 void nouveau_bo_ref(struct nouveau_bo *, struct nouveau_bo **);
146 int nouveau_bo_map(struct nouveau_bo *, uint32_t access,
148 int nouveau_bo_wait(struct nouveau_bo *, uint32_t access,
151 struct nouveau_bo **);
[all...]
H A Dprivate.h46 cli_kref_get(struct nouveau_client *client, struct nouveau_bo *bo) in cli_kref_get()
56 cli_push_get(struct nouveau_client *client, struct nouveau_bo *bo) in cli_push_get()
66 cli_kref_set(struct nouveau_client *client, struct nouveau_bo *bo, in cli_kref_set()
85 struct nouveau_bo base;
94 nouveau_bo(struct nouveau_bo *bo) in nouveau_bo() function
123 drm_private void abi16_bo_info(struct nouveau_bo *, struct drm_nouveau_gem_info *);
124 drm_private int abi16_bo_init(struct nouveau_bo *, uint32_t alignment,
H A Dnouveau.c605 nouveau_bo_del(struct nouveau_bo *bo) in nouveau_bo_del()
609 struct nouveau_bo_priv *nvbo = nouveau_bo(bo); in nouveau_bo_del()
637 struct nouveau_bo **pbo) in nouveau_bo_new()
640 struct nouveau_bo *bo = &nvbo->base; in nouveau_bo_new()
662 struct nouveau_bo **pbo, int name) in nouveau_bo_wrap_locked()
727 struct nouveau_bo **pbo) in nouveau_bo_wrap()
739 struct nouveau_bo **pbo) in nouveau_bo_name_ref()
767 nouveau_bo_name_get(struct nouveau_bo *bo, uint32_t *name) in nouveau_bo_name_get()
771 struct nouveau_bo_priv *nvbo = nouveau_bo(bo); in nouveau_bo_name_get()
789 nouveau_bo_ref(struct nouveau_bo *b
[all...]
H A Dpushbuf.c59 struct nouveau_bo *bo;
67 struct nouveau_bo *bos[];
80 pushbuf_kref_fits(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_kref_fits()
86 struct nouveau_bo *kbo; in pushbuf_kref_fits()
148 pushbuf_kref(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_kref()
213 atomic_inc(&nouveau_bo(bo)->refcnt); in pushbuf_kref()
220 pushbuf_krel(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_krel()
269 struct nouveau_bo *bo; in pushbuf_dump()
321 struct nouveau_bo *bo; in pushbuf_submit()
386 nouveau_bo(b in pushbuf_submit()
[all...]
H A Dabi16.c273 abi16_bo_info(struct nouveau_bo *bo, struct drm_nouveau_gem_info *info) in abi16_bo_info()
275 struct nouveau_bo_priv *nvbo = nouveau_bo(bo); in abi16_bo_info()
307 abi16_bo_init(struct nouveau_bo *bo, uint32_t alignment, in abi16_bo_init()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video.h55 struct nouveau_bo *interlaced, *full;
67 struct nouveau_bo *bsp_fw, *bsp_data;
68 struct nouveau_bo *vp_fw, *vp_data;
69 struct nouveau_bo *mbring, *vpring;
78 struct nouveau_bo *fence;
80 struct nouveau_bo *bitstream;
81 struct nouveau_bo *vp_params;
97 struct nouveau_bo *mpeg12_bo;
H A Dnv50_screen.h68 struct nouveau_bo *code;
69 struct nouveau_bo *uniforms;
70 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
71 struct nouveau_bo *stack_bo;
72 struct nouveau_bo *tls_bo;
100 struct nouveau_bo *bo;
H A Dnv50_winsys.h21 unsigned flags, struct nouveau_bo *bo) in nv50_add_bufctx_resident_bo()
43 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags) in PUSH_REFN()
85 nouveau_bo_memtype(const struct nouveau_bo *bo) in nouveau_bo_memtype()
H A Dnv98_video_bsp.c48 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH]; in nv98_decoder_bsp()
49 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1]; in nv98_decoder_bsp()
69 struct nouveau_bo *tmp_bo = NULL; in nv98_decoder_bsp()
86 struct nouveau_bo *tmp_bo = NULL; in nv98_decoder_bsp()
H A Dnv50_context.h325 struct nouveau_bo *dst, unsigned offset, unsigned domain,
329 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom,
330 struct nouveau_bo *src, unsigned srcoff, unsigned srcdom,
H A Dnv98_video_vp.c28 struct nouveau_bo *inter_bo, unsigned slice_size) in dump_comm_vp()
77 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH]; in nv98_decoder_vp()
78 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1]; in nv98_decoder_vp()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_context.h23 struct nouveau_bo *dst, unsigned, unsigned,
24 struct nouveau_bo *src, unsigned, unsigned, unsigned);
26 struct nouveau_bo *dst, unsigned, unsigned,
44 struct nouveau_bo *bo[NOUVEAU_MAX_SCRATCH_BUFS];
45 struct nouveau_bo *current;
48 struct nouveau_bo *bo[0];
87 * The returned nouveau_bo is only referenced by the context, don't un-ref it !
91 struct nouveau_bo **);
H A Dnouveau_vp3_video.h75 struct nouveau_bo *fence_bo;
78 struct nouveau_bo *fw_bo, *bitplane_bo;
86 struct nouveau_bo *ref_bo;
88 struct nouveau_bo *inter_bo[2];
90 struct nouveau_bo *bsp_bo[NOUVEAU_VP3_VIDEO_QDEPTH];
H A Dnouveau_buffer.h10 struct nouveau_bo;
31 * The address of a resource will lie within the nouveau_bo referenced,
40 struct nouveau_bo *bo;
128 struct nouveau_bo **);
H A Dnouveau_screen.h18 struct nouveau_bo;
145 struct nouveau_bo *bo,
148 struct nouveau_bo *
H A Dnouveau_video.h27 struct nouveau_bo *cmd_bo, *data_bo, *fence_bo;
85 struct nouveau_bo *bo, uint32_t offset, in PUSH_MTHDl()
H A Dnouveau_screen.c96 struct nouveau_bo *
102 struct nouveau_bo *bo = NULL; in nouveau_screen_bo_from_handle()
136 struct nouveau_bo *bo, in nouveau_screen_bo_get_handle()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_transfer.h5 struct nouveau_bo *bo;
31 struct nouveau_bo *, unsigned offset, unsigned domain,
36 struct nouveau_bo *, unsigned dstoff, unsigned dstdom,
37 struct nouveau_bo *, unsigned srcoff, unsigned srcdom,
H A Dnv30_winsys.h23 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, in PUSH_RELOC()
44 struct nouveau_bo *bo, uint32_t access) in PUSH_REFN()
51 struct nouveau_bo *bo, uint32_t offset, uint32_t access) in PUSH_MTHDl()
60 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor) in PUSH_MTHDo()
72 struct nouveau_bo *bo, uint32_t data, uint32_t access, in PUSH_MTHDs()
85 struct nouveau_bo *bo, uint32_t data, uint32_t access, in PUSH_MTHD()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h77 struct nouveau_bo *text;
78 struct nouveau_bo *uniform_bo;
79 struct nouveau_bo *tls;
80 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
81 struct nouveau_bo *poly_cache;
111 struct nouveau_bo *bo;
H A Dnvc0_video_bsp.c37 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH]; in nvc0_decoder_bsp_begin()
56 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH]; in nvc0_decoder_bsp_next()
57 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1]; in nvc0_decoder_bsp_next()
69 struct nouveau_bo *tmp_bo = NULL; in nvc0_decoder_bsp_next()
105 struct nouveau_bo *tmp_bo = NULL; in nvc0_decoder_bsp_next()
144 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH]; in nvc0_decoder_bsp_end()
145 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1]; in nvc0_decoder_bsp_end()
H A Dnvc0_winsys.h20 unsigned flags, struct nouveau_bo *bo) in nv50_add_bufctx_resident_bo()
42 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags) in PUSH_REFN()
100 nouveau_bo_memtype(const struct nouveau_bo *bo)
H A Dnvc0_transfer.c200 struct nouveau_bo *dst, unsigned offset, unsigned domain, in nvc0_m2mf_push_linear()
242 struct nouveau_bo *dst, unsigned offset, unsigned domain, in nve4_p2mf_push_linear()
282 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom, in nvc0_m2mf_copy_linear()
283 struct nouveau_bo *src, unsigned srcoff, unsigned srcdom, in nvc0_m2mf_copy_linear()
320 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom, in nve4_m2mf_copy_linear()
321 struct nouveau_bo *src, unsigned srcoff, unsigned srcdom, in nve4_m2mf_copy_linear()
577 struct nouveau_bo *bo, unsigned domain, in nvc0_cb_bo_push()
H A Dnvc0_context.h403 struct nouveau_bo *dst, unsigned offset, unsigned domain,
407 struct nouveau_bo *dst, unsigned offset, unsigned domain,
411 struct nouveau_bo *bo, unsigned domain,
/third_party/libdrm/tests/nouveau/
H A Dthreaded.c64 struct nouveau_bo *bo = NULL; in openclose()
80 struct nouveau_bo *bo; in main()

Completed in 13 milliseconds

123