Symbol: xe_guc_db_mgr
drivers/gpu/drm/xe/tests/xe_guc_db_mgr_test.c
114
struct xe_guc_db_mgr *dbm = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_db_mgr_test.c
13
struct xe_guc_db_mgr *dbm;
drivers/gpu/drm/xe/tests/xe_guc_db_mgr_test.c
152
struct xe_guc_db_mgr *dbm = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_db_mgr_test.c
171
struct xe_guc_db_mgr *dbm = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_db_mgr_test.c
25
struct xe_guc_db_mgr *dbm = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_db_mgr_test.c
39
struct xe_guc_db_mgr *dbm = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_db_mgr_test.c
62
struct xe_guc_db_mgr *dbm = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_db_mgr_test.c
86
struct xe_guc_db_mgr *dbm = test->priv;
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1236
struct xe_guc_db_mgr *dbm = &gt->uc.guc.dbm;
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1244
struct xe_guc_db_mgr *dbm = &gt->uc.guc.dbm;
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1413
struct xe_guc_db_mgr *dbm = &gt->uc.guc.dbm;
drivers/gpu/drm/xe/xe_guc_db_mgr.c
114
static int dbm_reserve_chunk_locked(struct xe_guc_db_mgr *dbm,
drivers/gpu/drm/xe/xe_guc_db_mgr.c
143
static void dbm_release_chunk_locked(struct xe_guc_db_mgr *dbm,
drivers/gpu/drm/xe/xe_guc_db_mgr.c
169
int xe_guc_db_mgr_reserve_id_locked(struct xe_guc_db_mgr *dbm)
drivers/gpu/drm/xe/xe_guc_db_mgr.c
181
void xe_guc_db_mgr_release_id_locked(struct xe_guc_db_mgr *dbm, unsigned int id)
drivers/gpu/drm/xe/xe_guc_db_mgr.c
199
int xe_guc_db_mgr_reserve_range(struct xe_guc_db_mgr *dbm,
drivers/gpu/drm/xe/xe_guc_db_mgr.c
217
void xe_guc_db_mgr_release_range(struct xe_guc_db_mgr *dbm,
drivers/gpu/drm/xe/xe_guc_db_mgr.c
225
static void dbm_print_locked(struct xe_guc_db_mgr *dbm, struct drm_printer *p, int indent)
drivers/gpu/drm/xe/xe_guc_db_mgr.c
257
void xe_guc_db_mgr_print(struct xe_guc_db_mgr *dbm,
drivers/gpu/drm/xe/xe_guc_db_mgr.c
31
static struct xe_guc *dbm_to_guc(struct xe_guc_db_mgr *dbm)
drivers/gpu/drm/xe/xe_guc_db_mgr.c
36
static struct xe_gt *dbm_to_gt(struct xe_guc_db_mgr *dbm)
drivers/gpu/drm/xe/xe_guc_db_mgr.c
41
static struct xe_device *dbm_to_xe(struct xe_guc_db_mgr *dbm)
drivers/gpu/drm/xe/xe_guc_db_mgr.c
49
static void dbm_print_locked(struct xe_guc_db_mgr *dbm, struct drm_printer *p, int indent);
drivers/gpu/drm/xe/xe_guc_db_mgr.c
53
struct xe_guc_db_mgr *dbm = arg;
drivers/gpu/drm/xe/xe_guc_db_mgr.c
87
int xe_guc_db_mgr_init(struct xe_guc_db_mgr *dbm, unsigned int count)
drivers/gpu/drm/xe/xe_guc_db_mgr.h
10
struct xe_guc_db_mgr;
drivers/gpu/drm/xe/xe_guc_db_mgr.h
12
int xe_guc_db_mgr_init(struct xe_guc_db_mgr *dbm, unsigned int count);
drivers/gpu/drm/xe/xe_guc_db_mgr.h
14
int xe_guc_db_mgr_reserve_id_locked(struct xe_guc_db_mgr *dbm);
drivers/gpu/drm/xe/xe_guc_db_mgr.h
15
void xe_guc_db_mgr_release_id_locked(struct xe_guc_db_mgr *dbm, unsigned int id);
drivers/gpu/drm/xe/xe_guc_db_mgr.h
17
int xe_guc_db_mgr_reserve_range(struct xe_guc_db_mgr *dbm, unsigned int count, unsigned int spare);
drivers/gpu/drm/xe/xe_guc_db_mgr.h
18
void xe_guc_db_mgr_release_range(struct xe_guc_db_mgr *dbm, unsigned int start, unsigned int count);
drivers/gpu/drm/xe/xe_guc_db_mgr.h
20
void xe_guc_db_mgr_print(struct xe_guc_db_mgr *dbm, struct drm_printer *p, int indent);
drivers/gpu/drm/xe/xe_guc_types.h
70
struct xe_guc_db_mgr dbm;