Searched refs:dst_is_lmem (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/i915/gt/ |
D | intel_migrate.h | 33 bool dst_is_lmem, 43 bool dst_is_lmem,
|
D | intel_migrate.c | 669 bool dst_is_lmem, in intel_context_migrate_copy() argument 684 GEM_BUG_ON(IS_DGFX(ce->engine->i915) && (!src_is_lmem && !dst_is_lmem)); in intel_context_migrate_copy() 692 if (HAS_FLAT_CCS(i915) && src_is_lmem ^ dst_is_lmem) { in intel_context_migrate_copy() 693 src_access = !src_is_lmem && dst_is_lmem; in intel_context_migrate_copy() 701 } else if (dst_is_lmem) { in intel_context_migrate_copy() 721 overwrite_ccs = HAS_FLAT_CCS(i915) && !ccs_bytes_to_cpy && dst_is_lmem; in intel_context_migrate_copy() 730 if (dst_is_lmem) in intel_context_migrate_copy() 776 err = emit_pte(rq, &it_dst, dst_cache_level, dst_is_lmem, in intel_context_migrate_copy() 1049 bool dst_is_lmem, in intel_migrate_copy() argument 1070 dst, dst_cache_level, dst_is_lmem, in intel_migrate_copy()
|
D | selftest_migrate.c | 766 bool dst_is_lmem, in __perf_copy_blt() argument 783 dst_is_lmem, in __perf_copy_blt()
|