Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_guc_buf_kunit.c101 buf = xe_guc_buf_reserve(cache, xe_guc_buf_cache_dwords(cache)); in test_largest()
116 dwords = xe_guc_buf_cache_dwords(cache); in test_granular()
136 dwords = xe_guc_buf_cache_dwords(cache); in test_unique()
160 u32 dwords = xe_guc_buf_cache_dwords(cache) / 2; in test_overlap()
197 b1 = xe_guc_buf_reserve(cache, xe_guc_buf_cache_dwords(cache)); in test_reusable()
203 b2 = xe_guc_buf_reserve(cache, xe_guc_buf_cache_dwords(cache)); in test_reusable()
214 buf = xe_guc_buf_reserve(cache, xe_guc_buf_cache_dwords(cache) + 1); in test_too_big()
223 const u32 dwords = xe_guc_buf_cache_dwords(cache); in test_flush()
258 dwords = xe_guc_buf_cache_dwords(cache); in test_lookup()
292 u32 dwords = xe_guc_buf_cache_dwords(cache); in test_class()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_buf.c50 xe_guc_buf_cache_dwords(cache), xe_bo_ggtt_addr(sam->bo), in xe_guc_buf_cache_init()
61 u32 xe_guc_buf_cache_dwords(struct xe_guc_buf_cache *cache) in xe_guc_buf_cache_dwords() function
H A Dxe_guc_buf.h15 u32 xe_guc_buf_cache_dwords(struct xe_guc_buf_cache *cache);
H A Dxe_gt_sriov_pf_config.c309 u32 max_cfg_dwords = xe_guc_buf_cache_dwords(&gt->uc.guc.buf); in pf_push_full_vf_config()