Searched refs:emit_copy_timestamp (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_ring_ops.c | 227 static int emit_copy_timestamp(struct xe_lrc *lrc, u32 *dw, int i) in emit_copy_timestamp() function 248 i = emit_copy_timestamp(lrc, dw, i); in __emit_job_gen12_simple() 301 i = emit_copy_timestamp(lrc, dw, i); in __emit_job_gen12_video() 352 i = emit_copy_timestamp(lrc, dw, i); in __emit_job_gen12_render_compute() 397 i = emit_copy_timestamp(lrc, dw, i); in emit_migration_job_gen12()
|