Searched refs:xe_lrc_snapshot (Results 1 – 5 of 5) sorted by relevance
20 struct xe_lrc_snapshot;93 struct xe_lrc_snapshot *xe_lrc_snapshot_capture(struct xe_lrc *lrc);94 void xe_lrc_snapshot_capture_delayed(struct xe_lrc_snapshot *snapshot);95 void xe_lrc_snapshot_print(struct xe_lrc_snapshot *snapshot, struct drm_printer *p);96 void xe_lrc_snapshot_free(struct xe_lrc_snapshot *snapshot);
58 struct xe_lrc_snapshot;
101 struct xe_lrc_snapshot **lrc;
41 struct xe_lrc_snapshot { struct1645 struct xe_lrc_snapshot *xe_lrc_snapshot_capture(struct xe_lrc *lrc) in xe_lrc_snapshot_capture()1647 struct xe_lrc_snapshot *snapshot = kmalloc(sizeof(*snapshot), GFP_NOWAIT); in xe_lrc_snapshot_capture()1671 void xe_lrc_snapshot_capture_delayed(struct xe_lrc_snapshot *snapshot) in xe_lrc_snapshot_capture_delayed()1705 void xe_lrc_snapshot_print(struct xe_lrc_snapshot *snapshot, struct drm_printer *p) in xe_lrc_snapshot_print()1746 void xe_lrc_snapshot_free(struct xe_lrc_snapshot *snapshot) in xe_lrc_snapshot_free()
2104 snapshot->lrc = kmalloc_array(q->width, sizeof(struct xe_lrc_snapshot *), in xe_guc_exec_queue_snapshot_capture()