Searched refs:emit_copy_ccs (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/ |
H A 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()
|
H A D | selftest_migrate.c | 198 err = emit_copy_ccs(rq, offset, dst_access, in intel_context_copy_ccs()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_migrate.c | 624 static void emit_copy_ccs(struct xe_gt *gt, struct xe_bb *bb, in emit_copy_ccs() function 720 emit_copy_ccs(gt, bb, in xe_migrate_ccs_copy() 733 emit_copy_ccs(gt, bb, dst_ofs, dst_is_indirect, src_ofs, in xe_migrate_ccs_copy() 1132 emit_copy_ccs(gt, bb, clear_L0_ofs, true, in xe_migrate_clear()
|