Home
last modified time | relevance | path

Searched refs:xe_hw_engine_snapshot (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_capture.h17 struct xe_hw_engine_snapshot;
54 void xe_engine_manual_capture(struct xe_hw_engine *hwe, struct xe_hw_engine_snapshot *snapshot);
55 void xe_engine_snapshot_print(struct xe_hw_engine_snapshot *snapshot, struct drm_printer *p);
H A Dxe_hw_engine.h58 struct xe_hw_engine_snapshot *
60 void xe_hw_engine_snapshot_free(struct xe_hw_engine_snapshot *snapshot);
H A Dxe_devcoredump_types.h53 struct xe_hw_engine_snapshot *hwe[XE_NUM_HW_ENGINES];
H A Dxe_hw_engine_types.h165 struct xe_hw_engine_snapshot { struct
H A Dxe_hw_engine.c873 struct xe_hw_engine_snapshot *
876 struct xe_hw_engine_snapshot *snapshot; in xe_hw_engine_snapshot_capture()
927 void xe_hw_engine_snapshot_free(struct xe_hw_engine_snapshot *snapshot) in xe_hw_engine_snapshot_free()
954 struct xe_hw_engine_snapshot *snapshot; in xe_hw_engine_print()
H A Dxe_guc_capture.c1578 xe_engine_manual_capture(struct xe_hw_engine *hwe, struct xe_hw_engine_snapshot *snapshot) in xe_engine_manual_capture()
1670 snapshot_print_by_list_order(struct xe_hw_engine_snapshot *snapshot, struct drm_printer *p, in snapshot_print_by_list_order()
1783 void xe_engine_snapshot_print(struct xe_hw_engine_snapshot *snapshot, struct drm_printer *p) in xe_engine_snapshot_print()