Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_lrc.h20 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);
Dxe_lrc_types.h58 struct xe_lrc_snapshot;
Dxe_guc_submit_types.h101 struct xe_lrc_snapshot **lrc;
Dxe_lrc.c41 struct xe_lrc_snapshot { struct
1645 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()
Dxe_guc_submit.c2104 snapshot->lrc = kmalloc_array(q->width, sizeof(struct xe_lrc_snapshot *), in xe_guc_exec_queue_snapshot_capture()