Searched refs:L2_LRU (Results 1 – 4 of 4) sorted by relevance
135 cache_policy == L2_LRU ? "LRU" : cache_policy == L2_STREAM ? "Str" : ""); in si_test_dma_perf()138 method == L2_LRU ? "LRU" : method == L2_STREAM ? "Str" : ""); in si_test_dma_perf()257 (cache_policy == L2_LRU ? 0 : SI_CONTEXT_INV_L2) | in si_test_dma_perf()375 if (r->cache_policy == L2_LRU) in si_test_dma_perf()389 if (!cached && r->cache_policy == L2_LRU) in si_test_dma_perf()459 best->cache_policy == L2_LRU ? "L2_LRU " : "L2_STREAM"; in si_test_dma_perf()
40 return size <= 256 * 1024 ? L2_LRU : L2_STREAM; in get_cache_policy()235 bool shader_dst_stream_policy = SI_COMPUTE_DST_CACHE_POLICY != L2_LRU; in si_compute_do_clear_or_copy()614 sctx->flags |= si_get_flush_flags(sctx, SI_COHERENCY_CB_META, L2_LRU); in si_retile_dcc()
408 SI_COHERENCY_SHADER, L2_LRU); in cik_prefetch_TC_L2_async()
239 L2_LRU, /* same as SLC=0 */ enumerator