Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_migrate.h32 bool dst_is_lmem,
42 bool dst_is_lmem,
Dintel_migrate.c685 bool dst_is_lmem, in intel_context_migrate_copy() argument
700 GEM_BUG_ON(IS_DGFX(ce->engine->i915) && (!src_is_lmem && !dst_is_lmem)); in intel_context_migrate_copy()
708 if (HAS_FLAT_CCS(i915) && src_is_lmem ^ dst_is_lmem) { in intel_context_migrate_copy()
709 src_access = !src_is_lmem && dst_is_lmem; in intel_context_migrate_copy()
717 } else if (dst_is_lmem) { in intel_context_migrate_copy()
737 overwrite_ccs = HAS_FLAT_CCS(i915) && !ccs_bytes_to_cpy && dst_is_lmem; in intel_context_migrate_copy()
746 if (dst_is_lmem) in intel_context_migrate_copy()
792 err = emit_pte(rq, &it_dst, dst_pat_index, dst_is_lmem, in intel_context_migrate_copy()
1086 bool dst_is_lmem, in intel_migrate_copy() argument
1107 dst, dst_pat_index, dst_is_lmem, in intel_migrate_copy()
Dselftest_migrate.c925 bool dst_is_lmem, in __perf_copy_blt() argument
942 dst_is_lmem, in __perf_copy_blt()