/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_bo.h | 13 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 D | nouveau_bo.c | 141 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 D | nouveau_prime.c | 33 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 D | nouveau_vmm.h | 4 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 D | nouveau_gem.h | 10 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 D | nouveau_gem.c | 79 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 D | nouveau_fence.h | 9 struct nouveau_bo; 27 int nouveau_fence_sync(struct nouveau_bo *, struct nouveau_channel *, bool exclusive, bool intr); 93 struct nouveau_bo *bo;
|
A D | nouveau_ttm.c | 69 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 D | nouveau_sgdma.c | 71 struct nouveau_bo *nvbo = nouveau_bo(bo); in nouveau_sgdma_create_ttm()
|
A D | nouveau_vmm.c | 49 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 D | nv10_fence.h | 15 struct nouveau_bo *bo;
|
A D | nouveau_crtc.h | 57 struct nouveau_bo *nvbo;
|
A D | nouveau_chan.h | 32 struct nouveau_bo *buffer;
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv50/ |
A D | core.h | 19 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 D | wndw.h | 58 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 D | ovly.h | 16 void ovly827e_ntfy_reset(struct nouveau_bo *, u32); 17 int ovly827e_ntfy_wait_begun(struct nouveau_bo *, u32, struct nvif_device *);
|
A D | core507d.c | 62 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 D | disp.h | 28 struct nouveau_bo *sync; 53 void corec37d_ntfy_init(struct nouveau_bo *, u32);
|
A D | ovly827e.c | 69 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 D | corec37d.c | 82 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 D | sor907d.c | 48 struct nouveau_bo *bo = disp->sync; in sor907d_get_caps()
|
A D | core907d.c | 36 struct nouveau_bo *bo = disp->sync; in core907d_caps_init()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv04/ |
A D | overlay.c | 41 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 D | crtc.c | 614 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 D | disp.c | 80 struct nouveau_bo *nvbo; in nv04_display_fini() 132 struct nouveau_bo *nvbo; in nv04_display_init()
|