Home
last modified time | relevance | path

Searched refs:xe_guc_buf_cache (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_buf.h14 int xe_guc_buf_cache_init(struct xe_guc_buf_cache *cache);
15 int xe_guc_buf_cache_init_with_size(struct xe_guc_buf_cache *cache, u32 size);
16 u32 xe_guc_buf_cache_dwords(struct xe_guc_buf_cache *cache);
17 struct xe_guc_buf xe_guc_buf_reserve(struct xe_guc_buf_cache *cache, u32 dwords);
18 struct xe_guc_buf xe_guc_buf_from_data(struct xe_guc_buf_cache *cache,
37 u64 xe_guc_cache_gpu_addr_from_ptr(struct xe_guc_buf_cache *cache, const void *ptr, u32 size);
42 struct xe_guc_buf_cache *cache, u32 num);
47 struct xe_guc_buf_cache *cache, const void *data, size_t size);
H A Dxe_guc_buf_types.h15 struct xe_guc_buf_cache { struct
H A Dxe_guc_types.h64 struct xe_guc_buf_cache buf;