Searched refs:xe_guc_buf (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_buf.h | 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, 20 void xe_guc_buf_release(const struct xe_guc_buf buf); 28 static inline bool xe_guc_buf_is_valid(const struct xe_guc_buf buf) in xe_guc_buf_is_valid() 33 void *xe_guc_buf_cpu_ptr(const struct xe_guc_buf buf); 34 void *xe_guc_buf_sync_read(const struct xe_guc_buf buf); 35 u64 xe_guc_buf_flush(const struct xe_guc_buf buf); 36 u64 xe_guc_buf_gpu_addr(const struct xe_guc_buf buf); 39 DEFINE_CLASS(xe_guc_buf, struct xe_guc_buf, 44 DEFINE_CLASS(xe_guc_buf_from_data, struct xe_guc_buf,
|
| H A D | xe_guc_buf_types.h | 23 struct xe_guc_buf { struct
|
| H A D | xe_guc_ads.c | 995 CLASS(xe_guc_buf, buf)(&guc->buf, sizeof(*policies)); in xe_guc_ads_scheduler_policy_toggle_reset()
|
| H A D | xe_guc.c | 622 CLASS(xe_guc_buf, buf)(&guc->buf, OPT_IN_MAX_DWORDS); in xe_guc_opt_in_features_enable()
|