Home
last modified time | relevance | path

Searched refs:dst_is_lmem (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dintel_migrate.h33 bool dst_is_lmem,
43 bool dst_is_lmem,
Dintel_migrate.c677 bool dst_is_lmem, in intel_context_migrate_copy() argument
692 GEM_BUG_ON(IS_DGFX(ce->engine->i915) && (!src_is_lmem && !dst_is_lmem)); in intel_context_migrate_copy()
700 if (HAS_FLAT_CCS(i915) && src_is_lmem ^ dst_is_lmem) { in intel_context_migrate_copy()
701 src_access = !src_is_lmem && dst_is_lmem; in intel_context_migrate_copy()
709 } else if (dst_is_lmem) { in intel_context_migrate_copy()
729 overwrite_ccs = HAS_FLAT_CCS(i915) && !ccs_bytes_to_cpy && dst_is_lmem; in intel_context_migrate_copy()
738 if (dst_is_lmem) in intel_context_migrate_copy()
784 err = emit_pte(rq, &it_dst, dst_cache_level, dst_is_lmem, in intel_context_migrate_copy()
1057 bool dst_is_lmem, in intel_migrate_copy() argument
1078 dst, dst_cache_level, dst_is_lmem, in intel_migrate_copy()
Dselftest_migrate.c766 bool dst_is_lmem, in __perf_copy_blt() argument
783 dst_is_lmem, in __perf_copy_blt()