Searched refs:emit_copy_ccs (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/i915/gt/ |
D | intel_migrate.c | 530 static int emit_copy_ccs(struct i915_request *rq, in emit_copy_ccs() function 833 err = emit_copy_ccs(rq, dst_offset, dst_access, in intel_context_migrate_copy() 859 err = emit_copy_ccs(rq, in intel_context_migrate_copy() 870 err = emit_copy_ccs(rq, in intel_context_migrate_copy() 1054 err = emit_copy_ccs(rq, offset, INDIRECT_ACCESS, offset, in intel_context_migrate_clear()
|
D | selftest_migrate.c | 198 err = emit_copy_ccs(rq, offset, dst_access, in intel_context_copy_ccs()
|