Home
last modified time | relevance | path

Searched refs:xe_guc_buf_cache_dwords (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/xe/tests/
A Dxe_guc_buf_kunit.c100 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()
/drivers/gpu/drm/xe/
A Dxe_guc_buf.c46 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
A Dxe_guc_buf.h15 u32 xe_guc_buf_cache_dwords(struct xe_guc_buf_cache *cache);
A Dxe_gt_sriov_pf_config.c318 u32 max_cfg_dwords = xe_guc_buf_cache_dwords(&gt->uc.guc.buf); in pf_push_full_vf_config()

Completed in 12 milliseconds