Home
last modified time | relevance | path

Searched refs:xe_bo (Results 1 – 25 of 71) sorted by relevance

123

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h68 struct xe_bo *xe_bo_alloc(void);
69 void xe_bo_free(struct xe_bo *bo);
71 struct xe_bo *___xe_bo_create_locked(struct xe_device *xe, struct xe_bo *bo,
76 struct xe_bo *
121 static inline struct xe_bo *xe_bo_get(struct xe_bo *bo) in xe_bo_get()
129 void xe_bo_put(struct xe_bo *bo);
145 void xe_bo_unlock(struct xe_bo *bo);
159 int xe_bo_pin(struct xe_bo *bo);
161 void xe_bo_unpin(struct xe_bo *bo);
191 xe_bo_ggtt_addr(struct xe_bo *bo) in xe_bo_ggtt_addr()
[all …]
H A Dxe_bo.c1023 struct xe_bo *bo; in xe_ttm_bo_release_notify()
1258 struct xe_bo *___xe_bo_create_locked(struct xe_device *xe, struct xe_bo *bo, in ___xe_bo_create_locked()
1386 struct xe_bo *bo, in __xe_bo_fixed_placement()
1423 static struct xe_bo *
1429 struct xe_bo *bo = NULL; in __xe_bo_create_locked()
1492 struct xe_bo *
1539 struct xe_bo *bo; in xe_bo_create_pin_map_at()
1603 struct xe_bo *bo; in xe_managed_bo_create_pin_map()
1645 struct xe_bo *bo; in xe_managed_bo_reinit_in_vram()
1967 struct xe_bo *bo; in xe_gem_create_ioctl()
[all …]
H A Dxe_drm_client.h18 struct xe_bo;
58 struct xe_bo *bo);
59 void xe_drm_client_remove_bo(struct xe_bo *bo);
62 struct xe_bo *bo) in xe_drm_client_add_bo()
66 static inline void xe_drm_client_remove_bo(struct xe_bo *bo) in xe_drm_client_remove_bo()
H A Dxe_pt_types.h13 struct xe_bo;
29 struct xe_bo *bo;
41 u64 (*pte_encode_bo)(struct xe_bo *bo, u64 bo_offset,
48 u64 (*pde_encode_bo)(struct xe_bo *bo, u64 bo_offset,
59 struct xe_bo *pt_bo;
H A Dxe_dma_buf.c52 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_pin()
84 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_unpin()
94 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_map()
149 struct xe_bo *bo = gem_to_xe_bo(dma_buf->priv); in xe_dma_buf_unmap()
164 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_begin_cpu_access()
195 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_gem_prime_export()
209 xe_dma_buf_init_obj(struct drm_device *dev, struct xe_bo *storage, in xe_dma_buf_init_obj()
214 struct xe_bo *bo; in xe_dma_buf_init_obj()
237 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_move_notify()
269 struct xe_bo *bo; in xe_gem_prime_import()
H A Dxe_ggtt.h27 void xe_ggtt_map_bo(struct xe_ggtt *ggtt, struct xe_bo *bo);
28 int xe_ggtt_insert_bo(struct xe_ggtt *ggtt, struct xe_bo *bo);
29 int xe_ggtt_insert_bo_at(struct xe_ggtt *ggtt, struct xe_bo *bo,
31 void xe_ggtt_remove_bo(struct xe_ggtt *ggtt, struct xe_bo *bo);
H A Dxe_migrate.h15 struct xe_bo;
99 struct xe_bo *src_bo,
100 struct xe_bo *dst_bo,
110 struct xe_bo *bo,
H A Dxe_gsc_types.h17 struct xe_bo;
32 struct xe_bo *private;
61 struct xe_bo *bo;
H A Dxe_ggtt_types.h13 struct xe_bo;
36 struct xe_bo *scratch;
78 u64 (*pte_encode_bo)(struct xe_bo *bo, u64 bo_offset, u16 pat_index);
H A Dxe_trace_bo.h23 DECLARE_EVENT_CLASS(xe_bo,
24 TP_PROTO(struct xe_bo *bo),
46 DEFINE_EVENT(xe_bo, xe_bo_cpu_fault,
47 TP_PROTO(struct xe_bo *bo),
52 TP_PROTO(struct xe_bo *bo, uint32_t new_placement, uint32_t old_placement,
56 __field(struct xe_bo *, bo)
H A Dxe_guc_log_types.h11 struct xe_bo;
20 struct xe_bo *bo;
H A Dxe_huc_types.h11 struct xe_bo;
21 struct xe_bo *gsc_pkt;
H A Dxe_guc_ads_types.h11 struct xe_bo;
18 struct xe_bo *bo;
H A Dxe_sa_types.h10 struct xe_bo;
14 struct xe_bo *bo;
H A Dxe_memirq_types.h11 struct xe_bo;
30 struct xe_bo *bo;
H A Dxe_ttm_stolen_mgr.h12 struct xe_bo;
18 u64 xe_ttm_stolen_io_offset(struct xe_bo *bo, u32 offset);
H A Dxe_drm_client.c133 struct xe_bo *bo) in xe_drm_client_add_bo()
153 void xe_drm_client_remove_bo(struct xe_bo *bo) in xe_drm_client_remove_bo()
167 static void bo_meminfo(struct xe_bo *bo, in bo_meminfo()
199 struct xe_bo *bo; in show_meminfo()
209 struct xe_bo *bo = gem_to_xe_bo(obj); in show_meminfo()
H A Dxe_lrc_types.h13 struct xe_bo;
23 struct xe_bo *bo;
H A Dxe_gt_sriov_pf_config_types.h12 struct xe_bo;
23 struct xe_bo *lmem_obj;
/linux/drivers/gpu/drm/xe/display/
H A Dintel_fb_bo.h13 struct xe_bo;
15 void intel_fb_bo_framebuffer_fini(struct xe_bo *bo);
17 struct xe_bo *bo,
20 struct xe_bo *intel_fb_bo_lookup_valid_bo(struct drm_i915_private *i915,
H A Dintel_fb_bo.c14 void intel_fb_bo_framebuffer_fini(struct xe_bo *bo) in intel_fb_bo_framebuffer_fini()
26 struct xe_bo *bo, in intel_fb_bo_framebuffer_init()
68 struct xe_bo *intel_fb_bo_lookup_valid_bo(struct drm_i915_private *i915, in intel_fb_bo_lookup_valid_bo()
H A Dxe_fb_pin.c18 write_dpt_rotated(struct xe_bo *bo, struct iosys_map *map, u32 *dpt_ofs, u32 bo_ofs, in write_dpt_rotated()
50 write_dpt_remapped(struct xe_bo *bo, struct iosys_map *map, u32 *dpt_ofs, in write_dpt_remapped()
56 u64 (*pte_encode_bo)(struct xe_bo *bo, u64 bo_offset, u16 pat_index) in write_dpt_remapped()
87 struct xe_bo *bo = intel_fb_obj(&fb->base), *dpt; in __xe_pin_fb_vma_dpt()
161 write_ggtt_rotated(struct xe_bo *bo, struct xe_ggtt *ggtt, u32 *ggtt_ofs, u32 bo_ofs, in write_ggtt_rotated()
188 struct xe_bo *bo = intel_fb_obj(&fb->base); in __xe_pin_fb_vma_ggtt()
272 struct xe_bo *bo = intel_fb_obj(&fb->base); in __xe_pin_fb_vma()
369 struct xe_bo *bo = intel_fb_obj(fb); in intel_plane_pin_fb()
/linux/drivers/gpu/drm/xe/compat-i915-headers/gem/
H A Di915_gem_object.h15 static inline dma_addr_t i915_gem_object_get_dma_address(const struct xe_bo *bo, pgoff_t n) in i915_gem_object_get_dma_address()
22 static inline bool i915_gem_object_is_tiled(const struct xe_bo *bo) in i915_gem_object_is_tiled()
28 static inline bool i915_gem_object_is_userptr(const struct xe_bo *bo) in i915_gem_object_is_userptr()
34 static inline int i915_gem_object_read_from_page(struct xe_bo *bo, in i915_gem_object_read_from_page()
H A Di915_gem_stolen.h7 struct xe_bo;
10 struct xe_bo *bo;
18 struct xe_bo *bo; in i915_gem_stolen_insert_node_in_range()
/linux/drivers/gpu/drm/xe/compat-i915-headers/
H A Di915_vma.h19 struct xe_bo;
22 struct xe_bo *bo, *dpt;

123