Home
last modified time | relevance | path

Searched refs:xe_engine_snapshot_print (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_capture.h55 void xe_engine_snapshot_print(struct xe_hw_engine_snapshot *snapshot, struct drm_printer *p);
H A Dxe_devcoredump.c132 xe_engine_snapshot_print(ss->hwe[i], &p); in __xe_devcoredump_read()
H A Dxe_hw_engine.c972 xe_engine_snapshot_print(snapshot, p); in xe_hw_engine_print()
H A Dxe_guc_capture.c940 * and xe_engine_snapshot_print, (when user invokes the devcoredump sysfs).
954 * L--> xe_engine_snapshot_print
1771 * xe_engine_snapshot_print - Print out a given Xe HW Engine snapshot.
1777 void xe_engine_snapshot_print(struct xe_hw_engine_snapshot *snapshot, struct drm_printer *p) in xe_engine_snapshot_print() function