Searched refs:xe_lrc_snapshot (Results 1 – 3 of 3) sorted by relevance
23 struct xe_lrc_snapshot { struct147 struct xe_lrc_snapshot *xe_lrc_snapshot_capture(struct xe_lrc *lrc);148 void xe_lrc_snapshot_capture_delayed(struct xe_lrc_snapshot *snapshot);149 void xe_lrc_snapshot_print(struct xe_lrc_snapshot *snapshot, struct drm_printer *p);150 void xe_lrc_snapshot_free(struct xe_lrc_snapshot *snapshot);
2463 struct xe_lrc_snapshot *xe_lrc_snapshot_capture(struct xe_lrc *lrc) in xe_lrc_snapshot_capture()2465 struct xe_lrc_snapshot *snapshot = kmalloc_obj(*snapshot, GFP_NOWAIT); in xe_lrc_snapshot_capture()2490 void xe_lrc_snapshot_capture_delayed(struct xe_lrc_snapshot *snapshot) in xe_lrc_snapshot_capture_delayed()2520 void xe_lrc_snapshot_print(struct xe_lrc_snapshot *snapshot, struct drm_printer *p) in xe_lrc_snapshot_print()2567 void xe_lrc_snapshot_free(struct xe_lrc_snapshot *snapshot) in xe_lrc_snapshot_free()
3237 snapshot->lrc = kmalloc_objs(struct xe_lrc_snapshot *, q->width, in xe_guc_exec_queue_snapshot_capture()