Searched refs:xe_guc_buf_cache_dwords (Results 1 – 4 of 4) sorted by relevance
100 buf = xe_guc_buf_reserve(cache, xe_guc_buf_cache_dwords(cache)); in test_largest()115 dwords = xe_guc_buf_cache_dwords(cache); in test_granular()135 dwords = xe_guc_buf_cache_dwords(cache); in test_unique()159 u32 dwords = xe_guc_buf_cache_dwords(cache) / 2; in test_overlap()196 b1 = xe_guc_buf_reserve(cache, xe_guc_buf_cache_dwords(cache)); in test_reusable()202 b2 = xe_guc_buf_reserve(cache, xe_guc_buf_cache_dwords(cache)); in test_reusable()213 buf = xe_guc_buf_reserve(cache, xe_guc_buf_cache_dwords(cache) + 1); in test_too_big()222 const u32 dwords = xe_guc_buf_cache_dwords(cache); in test_flush()257 dwords = xe_guc_buf_cache_dwords(cache); in test_lookup()291 u32 dwords = xe_guc_buf_cache_dwords(cache); in test_class()
46 xe_guc_buf_cache_dwords(cache), xe_bo_ggtt_addr(sam->bo), in xe_guc_buf_cache_init()57 u32 xe_guc_buf_cache_dwords(struct xe_guc_buf_cache *cache) in xe_guc_buf_cache_dwords() function
15 u32 xe_guc_buf_cache_dwords(struct xe_guc_buf_cache *cache);
318 u32 max_cfg_dwords = xe_guc_buf_cache_dwords(>->uc.guc.buf); in pf_push_full_vf_config()
Completed in 12 milliseconds