Symbol: xe_guc_buf_cache
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
107
struct xe_guc_buf_cache *cache = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
127
struct xe_guc_buf_cache *cache = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
153
struct xe_guc_buf_cache *cache = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
187
struct xe_guc_buf_cache *cache = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
206
struct xe_guc_buf_cache *cache = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
216
struct xe_guc_buf_cache *cache = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
246
struct xe_guc_buf_cache *cache = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
272
struct xe_guc_buf_cache *cache = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
286
struct xe_guc_buf_cache *cache = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
79
struct xe_guc_buf_cache *cache = test->priv;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
93
struct xe_guc_buf_cache *cache = test->priv;
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
17
static struct xe_guc *cache_to_guc(struct xe_guc_buf_cache *cache)
drivers/gpu/drm/xe/xe_guc_buf.c
194
u64 xe_guc_cache_gpu_addr_from_ptr(struct xe_guc_buf_cache *cache, const void *ptr, u32 size)
drivers/gpu/drm/xe/xe_guc_buf.c
22
static struct xe_gt *cache_to_gt(struct xe_guc_buf_cache *cache)
drivers/gpu/drm/xe/xe_guc_buf.c
27
static int guc_buf_cache_init(struct xe_guc_buf_cache *cache, u32 size)
drivers/gpu/drm/xe/xe_guc_buf.c
52
int xe_guc_buf_cache_init(struct xe_guc_buf_cache *cache)
drivers/gpu/drm/xe/xe_guc_buf.c
67
int xe_guc_buf_cache_init_with_size(struct xe_guc_buf_cache *cache, u32 size)
drivers/gpu/drm/xe/xe_guc_buf.c
78
u32 xe_guc_buf_cache_dwords(struct xe_guc_buf_cache *cache)
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
14
int xe_guc_buf_cache_init(struct xe_guc_buf_cache *cache);
drivers/gpu/drm/xe/xe_guc_buf.h
15
int xe_guc_buf_cache_init_with_size(struct xe_guc_buf_cache *cache, u32 size);
drivers/gpu/drm/xe/xe_guc_buf.h
16
u32 xe_guc_buf_cache_dwords(struct xe_guc_buf_cache *cache);
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
37
u64 xe_guc_cache_gpu_addr_from_ptr(struct xe_guc_buf_cache *cache, const void *ptr, u32 size);
drivers/gpu/drm/xe/xe_guc_buf.h
42
struct xe_guc_buf_cache *cache, u32 num);
drivers/gpu/drm/xe/xe_guc_buf.h
47
struct xe_guc_buf_cache *cache, const void *data, size_t size);
drivers/gpu/drm/xe/xe_guc_types.h
64
struct xe_guc_buf_cache buf;