Searched refs:emit_copy_ccs (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/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()
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_migrate.c | 623 static void emit_copy_ccs(struct xe_gt *gt, struct xe_bb *bb, in emit_copy_ccs() function 719 emit_copy_ccs(gt, bb, in xe_migrate_ccs_copy() 732 emit_copy_ccs(gt, bb, dst_ofs, dst_is_indirect, src_ofs, in xe_migrate_ccs_copy() 1131 emit_copy_ccs(gt, bb, clear_L0_ofs, true, in xe_migrate_clear()
|