Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/gpu/drm/nouveau/
A Dnouveau_bo.h13 struct nouveau_bo { struct
45 static inline struct nouveau_bo * argument
46 nouveau_bo(struct ttm_buffer_object *bo) in nouveau_bo() function
52 nouveau_bo_ref(struct nouveau_bo *ref, struct nouveau_bo **pnvbo) in nouveau_bo_ref()
54 struct nouveau_bo *prev; in nouveau_bo_ref()
62 *pnvbo = nouveau_bo(&ref->bo); in nouveau_bo_ref()
82 struct nouveau_bo **);
84 int nouveau_bo_unpin(struct nouveau_bo *);
85 int nouveau_bo_map(struct nouveau_bo *);
86 void nouveau_bo_unmap(struct nouveau_bo *);
[all …]
A Dnouveau_bo.c141 struct nouveau_bo *nvbo = nouveau_bo(bo); in nouveau_bo_del_ttm()
200 struct nouveau_bo *
205 struct nouveau_bo *nvbo; in nouveau_bo_alloc()
330 struct nouveau_bo *nvbo; in nouveau_bo_new()
626 struct nouveau_bo *nvbo = nouveau_bo(bo); in nouveau_bo_add_io_reserve_lru()
636 struct nouveau_bo *nvbo = nouveau_bo(bo); in nouveau_bo_del_io_reserve_lru()
748 struct nouveau_bo *nvbo = nouveau_bo(bo); in nouveau_bo_evict_flags()
923 struct nouveau_bo *nvbo = nouveau_bo(bo); in nouveau_bo_move_ntfy()
959 struct nouveau_bo *nvbo = nouveau_bo(bo); in nouveau_bo_vm_bind()
1001 struct nouveau_bo *nvbo = nouveau_bo(bo); in nouveau_bo_move()
[all …]
A Dnouveau_prime.c33 struct nouveau_bo *nvbo = nouveau_gem_object(obj); in nouveau_gem_prime_get_sg_table()
45 struct nouveau_bo *nvbo; in nouveau_gem_prime_import_sg_table()
88 struct nouveau_bo *nvbo = nouveau_gem_object(obj); in nouveau_gem_prime_pin()
101 struct nouveau_bo *nvbo = nouveau_gem_object(obj); in nouveau_gem_prime_unpin()
A Dnouveau_vmm.h4 struct nouveau_bo;
18 struct nouveau_vma *nouveau_vma_find(struct nouveau_bo *, struct nouveau_vmm *);
19 int nouveau_vma_new(struct nouveau_bo *, struct nouveau_vmm *,
A Dnouveau_gem.h10 static inline struct nouveau_bo *
13 return gem ? container_of(gem, struct nouveau_bo, bo.base) : NULL; in nouveau_gem_object()
19 uint32_t tile_flags, struct nouveau_bo **);
A Dnouveau_gem.c79 struct nouveau_bo *nvbo = nouveau_gem_object(gem); in nouveau_gem_object_del()
224 struct nouveau_bo **pnvbo) in nouveau_gem_new()
227 struct nouveau_bo *nvbo; in nouveau_gem_new()
310 struct nouveau_bo *nvbo = NULL; in nouveau_gem_ioctl_new()
376 struct nouveau_bo *nvbo; in validate_fini_no_ticket()
424 struct nouveau_bo *res_bo = NULL; in validate_init()
439 struct nouveau_bo *nvbo; in validate_init()
532 struct nouveau_bo *nvbo; in validate_list()
654 struct nouveau_bo *nvbo; in nouveau_gem_pushbuf_reloc_apply()
958 struct nouveau_bo *nvbo; in nouveau_gem_ioctl_cpu_prep()
[all …]
A Dnouveau_fence.h9 struct nouveau_bo;
27 int nouveau_fence_sync(struct nouveau_bo *, struct nouveau_channel *, bool exclusive, bool intr);
93 struct nouveau_bo *bo;
A Dnouveau_ttm.c69 struct nouveau_bo *nvbo = nouveau_bo(bo); in nouveau_vram_manager_new()
104 struct nouveau_bo *nvbo = nouveau_bo(bo); in nouveau_gart_manager_new()
130 struct nouveau_bo *nvbo = nouveau_bo(bo); in nv04_gart_manager_new()
A Dnouveau_sgdma.c71 struct nouveau_bo *nvbo = nouveau_bo(bo); in nouveau_sgdma_create_ttm()
A Dnouveau_vmm.c49 nouveau_vma_find(struct nouveau_bo *nvbo, struct nouveau_vmm *vmm) in nouveau_vma_find()
77 nouveau_vma_new(struct nouveau_bo *nvbo, struct nouveau_vmm *vmm, in nouveau_vma_new()
A Dnv10_fence.h15 struct nouveau_bo *bo;
A Dnouveau_crtc.h57 struct nouveau_bo *nvbo;
A Dnouveau_chan.h32 struct nouveau_bo *buffer;
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv50/
A Dcore.h19 void (*ntfy_init)(struct nouveau_bo *, u32 offset);
21 int (*ntfy_wait_done)(struct nouveau_bo *, u32 offset,
46 void core507d_ntfy_init(struct nouveau_bo *, u32);
49 int core507d_ntfy_wait_done(struct nouveau_bo *, u32, struct nvif_device *);
67 int corec37d_ntfy_wait_done(struct nouveau_bo *, u32, struct nvif_device *);
A Dwndw.h58 void (*ntfy_reset)(struct nouveau_bo *, u32 offset);
61 int (*ntfy_wait_begun)(struct nouveau_bo *, u32 offset,
83 void base507c_ntfy_reset(struct nouveau_bo *, u32);
86 int base507c_ntfy_wait_begun(struct nouveau_bo *, u32, struct nvif_device *);
A Dovly.h16 void ovly827e_ntfy_reset(struct nouveau_bo *, u32);
17 int ovly827e_ntfy_wait_begun(struct nouveau_bo *, u32, struct nvif_device *);
A Dcore507d.c62 core507d_ntfy_wait_done(struct nouveau_bo *bo, u32 offset, in core507d_ntfy_wait_done()
74 core507d_ntfy_init(struct nouveau_bo *bo, u32 offset) in core507d_ntfy_init()
107 struct nouveau_bo *bo = disp->sync; in core507d_caps_init()
A Ddisp.h28 struct nouveau_bo *sync;
53 void corec37d_ntfy_init(struct nouveau_bo *, u32);
A Dovly827e.c69 ovly827e_ntfy_wait_begun(struct nouveau_bo *bo, u32 offset, in ovly827e_ntfy_wait_begun()
81 ovly827e_ntfy_reset(struct nouveau_bo *bo, u32 offset) in ovly827e_ntfy_reset()
A Dcorec37d.c82 corec37d_ntfy_wait_done(struct nouveau_bo *bo, u32 offset, in corec37d_ntfy_wait_done()
94 corec37d_ntfy_init(struct nouveau_bo *bo, u32 offset) in corec37d_ntfy_init()
A Dsor907d.c48 struct nouveau_bo *bo = disp->sync; in sor907d_get_caps()
A Dcore907d.c36 struct nouveau_bo *bo = disp->sync; in core907d_caps_init()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv04/
A Doverlay.c41 struct nouveau_bo *cur;
125 struct nouveau_bo *cur = nv_plane->cur; in nv10_update_plane()
126 struct nouveau_bo *nvbo; in nv10_update_plane()
374 struct nouveau_bo *cur = nv_plane->cur; in nv04_update_plane()
375 struct nouveau_bo *nvbo; in nv04_update_plane()
A Dcrtc.c614 struct nouveau_bo *nvbo = nouveau_gem_object(fb->obj[0]); in nv_crtc_swap_fbs()
833 struct nouveau_bo *nvbo; in nv04_crtc_do_mode_set_base()
921 static void nv04_cursor_upload(struct drm_device *dev, struct nouveau_bo *src, in nv04_cursor_upload()
922 struct nouveau_bo *dst) in nv04_cursor_upload()
940 static void nv11_cursor_upload(struct drm_device *dev, struct nouveau_bo *src, in nv11_cursor_upload()
941 struct nouveau_bo *dst) in nv11_cursor_upload()
988 struct nouveau_bo *cursor = NULL; in nv04_crtc_cursor_set()
1095 struct nouveau_bo *old_bo, in nv04_page_flip_emit()
1096 struct nouveau_bo *new_bo, in nv04_page_flip_emit()
1146 struct nouveau_bo *old_bo = nouveau_gem_object(old_fb->obj[0]); in nv04_crtc_page_flip()
[all …]
A Ddisp.c80 struct nouveau_bo *nvbo; in nv04_display_fini()
132 struct nouveau_bo *nvbo; in nv04_display_init()

Completed in 24 milliseconds

12