Symbol: xe_sa_manager
drivers/gpu/drm/xe/xe_bb.c
67
struct xe_sa_manager *bb_pool;
drivers/gpu/drm/xe/xe_device_types.h
207
struct xe_sa_manager *kernel_bb_pool;
drivers/gpu/drm/xe/xe_device_types.h
214
struct xe_sa_manager *reclaim_pool;
drivers/gpu/drm/xe/xe_gt_types.h
222
struct xe_sa_manager *bb_pool;
drivers/gpu/drm/xe/xe_guc_buf.c
30
struct xe_sa_manager *sam;
drivers/gpu/drm/xe/xe_guc_buf_types.h
10
struct xe_sa_manager;
drivers/gpu/drm/xe/xe_guc_buf_types.h
17
struct xe_sa_manager *sam;
drivers/gpu/drm/xe/xe_migrate.c
1110
struct xe_sa_manager *bb_pool;
drivers/gpu/drm/xe/xe_migrate.c
1235
struct xe_sa_manager *bb_pool;
drivers/gpu/drm/xe/xe_sa.c
122
void xe_sa_bo_swap_shadow(struct xe_sa_manager *sa_manager)
drivers/gpu/drm/xe/xe_sa.c
144
struct xe_sa_manager *sa_manager = to_xe_sa_manager(sa_bo->manager);
drivers/gpu/drm/xe/xe_sa.c
166
struct drm_suballoc *__xe_sa_bo_new(struct xe_sa_manager *sa_manager, u32 size, gfp_t gfp)
drivers/gpu/drm/xe/xe_sa.c
18
struct xe_sa_manager *sa_manager = arg;
drivers/gpu/drm/xe/xe_sa.c
184
struct xe_sa_manager *sa_manager = to_xe_sa_manager(sa_bo->manager);
drivers/gpu/drm/xe/xe_sa.c
201
struct xe_sa_manager *sa_manager = to_xe_sa_manager(sa_bo->manager);
drivers/gpu/drm/xe/xe_sa.c
47
struct xe_sa_manager *__xe_sa_bo_manager_init(struct xe_tile *tile, u32 size,
drivers/gpu/drm/xe/xe_sa.c
51
struct xe_sa_manager *sa_manager;
drivers/gpu/drm/xe/xe_sa.h
18
struct xe_sa_manager *__xe_sa_bo_manager_init(struct xe_tile *tile, u32 size,
drivers/gpu/drm/xe/xe_sa.h
20
struct drm_suballoc *__xe_sa_bo_new(struct xe_sa_manager *sa_manager, u32 size, gfp_t gfp);
drivers/gpu/drm/xe/xe_sa.h
22
static inline struct xe_sa_manager *xe_sa_bo_manager_init(struct xe_tile *tile, u32 size, u32 align)
drivers/gpu/drm/xe/xe_sa.h
36
static inline struct drm_suballoc *xe_sa_bo_new(struct xe_sa_manager *sa_manager, u32 size)
drivers/gpu/drm/xe/xe_sa.h
45
static inline struct xe_sa_manager *
drivers/gpu/drm/xe/xe_sa.h
48
return container_of(mng, struct xe_sa_manager, base);
drivers/gpu/drm/xe/xe_sa.h
57
static inline u64 xe_sa_manager_gpu_addr(struct xe_sa_manager *sa_manager)
drivers/gpu/drm/xe/xe_sa.h
74
void xe_sa_bo_swap_shadow(struct xe_sa_manager *sa_manager);
drivers/gpu/drm/xe/xe_sa.h
83
static inline struct mutex *xe_sa_bo_swap_guard(struct xe_sa_manager *sa_manager)
drivers/gpu/drm/xe/xe_sriov_vf_ccs.c
145
struct xe_sa_manager *sa_manager;
drivers/gpu/drm/xe/xe_sriov_vf_ccs.c
474
struct xe_sa_manager *bb_pool;
drivers/gpu/drm/xe/xe_sriov_vf_ccs_types.h
21
struct xe_sa_manager;
drivers/gpu/drm/xe/xe_sriov_vf_ccs_types.h
36
struct xe_sa_manager *ccs_bb_pool;