Searched refs:devcore_snapshot (Results 1 – 1 of 1) sorted by relevance
1677 struct xe_devcoredump_snapshot *devcore_snapshot = &devcoredump->snapshot; in snapshot_print_by_list_order() local 1684 XE_WARN_ON(!devcore_snapshot->matched_node); in snapshot_print_by_list_order() 1686 reginfo = &devcore_snapshot->matched_node->reginfo[type]; in snapshot_print_by_list_order() 1790 struct xe_devcoredump_snapshot *devcore_snapshot; in xe_engine_snapshot_print() local 1798 devcore_snapshot = &devcoredump->snapshot; in xe_engine_snapshot_print() 1800 if (!devcore_snapshot->matched_node) in xe_engine_snapshot_print() 1811 devcore_snapshot->matched_node->source == XE_ENGINE_CAPTURE_SOURCE_GUC ? in xe_engine_snapshot_print() 1813 drm_printf(p, "\tCoverage: %s\n", grptype[devcore_snapshot->matched_node->is_partial]); in xe_engine_snapshot_print()