Symbol: xe_guc_id_mgr
drivers/gpu/drm/xe/tests/xe_guc_id_mgr_test.c
102
struct xe_guc_id_mgr *idm = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_id_mgr_test.c
13
struct xe_guc_id_mgr *idm;
drivers/gpu/drm/xe/tests/xe_guc_id_mgr_test.c
25
struct xe_guc_id_mgr *idm = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_id_mgr_test.c
33
struct xe_guc_id_mgr *idm = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_id_mgr_test.c
44
struct xe_guc_id_mgr *idm = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_id_mgr_test.c
56
struct xe_guc_id_mgr *idm = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_id_mgr_test.c
78
struct xe_guc_id_mgr *idm = test->priv;
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1148
struct xe_guc_id_mgr *idm = &gt->uc.guc.submission_state.idm;
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
889
struct xe_guc_id_mgr *idm = &gt->uc.guc.submission_state.idm;
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
897
struct xe_guc_id_mgr *idm = &gt->uc.guc.submission_state.idm;
drivers/gpu/drm/xe/xe_guc_id_mgr.c
121
static int idm_reserve_chunk_locked(struct xe_guc_id_mgr *idm,
drivers/gpu/drm/xe/xe_guc_id_mgr.c
159
static void idm_release_chunk_locked(struct xe_guc_id_mgr *idm,
drivers/gpu/drm/xe/xe_guc_id_mgr.c
17
static struct xe_guc *idm_to_guc(struct xe_guc_id_mgr *idm)
drivers/gpu/drm/xe/xe_guc_id_mgr.c
188
int xe_guc_id_mgr_reserve_locked(struct xe_guc_id_mgr *idm, unsigned int count)
drivers/gpu/drm/xe/xe_guc_id_mgr.c
202
void xe_guc_id_mgr_release_locked(struct xe_guc_id_mgr *idm, unsigned int id,
drivers/gpu/drm/xe/xe_guc_id_mgr.c
22
static struct xe_gt *idm_to_gt(struct xe_guc_id_mgr *idm)
drivers/gpu/drm/xe/xe_guc_id_mgr.c
221
int xe_guc_id_mgr_reserve(struct xe_guc_id_mgr *idm,
drivers/gpu/drm/xe/xe_guc_id_mgr.c
242
void xe_guc_id_mgr_release(struct xe_guc_id_mgr *idm,
drivers/gpu/drm/xe/xe_guc_id_mgr.c
250
static void idm_print_locked(struct xe_guc_id_mgr *idm, struct drm_printer *p, int indent)
drivers/gpu/drm/xe/xe_guc_id_mgr.c
27
static struct xe_device *idm_to_xe(struct xe_guc_id_mgr *idm)
drivers/gpu/drm/xe/xe_guc_id_mgr.c
271
void xe_guc_id_mgr_print(struct xe_guc_id_mgr *idm, struct drm_printer *p, int indent)
drivers/gpu/drm/xe/xe_guc_id_mgr.c
35
static void idm_print_locked(struct xe_guc_id_mgr *idm, struct drm_printer *p, int indent);
drivers/gpu/drm/xe/xe_guc_id_mgr.c
39
struct xe_guc_id_mgr *idm = arg;
drivers/gpu/drm/xe/xe_guc_id_mgr.c
76
int xe_guc_id_mgr_init(struct xe_guc_id_mgr *idm, unsigned int limit)
drivers/gpu/drm/xe/xe_guc_id_mgr.h
10
struct xe_guc_id_mgr;
drivers/gpu/drm/xe/xe_guc_id_mgr.h
12
int xe_guc_id_mgr_init(struct xe_guc_id_mgr *idm, unsigned int count);
drivers/gpu/drm/xe/xe_guc_id_mgr.h
14
int xe_guc_id_mgr_reserve_locked(struct xe_guc_id_mgr *idm, unsigned int count);
drivers/gpu/drm/xe/xe_guc_id_mgr.h
15
void xe_guc_id_mgr_release_locked(struct xe_guc_id_mgr *idm, unsigned int id, unsigned int count);
drivers/gpu/drm/xe/xe_guc_id_mgr.h
17
int xe_guc_id_mgr_reserve(struct xe_guc_id_mgr *idm, unsigned int count, unsigned int retain);
drivers/gpu/drm/xe/xe_guc_id_mgr.h
18
void xe_guc_id_mgr_release(struct xe_guc_id_mgr *idm, unsigned int start, unsigned int count);
drivers/gpu/drm/xe/xe_guc_id_mgr.h
20
void xe_guc_id_mgr_print(struct xe_guc_id_mgr *idm, struct drm_printer *p, int indent);
drivers/gpu/drm/xe/xe_guc_types.h
83
struct xe_guc_id_mgr idm;