Home
last modified time | relevance | path

Searched refs:xe_lrc_snapshot (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.h23 struct xe_lrc_snapshot { struct
147 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);
H A Dxe_lrc.c2463 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()
H A Dxe_guc_submit.c3237 snapshot->lrc = kmalloc_objs(struct xe_lrc_snapshot *, q->width, in xe_guc_exec_queue_snapshot_capture()