Searched refs:xe_lrc_snapshot (Results 1 – 3 of 3) sorted by relevance
23 struct xe_lrc_snapshot { struct142 struct xe_lrc_snapshot *xe_lrc_snapshot_capture(struct xe_lrc *lrc);143 void xe_lrc_snapshot_capture_delayed(struct xe_lrc_snapshot *snapshot);144 void xe_lrc_snapshot_print(struct xe_lrc_snapshot *snapshot, struct drm_printer *p);145 void xe_lrc_snapshot_free(struct xe_lrc_snapshot *snapshot);
2270 struct xe_lrc_snapshot *xe_lrc_snapshot_capture(struct xe_lrc *lrc) in xe_lrc_snapshot_capture()2272 struct xe_lrc_snapshot *snapshot = kmalloc_obj(*snapshot, GFP_NOWAIT); in xe_lrc_snapshot_capture()2297 void xe_lrc_snapshot_capture_delayed(struct xe_lrc_snapshot *snapshot) in xe_lrc_snapshot_capture_delayed()2327 void xe_lrc_snapshot_print(struct xe_lrc_snapshot *snapshot, struct drm_printer *p) in xe_lrc_snapshot_print()2374 void xe_lrc_snapshot_free(struct xe_lrc_snapshot *snapshot) in xe_lrc_snapshot_free()
3183 snapshot->lrc = kmalloc_objs(struct xe_lrc_snapshot *, q->width, in xe_guc_exec_queue_snapshot_capture()