/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_bo.h | 68 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 * 81 struct xe_bo *xe_bo_create_locked(struct xe_device *xe, struct xe_tile *tile, 84 struct xe_bo *xe_bo_create(struct xe_device *xe, struct xe_tile *tile, 87 struct xe_bo *xe_bo_create_user(struct xe_device *xe, struct xe_tile *tile, 91 struct xe_bo *xe_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile, 94 struct xe_bo *xe_bo_create_pin_map_at(struct xe_device *xe, struct xe_tile *tile, 97 struct xe_bo *xe_bo_create_from_data(struct xe_device *xe, struct xe_tile *tile, [all …]
|
D | xe_bo.c | 87 bool xe_bo_is_vram(struct xe_bo *bo) in xe_bo_is_vram() 93 bool xe_bo_is_stolen(struct xe_bo *bo) in xe_bo_is_stolen() 107 bool xe_bo_has_single_placement(struct xe_bo *bo) in xe_bo_has_single_placement() 121 bool xe_bo_is_stolen_devmem(struct xe_bo *bo) in xe_bo_is_stolen_devmem() 127 static bool xe_bo_is_user(struct xe_bo *bo) in xe_bo_is_user() 152 static void try_add_system(struct xe_device *xe, struct xe_bo *bo, in try_add_system() 165 static void add_vram(struct xe_device *xe, struct xe_bo *bo, in add_vram() 198 static void try_add_vram(struct xe_device *xe, struct xe_bo *bo, in try_add_vram() 207 static void try_add_stolen(struct xe_device *xe, struct xe_bo *bo, in try_add_stolen() 223 static int __xe_bo_placement_for_flags(struct xe_device *xe, struct xe_bo *bo, in __xe_bo_placement_for_flags() [all …]
|
D | xe_drm_client.h | 18 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()
|
D | xe_pt_types.h | 13 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;
|
D | xe_dma_buf.c | 52 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()
|
D | xe_ggtt.h | 27 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);
|
D | xe_migrate.h | 15 struct xe_bo; 99 struct xe_bo *src_bo, 100 struct xe_bo *dst_bo, 110 struct xe_bo *bo,
|
D | xe_gsc_types.h | 17 struct xe_bo; 32 struct xe_bo *private; 61 struct xe_bo *bo;
|
D | xe_ggtt_types.h | 13 struct xe_bo; 36 struct xe_bo *scratch; 78 u64 (*pte_encode_bo)(struct xe_bo *bo, u64 bo_offset, u16 pat_index);
|
D | xe_trace_bo.h | 23 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)
|
D | xe_huc_types.h | 11 struct xe_bo; 21 struct xe_bo *gsc_pkt;
|
D | xe_guc_log_types.h | 11 struct xe_bo; 20 struct xe_bo *bo;
|
D | xe_sa_types.h | 10 struct xe_bo; 14 struct xe_bo *bo;
|
D | xe_guc_ads_types.h | 11 struct xe_bo; 18 struct xe_bo *bo;
|
D | xe_memirq_types.h | 11 struct xe_bo; 30 struct xe_bo *bo;
|
D | xe_drm_client.c | 133 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()
|
D | xe_ttm_stolen_mgr.h | 12 struct xe_bo; 18 u64 xe_ttm_stolen_io_offset(struct xe_bo *bo, u32 offset);
|
D | xe_lrc_types.h | 13 struct xe_bo; 23 struct xe_bo *bo;
|
D | xe_gt_sriov_pf_config_types.h | 12 struct xe_bo; 23 struct xe_bo *lmem_obj;
|
/linux-6.12.1/drivers/gpu/drm/xe/display/ |
D | intel_fb_bo.h | 13 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,
|
D | intel_fb_bo.c | 14 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()
|
D | xe_fb_pin.c | 18 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-6.12.1/drivers/gpu/drm/xe/compat-i915-headers/gem/ |
D | i915_gem_object.h | 15 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()
|
D | i915_gem_stolen.h | 7 struct xe_bo; 10 struct xe_bo *bo; 18 struct xe_bo *bo; in i915_gem_stolen_insert_node_in_range()
|
/linux-6.12.1/drivers/gpu/drm/xe/compat-i915-headers/ |
D | i915_vma.h | 19 struct xe_bo; 22 struct xe_bo *bo, *dpt;
|