Searched refs:INDIRECT_ACCESS (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_migrate.c | 860 dst_offset, INDIRECT_ACCESS, in intel_context_migrate_copy() 861 src_offset, INDIRECT_ACCESS, in intel_context_migrate_copy() 871 dst_offset, INDIRECT_ACCESS, in intel_context_migrate_copy() 1054 err = emit_copy_ccs(rq, offset, INDIRECT_ACCESS, offset, in intel_context_migrate_clear()
|
H A D | intel_gpu_commands.h | 236 #define INDIRECT_ACCESS 0 macro
|
H A D | selftest_migrate.c | 144 u8 src_access = write_to_ccs ? DIRECT_ACCESS : INDIRECT_ACCESS; in intel_context_copy_ccs() 145 u8 dst_access = write_to_ccs ? INDIRECT_ACCESS : DIRECT_ACCESS; in intel_context_copy_ccs()
|