Symbol: xe_guc_buf
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
108
struct xe_guc_buf *bufs;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
128
struct xe_guc_buf *bufs;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
154
struct xe_guc_buf b1, b2;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
188
struct xe_guc_buf b1, b2;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
207
struct xe_guc_buf buf;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
217
struct xe_guc_buf buf;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
247
struct xe_guc_buf buf;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
273
struct xe_guc_buf buf;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
290
CLASS(xe_guc_buf, buf)(cache, dwords);
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
299
CLASS(xe_guc_buf, buf)(cache, dwords);
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
80
struct xe_guc_buf buf;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
94
struct xe_guc_buf buf;
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
199
CLASS(xe_guc_buf, buf)(&gt->uc.guc.buf, GUC_KLV_LEN_MIN + GUC_MAX_SCHED_GROUPS);
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
380
CLASS(xe_guc_buf, buf)(&gt->uc.guc.buf, max_cfg_dwords);
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
75
static int pf_send_vf_buf_klvs(struct xe_gt *gt, u32 vfid, struct xe_guc_buf buf, u32 num_dwords)
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
87
struct xe_guc_buf buf, u32 num_dwords)
drivers/gpu/drm/xe/xe_gt_sriov_pf_migration.c
186
CLASS(xe_guc_buf, buf)(&guc->buf, ndwords);
drivers/gpu/drm/xe/xe_gt_sriov_pf_policy.c
111
CLASS(xe_guc_buf, buf)(&gt->uc.guc.buf, GUC_KLV_LEN_MIN + num_dwords);
drivers/gpu/drm/xe/xe_gt_sriov_pf_policy.c
41
static int pf_send_policy_klvs(struct xe_gt *gt, struct xe_guc_buf buf, u32 num_dwords)
drivers/gpu/drm/xe/xe_gt_sriov_pf_policy.c
53
struct xe_guc_buf buf, u32 num_dwords)
drivers/gpu/drm/xe/xe_guc.c
624
CLASS(xe_guc_buf, buf)(&guc->buf, OPT_IN_MAX_DWORDS);
drivers/gpu/drm/xe/xe_guc_ads.c
1009
CLASS(xe_guc_buf, buf)(&guc->buf, sizeof(*policies));
drivers/gpu/drm/xe/xe_guc_buf.c
102
return (struct xe_guc_buf){ .sa = sa };
drivers/gpu/drm/xe/xe_guc_buf.c
115
struct xe_guc_buf xe_guc_buf_from_data(struct xe_guc_buf_cache *cache,
drivers/gpu/drm/xe/xe_guc_buf.c
124
return (struct xe_guc_buf){ .sa = sa };
drivers/gpu/drm/xe/xe_guc_buf.c
133
void xe_guc_buf_release(const struct xe_guc_buf buf)
drivers/gpu/drm/xe/xe_guc_buf.c
145
void *xe_guc_buf_sync_read(const struct xe_guc_buf buf)
drivers/gpu/drm/xe/xe_guc_buf.c
158
u64 xe_guc_buf_flush(const struct xe_guc_buf buf)
drivers/gpu/drm/xe/xe_guc_buf.c
170
void *xe_guc_buf_cpu_ptr(const struct xe_guc_buf buf)
drivers/gpu/drm/xe/xe_guc_buf.c
181
u64 xe_guc_buf_gpu_addr(const struct xe_guc_buf buf)
drivers/gpu/drm/xe/xe_guc_buf.c
93
struct xe_guc_buf xe_guc_buf_reserve(struct xe_guc_buf_cache *cache, u32 dwords)
drivers/gpu/drm/xe/xe_guc_buf.h
17
struct xe_guc_buf xe_guc_buf_reserve(struct xe_guc_buf_cache *cache, u32 dwords);
drivers/gpu/drm/xe/xe_guc_buf.h
18
struct xe_guc_buf xe_guc_buf_from_data(struct xe_guc_buf_cache *cache,
drivers/gpu/drm/xe/xe_guc_buf.h
20
void xe_guc_buf_release(const struct xe_guc_buf buf);
drivers/gpu/drm/xe/xe_guc_buf.h
28
static inline bool xe_guc_buf_is_valid(const struct xe_guc_buf buf)
drivers/gpu/drm/xe/xe_guc_buf.h
33
void *xe_guc_buf_cpu_ptr(const struct xe_guc_buf buf);
drivers/gpu/drm/xe/xe_guc_buf.h
34
void *xe_guc_buf_sync_read(const struct xe_guc_buf buf);
drivers/gpu/drm/xe/xe_guc_buf.h
35
u64 xe_guc_buf_flush(const struct xe_guc_buf buf);
drivers/gpu/drm/xe/xe_guc_buf.h
36
u64 xe_guc_buf_gpu_addr(const struct xe_guc_buf buf);
drivers/gpu/drm/xe/xe_guc_buf.h
39
DEFINE_CLASS(xe_guc_buf, struct xe_guc_buf,
drivers/gpu/drm/xe/xe_guc_buf.h
44
DEFINE_CLASS(xe_guc_buf_from_data, struct xe_guc_buf,