Home
last modified time | relevance | path

Searched refs:nouveau_bo (Results 1 – 25 of 69) sorted by relevance

123

/external/libdrm/nouveau/
Dnouveau.h127 struct nouveau_bo { struct
139 struct nouveau_bo **); argument
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 **);
152 int nouveau_bo_set_prime(struct nouveau_bo *, int *prime_fd);
[all …]
Dprivate.h43 cli_kref_get(struct nouveau_client *client, struct nouveau_bo *bo) in cli_kref_get()
53 cli_push_get(struct nouveau_client *client, struct nouveau_bo *bo) in cli_push_get()
63 cli_kref_set(struct nouveau_client *client, struct nouveau_bo *bo, in cli_kref_set()
82 struct nouveau_bo base;
91 nouveau_bo(struct nouveau_bo *bo) in nouveau_bo() function
120 drm_private void abi16_bo_info(struct nouveau_bo *, struct drm_nouveau_gem_info *);
121 drm_private int abi16_bo_init(struct nouveau_bo *, uint32_t alignment,
Dnouveau.c595 nouveau_bo_del(struct nouveau_bo *bo) in nouveau_bo_del()
599 struct nouveau_bo_priv *nvbo = nouveau_bo(bo); in nouveau_bo_del()
628 struct nouveau_bo **pbo) in nouveau_bo_new()
631 struct nouveau_bo *bo = &nvbo->base; in nouveau_bo_new()
653 struct nouveau_bo **pbo, int name) in nouveau_bo_wrap_locked()
718 struct nouveau_bo **pbo) in nouveau_bo_wrap()
730 struct nouveau_bo **pbo) in nouveau_bo_name_ref()
758 nouveau_bo_name_get(struct nouveau_bo *bo, uint32_t *name) in nouveau_bo_name_get()
762 struct nouveau_bo_priv *nvbo = nouveau_bo(bo); in nouveau_bo_name_get()
780 nouveau_bo_ref(struct nouveau_bo *bo, struct nouveau_bo **pref) in nouveau_bo_ref()
[all …]
Dpushbuf.c62 struct nouveau_bo *bo;
70 struct nouveau_bo *bos[];
83 pushbuf_kref_fits(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_kref_fits()
89 struct nouveau_bo *kbo; in pushbuf_kref_fits()
151 pushbuf_kref(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_kref()
216 atomic_inc(&nouveau_bo(bo)->refcnt); in pushbuf_kref()
223 pushbuf_krel(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_krel()
272 struct nouveau_bo *bo; in pushbuf_dump()
320 struct nouveau_bo *bo; in pushbuf_submit()
383 nouveau_bo(bo)->access |= NOUVEAU_BO_WR; in pushbuf_submit()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
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;
Dnv50_screen.h67 struct nouveau_bo *code;
68 struct nouveau_bo *uniforms;
69 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
70 struct nouveau_bo *stack_bo;
71 struct nouveau_bo *tls_bo;
99 struct nouveau_bo *bo;
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()
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()
Dnv50_context.h280 struct nouveau_bo *dst, unsigned offset, unsigned domain,
284 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom,
285 struct nouveau_bo *src, unsigned srcoff, unsigned srcdom,
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()
/external/mesa3d/src/gallium/drivers/nouveau/
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];
91 struct nouveau_bo **);
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];
Dnouveau_buffer.h10 struct nouveau_bo;
38 struct nouveau_bo *bo;
112 struct nouveau_bo **);
Dnouveau_screen.h16 struct nouveau_bo;
126 struct nouveau_bo *bo,
129 struct nouveau_bo *
Dnouveau_screen.c84 struct nouveau_bo *
90 struct nouveau_bo *bo = 0; in nouveau_screen_bo_from_handle()
124 struct nouveau_bo *bo, in nouveau_screen_bo_get_handle()
Dnouveau_video.h27 struct nouveau_bo *cmd_bo, *data_bo, *fence_bo;
85 struct nouveau_bo *bo, uint32_t offset, in PUSH_MTHDl()
/external/libdrm/libkms/
Dnouveau.c45 struct nouveau_bo struct
80 struct nouveau_bo *bo; in nouveau_bo_create()
149 struct nouveau_bo *bo = (struct nouveau_bo *)_bo; in nouveau_bo_map()
172 struct nouveau_bo *bo = (struct nouveau_bo *)_bo; in nouveau_bo_unmap()
180 struct nouveau_bo *bo = (struct nouveau_bo *)_bo; in nouveau_bo_destroy()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
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,
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()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h68 struct nouveau_bo *text;
69 struct nouveau_bo *uniform_bo;
70 struct nouveau_bo *tls;
71 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
72 struct nouveau_bo *poly_cache;
99 struct nouveau_bo *bo;
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()
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) in nouveau_bo_memtype()
Dnvc0_transfer.c176 struct nouveau_bo *dst, unsigned offset, unsigned domain, in nvc0_m2mf_push_linear()
218 struct nouveau_bo *dst, unsigned offset, unsigned domain, in nve4_p2mf_push_linear()
258 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom, in nvc0_m2mf_copy_linear()
259 struct nouveau_bo *src, unsigned srcoff, unsigned srcdom, in nvc0_m2mf_copy_linear()
296 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom, in nve4_m2mf_copy_linear()
297 struct nouveau_bo *src, unsigned srcoff, unsigned srcdom, in nve4_m2mf_copy_linear()
550 struct nouveau_bo *bo, unsigned domain, in nvc0_cb_bo_push()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_local.h77 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, in PUSH_RELOC()
103 struct nouveau_bo *bo, uint32_t offset, uint32_t access) in PUSH_MTHDl()
112 struct nouveau_bo *bo, uint32_t data, uint32_t access, in PUSH_MTHDs()
126 struct nouveau_bo *bo, uint32_t data, uint32_t access, in PUSH_MTHD()
Dnouveau_scratch.h34 struct nouveau_bo *bo[NOUVEAU_SCRATCH_COUNT];
43 struct nouveau_bo **bo, unsigned *offset);

123