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
142 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);
H A Dxe_lrc.c2270 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()
H A Dxe_guc_submit.c3183 snapshot->lrc = kmalloc_objs(struct xe_lrc_snapshot *, q->width, in xe_guc_exec_queue_snapshot_capture()